Color spaces of #60382e
RGB | 96 | 56 | 46 |
---|---|---|---|
HSL | 0.03 | 0.35 | 0.28 |
HSV | 12° | 52° | 38° |
CMYK | 0.00 | 0.42 | 0.52 0.62 |
XYZ | 6.7312 | 5.5124 | 3.2940 |
Yxy | 5.5124 | 0.4332 | 0.3548 |
Hunter Lab | 23.4785 | 10.0879 | 8.1166 |
CIE-Lab | 28.1474 | 16.5751 | 13.7975 |
#60382e color RGB value is (96,56,46).
#60382e hex color red value is 96, green value is 56 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #60382e hue: 0.03 , saturation: 0.35 and the lightness value of 60382e is 0.28.
The process color (four color CMYK) of #60382e color hex is 0.00, 0.42, 0.52, 0.62. Web safe color of #60382e is #663333. Color #60382e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00111000 | 00101110 |
Octal | 140 | 70 | 56 |
Decimal | 96 | 56 | 46 |
Hex | 60 | 38 | 2E |
Shades of #60382e
Tints of #60382e
RGB Percentages of Color #60382e
CMYK Percentages of Color #60382e
Complementary Color
#60382e | #2e5660 |
#60382e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60382e Color Preview on White Background
Lorem ipsum dolor sit amet.
#60382e Color CSS Codes
.mybgcolor {background-color:#60382e; } .myforecolor {color:#60382e; } .mybordercolor {border:3px solid #60382e; }
#60382e Text Font Color
<p style="color:#60382e">Text here</p>
This sample text font color is #60382e
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.
#60382e Background Color
<div style="background-color:#60382e">
Div content here</div>
This div background color is #60382e
#60382e Border Color
<div style="border:3px solid #60382e">
Div here</div>
This div border color is #60382e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,56,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60382e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60382e; -webkit-box-shadow: 1px 1px 3px 2px #60382e; box-shadow: 1px 1px 3px 2px #60382e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,56,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60382e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60382e; -webkit-box-shadow: 1px 1px 3px 2px #60382e; box-shadow: 1px 1px 3px 2px #60382e;">
Div content here</div>
This div box has shadow with color #60382e
Comments
No comments written yet.
Please login to write comment.