Color spaces of #352016
RGB | 53 | 32 | 22 |
---|---|---|---|
HSL | 0.05 | 0.41 | 0.15 |
HSV | 19° | 58° | 21° |
CMYK | 0.00 | 0.40 | 0.58 0.79 |
XYZ | 2.1295 | 1.8478 | 1.0035 |
Yxy | 1.8478 | 0.4275 | 0.3710 |
Hunter Lab | 13.5934 | 4.1749 | 5.1384 |
CIE-Lab | 14.6674 | 8.7690 | 10.9424 |
#352016 color RGB value is (53,32,22).
#352016 hex color red value is 53, green value is 32 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #352016 hue: 0.05 , saturation: 0.41 and the lightness value of 352016 is 0.15.
The process color (four color CMYK) of #352016 color hex is 0.00, 0.40, 0.58, 0.79. Web safe color of #352016 is #333300. Color #352016 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00100000 | 00010110 |
Octal | 65 | 40 | 26 |
Decimal | 53 | 32 | 22 |
Hex | 35 | 20 | 16 |
Shades of #352016
Tints of #352016
RGB Percentages of Color #352016
CMYK Percentages of Color #352016
Complementary Color
#352016 | #162b35 |
#352016 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#352016 Color Preview on White Background
Lorem ipsum dolor sit amet.
#352016 Color CSS Codes
.mybgcolor {background-color:#352016; } .myforecolor {color:#352016; } .mybordercolor {border:3px solid #352016; }
#352016 Text Font Color
<p style="color:#352016">Text here</p>
This sample text font color is #352016
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.
#352016 Background Color
<div style="background-color:#352016">
Div content here</div>
This div background color is #352016
#352016 Border Color
<div style="border:3px solid #352016">
Div here</div>
This div border color is #352016
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,32,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #352016; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #352016; -webkit-box-shadow: 1px 1px 3px 2px #352016; box-shadow: 1px 1px 3px 2px #352016; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,32,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #352016">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #352016; -webkit-box-shadow: 1px 1px 3px 2px #352016; box-shadow: 1px 1px 3px 2px #352016;">
Div content here</div>
This div box has shadow with color #352016
Comments
No comments written yet.
Please login to write comment.