Color spaces of #608403
RGB | 96 | 132 | 3 |
---|---|---|---|
HSL | 0.21 | 0.96 | 0.26 |
HSV | 77° | 98° | 52° |
CMYK | 0.27 | 0.00 | 0.98 0.48 |
XYZ | 13.0916 | 18.9959 | 3.0627 |
Yxy | 18.9959 | 0.3724 | 0.5404 |
Hunter Lab | 43.5843 | -22.6557 | 26.3426 |
CIE-Lab | 50.6824 | -29.2052 | 54.1452 |
#608403 color RGB value is (96,132,3).
#608403 hex color red value is 96, green value is 132 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #608403 hue: 0.21 , saturation: 0.96 and the lightness value of 608403 is 0.26.
The process color (four color CMYK) of #608403 color hex is 0.27, 0.00, 0.98, 0.48. Web safe color of #608403 is #669900. Color #608403 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10000100 | 00000011 |
Octal | 140 | 204 | 3 |
Decimal | 96 | 132 | 3 |
Hex | 60 | 84 | 3 |
Shades of #608403
Tints of #608403
RGB Percentages of Color #608403
CMYK Percentages of Color #608403
Complementary Color
#608403 | #270384 |
#608403 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#608403 Color Preview on White Background
Lorem ipsum dolor sit amet.
#608403 Color CSS Codes
.mybgcolor {background-color:#608403; } .myforecolor {color:#608403; } .mybordercolor {border:3px solid #608403; }
#608403 Text Font Color
<p style="color:#608403">Text here</p>
This sample text font color is #608403
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.
#608403 Background Color
<div style="background-color:#608403">
Div content here</div>
This div background color is #608403
#608403 Border Color
<div style="border:3px solid #608403">
Div here</div>
This div border color is #608403
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,132,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #608403; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #608403; -webkit-box-shadow: 1px 1px 3px 2px #608403; box-shadow: 1px 1px 3px 2px #608403; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,132,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #608403">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #608403; -webkit-box-shadow: 1px 1px 3px 2px #608403; box-shadow: 1px 1px 3px 2px #608403;">
Div content here</div>
This div box has shadow with color #608403
Comments
No comments written yet.
Please login to write comment.