Color spaces of #839974
RGB | 131 | 153 | 116 |
---|---|---|---|
HSL | 0.27 | 0.15 | 0.53 |
HSV | 96° | 24° | 60° |
CMYK | 0.14 | 0.00 | 0.24 0.40 |
XYZ | 23.9037 | 28.8687 | 20.8354 |
Yxy | 28.8687 | 0.3247 | 0.3922 |
Hunter Lab | 53.7296 | -14.6141 | 14.6191 |
CIE-Lab | 60.6656 | -14.8488 | 16.9312 |
#839974 color RGB value is (131,153,116).
#839974 hex color red value is 131, green value is 153 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #839974 hue: 0.27 , saturation: 0.15 and the lightness value of 839974 is 0.53.
The process color (four color CMYK) of #839974 color hex is 0.14, 0.00, 0.24, 0.40. Web safe color of #839974 is #999966. Color #839974 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10011001 | 01110100 |
Octal | 203 | 231 | 164 |
Decimal | 131 | 153 | 116 |
Hex | 83 | 99 | 74 |
Shades of #839974
Tints of #839974
RGB Percentages of Color #839974
CMYK Percentages of Color #839974
Complementary Color
#839974 | #8a7499 |
#839974 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#839974 Color Preview on White Background
Lorem ipsum dolor sit amet.
#839974 Color CSS Codes
.mybgcolor {background-color:#839974; } .myforecolor {color:#839974; } .mybordercolor {border:3px solid #839974; }
#839974 Text Font Color
<p style="color:#839974">Text here</p>
This sample text font color is #839974
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.
#839974 Background Color
<div style="background-color:#839974">
Div content here</div>
This div background color is #839974
#839974 Border Color
<div style="border:3px solid #839974">
Div here</div>
This div border color is #839974
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,153,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #839974; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #839974; -webkit-box-shadow: 1px 1px 3px 2px #839974; box-shadow: 1px 1px 3px 2px #839974; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,153,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #839974">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #839974; -webkit-box-shadow: 1px 1px 3px 2px #839974; box-shadow: 1px 1px 3px 2px #839974;">
Div content here</div>
This div box has shadow with color #839974
Comments
No comments written yet.
Please login to write comment.