Color spaces of #838949
RGB | 131 | 137 | 73 |
---|---|---|---|
HSL | 0.18 | 0.30 | 0.41 |
HSV | 66° | 47° | 54° |
CMYK | 0.04 | 0.00 | 0.47 0.46 |
XYZ | 19.5083 | 23.1977 | 9.7527 |
Yxy | 23.1977 | 0.3719 | 0.4422 |
Hunter Lab | 48.1640 | -11.9875 | 21.7092 |
CIE-Lab | 55.2754 | -12.2838 | 33.4033 |
#838949 color RGB value is (131,137,73).
#838949 hex color red value is 131, green value is 137 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #838949 hue: 0.18 , saturation: 0.30 and the lightness value of 838949 is 0.41.
The process color (four color CMYK) of #838949 color hex is 0.04, 0.00, 0.47, 0.46. Web safe color of #838949 is #999933. Color #838949 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10001001 | 01001001 |
Octal | 203 | 211 | 111 |
Decimal | 131 | 137 | 73 |
Hex | 83 | 89 | 49 |
Shades of #838949
Tints of #838949
RGB Percentages of Color #838949
CMYK Percentages of Color #838949
Complementary Color
#838949 | #4f4989 |
#838949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#838949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#838949 Color CSS Codes
.mybgcolor {background-color:#838949; } .myforecolor {color:#838949; } .mybordercolor {border:3px solid #838949; }
#838949 Text Font Color
<p style="color:#838949">Text here</p>
This sample text font color is #838949
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.
#838949 Background Color
<div style="background-color:#838949">
Div content here</div>
This div background color is #838949
#838949 Border Color
<div style="border:3px solid #838949">
Div here</div>
This div border color is #838949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,137,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #838949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #838949; -webkit-box-shadow: 1px 1px 3px 2px #838949; box-shadow: 1px 1px 3px 2px #838949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,137,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #838949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #838949; -webkit-box-shadow: 1px 1px 3px 2px #838949; box-shadow: 1px 1px 3px 2px #838949;">
Div content here</div>
This div box has shadow with color #838949
Comments
No comments written yet.
Please login to write comment.