Color spaces of #60433c
RGB | 96 | 67 | 60 |
---|---|---|---|
HSL | 0.03 | 0.23 | 0.31 |
HSV | 12° | 38° | 38° |
CMYK | 0.00 | 0.30 | 0.38 0.62 |
XYZ | 7.6466 | 6.8274 | 5.1898 |
Yxy | 6.8274 | 0.3889 | 0.3472 |
Hunter Lab | 26.1293 | 6.5108 | 6.5143 |
CIE-Lab | 31.4107 | 11.4908 | 9.2278 |
#60433c color RGB value is (96,67,60).
#60433c hex color red value is 96, green value is 67 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #60433c hue: 0.03 , saturation: 0.23 and the lightness value of 60433c is 0.31.
The process color (four color CMYK) of #60433c color hex is 0.00, 0.30, 0.38, 0.62. Web safe color of #60433c is #663333. Color #60433c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01000011 | 00111100 |
Octal | 140 | 103 | 74 |
Decimal | 96 | 67 | 60 |
Hex | 60 | 43 | 3C |
Shades of #60433c
Tints of #60433c
RGB Percentages of Color #60433c
CMYK Percentages of Color #60433c
Complementary Color
#60433c | #3c5960 |
#60433c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60433c Color Preview on White Background
Lorem ipsum dolor sit amet.
#60433c Color CSS Codes
.mybgcolor {background-color:#60433c; } .myforecolor {color:#60433c; } .mybordercolor {border:3px solid #60433c; }
#60433c Text Font Color
<p style="color:#60433c">Text here</p>
This sample text font color is #60433c
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.
#60433c Background Color
<div style="background-color:#60433c">
Div content here</div>
This div background color is #60433c
#60433c Border Color
<div style="border:3px solid #60433c">
Div here</div>
This div border color is #60433c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,67,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60433c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60433c; -webkit-box-shadow: 1px 1px 3px 2px #60433c; box-shadow: 1px 1px 3px 2px #60433c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,67,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60433c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60433c; -webkit-box-shadow: 1px 1px 3px 2px #60433c; box-shadow: 1px 1px 3px 2px #60433c;">
Div content here</div>
This div box has shadow with color #60433c
Comments
No comments written yet.
Please login to write comment.