Color spaces of #433205
RGB | 67 | 50 | 5 |
---|---|---|---|
HSL | 0.12 | 0.86 | 0.14 |
HSV | 44° | 93° | 26° |
CMYK | 0.00 | 0.25 | 0.93 0.74 |
XYZ | 3.4827 | 3.4855 | 0.6328 |
Yxy | 3.4855 | 0.4582 | 0.4586 |
Hunter Lab | 18.6695 | 0.6267 | 11.0590 |
CIE-Lab | 21.8919 | 2.7447 | 28.6934 |
#433205 color RGB value is (67,50,5).
#433205 hex color red value is 67, green value is 50 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #433205 hue: 0.12 , saturation: 0.86 and the lightness value of 433205 is 0.14.
The process color (four color CMYK) of #433205 color hex is 0.00, 0.25, 0.93, 0.74. Web safe color of #433205 is #333300. Color #433205 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00110010 | 00000101 |
Octal | 103 | 62 | 5 |
Decimal | 67 | 50 | 5 |
Hex | 43 | 32 | 5 |
Shades of #433205
Tints of #433205
RGB Percentages of Color #433205
CMYK Percentages of Color #433205
Complementary Color
#433205 | #051643 |
#433205 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#433205 Color Preview on White Background
Lorem ipsum dolor sit amet.
#433205 Color CSS Codes
.mybgcolor {background-color:#433205; } .myforecolor {color:#433205; } .mybordercolor {border:3px solid #433205; }
#433205 Text Font Color
<p style="color:#433205">Text here</p>
This sample text font color is #433205
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.
#433205 Background Color
<div style="background-color:#433205">
Div content here</div>
This div background color is #433205
#433205 Border Color
<div style="border:3px solid #433205">
Div here</div>
This div border color is #433205
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,50,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #433205; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #433205; -webkit-box-shadow: 1px 1px 3px 2px #433205; box-shadow: 1px 1px 3px 2px #433205; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,50,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #433205">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #433205; -webkit-box-shadow: 1px 1px 3px 2px #433205; box-shadow: 1px 1px 3px 2px #433205;">
Div content here</div>
This div box has shadow with color #433205
Comments
No comments written yet.
Please login to write comment.