Color spaces of #978368
RGB | 151 | 131 | 104 |
---|---|---|---|
HSL | 0.10 | 0.18 | 0.50 |
HSV | 34° | 31° | 59° |
CMYK | 0.00 | 0.13 | 0.31 0.41 |
XYZ | 23.3775 | 23.8114 | 16.4606 |
Yxy | 23.8114 | 0.3673 | 0.3741 |
Hunter Lab | 48.7969 | 0.1207 | 14.1576 |
CIE-Lab | 55.8985 | 3.3660 | 17.4198 |
#978368 color RGB value is (151,131,104).
#978368 hex color red value is 151, green value is 131 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #978368 hue: 0.10 , saturation: 0.18 and the lightness value of 978368 is 0.50.
The process color (four color CMYK) of #978368 color hex is 0.00, 0.13, 0.31, 0.41. Web safe color of #978368 is #999966. Color #978368 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10000011 | 01101000 |
Octal | 227 | 203 | 150 |
Decimal | 151 | 131 | 104 |
Hex | 97 | 83 | 68 |
Shades of #978368
Tints of #978368
RGB Percentages of Color #978368
CMYK Percentages of Color #978368
Complementary Color
#978368 | #687c97 |
#978368 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#978368 Color Preview on White Background
Lorem ipsum dolor sit amet.
#978368 Color CSS Codes
.mybgcolor {background-color:#978368; } .myforecolor {color:#978368; } .mybordercolor {border:3px solid #978368; }
#978368 Text Font Color
<p style="color:#978368">Text here</p>
This sample text font color is #978368
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.
#978368 Background Color
<div style="background-color:#978368">
Div content here</div>
This div background color is #978368
#978368 Border Color
<div style="border:3px solid #978368">
Div here</div>
This div border color is #978368
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,131,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #978368; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #978368; -webkit-box-shadow: 1px 1px 3px 2px #978368; box-shadow: 1px 1px 3px 2px #978368; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,131,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #978368">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #978368; -webkit-box-shadow: 1px 1px 3px 2px #978368; box-shadow: 1px 1px 3px 2px #978368;">
Div content here</div>
This div box has shadow with color #978368
Comments
No comments written yet.
Please login to write comment.