Color spaces of #45531d
RGB | 69 | 83 | 29 |
---|---|---|---|
HSL | 0.21 | 0.48 | 0.22 |
HSV | 76° | 65° | 33° |
CMYK | 0.17 | 0.00 | 0.65 0.67 |
XYZ | 5.7693 | 7.5404 | 2.3138 |
Yxy | 7.5404 | 0.3693 | 0.4826 |
Hunter Lab | 27.4598 | -10.5518 | 14.2260 |
CIE-Lab | 33.0068 | -14.7350 | 29.0976 |
#45531d color RGB value is (69,83,29).
#45531d hex color red value is 69, green value is 83 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #45531d hue: 0.21 , saturation: 0.48 and the lightness value of 45531d is 0.22.
The process color (four color CMYK) of #45531d color hex is 0.17, 0.00, 0.65, 0.67. Web safe color of #45531d is #336633. Color #45531d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01010011 | 00011101 |
Octal | 105 | 123 | 35 |
Decimal | 69 | 83 | 29 |
Hex | 45 | 53 | 1D |
Shades of #45531d
Tints of #45531d
RGB Percentages of Color #45531d
CMYK Percentages of Color #45531d
Complementary Color
#45531d | #2b1d53 |
#45531d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#45531d Color Preview on White Background
Lorem ipsum dolor sit amet.
#45531d Color CSS Codes
.mybgcolor {background-color:#45531d; } .myforecolor {color:#45531d; } .mybordercolor {border:3px solid #45531d; }
#45531d Text Font Color
<p style="color:#45531d">Text here</p>
This sample text font color is #45531d
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.
#45531d Background Color
<div style="background-color:#45531d">
Div content here</div>
This div background color is #45531d
#45531d Border Color
<div style="border:3px solid #45531d">
Div here</div>
This div border color is #45531d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,83,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #45531d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #45531d; -webkit-box-shadow: 1px 1px 3px 2px #45531d; box-shadow: 1px 1px 3px 2px #45531d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,83,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #45531d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #45531d; -webkit-box-shadow: 1px 1px 3px 2px #45531d; box-shadow: 1px 1px 3px 2px #45531d;">
Div content here</div>
This div box has shadow with color #45531d
Comments
No comments written yet.
Please login to write comment.