Color spaces of #45473f
RGB | 69 | 71 | 63 |
---|---|---|---|
HSL | 0.21 | 0.06 | 0.26 |
HSV | 75° | 11° | 28° |
CMYK | 0.03 | 0.00 | 0.11 0.72 |
XYZ | 5.6047 | 6.1306 | 5.5905 |
Yxy | 6.1306 | 0.3235 | 0.3538 |
Hunter Lab | 24.7600 | -2.9247 | 3.9451 |
CIE-Lab | 29.7396 | -2.5392 | 4.5263 |
#45473f color RGB value is (69,71,63).
#45473f hex color red value is 69, green value is 71 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #45473f hue: 0.21 , saturation: 0.06 and the lightness value of 45473f is 0.26.
The process color (four color CMYK) of #45473f color hex is 0.03, 0.00, 0.11, 0.72. Web safe color of #45473f is #333333. Color #45473f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01000111 | 00111111 |
Octal | 105 | 107 | 77 |
Decimal | 69 | 71 | 63 |
Hex | 45 | 47 | 3F |
Shades of #45473f
Tints of #45473f
RGB Percentages of Color #45473f
CMYK Percentages of Color #45473f
Complementary Color
#45473f | #413f47 |
#45473f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#45473f Color Preview on White Background
Lorem ipsum dolor sit amet.
#45473f Color CSS Codes
.mybgcolor {background-color:#45473f; } .myforecolor {color:#45473f; } .mybordercolor {border:3px solid #45473f; }
#45473f Text Font Color
<p style="color:#45473f">Text here</p>
This sample text font color is #45473f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#45473f Background Color
<div style="background-color:#45473f">
Div content here</div>
This div background color is #45473f
#45473f Border Color
<div style="border:3px solid #45473f">
Div here</div>
This div border color is #45473f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,71,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #45473f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #45473f; -webkit-box-shadow: 1px 1px 3px 2px #45473f; box-shadow: 1px 1px 3px 2px #45473f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,71,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #45473f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #45473f; -webkit-box-shadow: 1px 1px 3px 2px #45473f; box-shadow: 1px 1px 3px 2px #45473f;">
Div content here</div>
This div box has shadow with color #45473f
Comments
No comments written yet.
Please login to write comment.