Color spaces of #859338
RGB | 133 | 147 | 56 |
---|---|---|---|
HSL | 0.19 | 0.45 | 0.40 |
HSV | 69° | 62° | 58° |
CMYK | 0.10 | 0.00 | 0.62 0.42 |
XYZ | 20.8204 | 26.1395 | 7.6895 |
Yxy | 26.1395 | 0.3810 | 0.4783 |
Hunter Lab | 51.1268 | -16.7812 | 26.8715 |
CIE-Lab | 58.1692 | -18.2878 | 45.2090 |
#859338 color RGB value is (133,147,56).
#859338 hex color red value is 133, green value is 147 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #859338 hue: 0.19 , saturation: 0.45 and the lightness value of 859338 is 0.40.
The process color (four color CMYK) of #859338 color hex is 0.10, 0.00, 0.62, 0.42. Web safe color of #859338 is #999933. Color #859338 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10010011 | 00111000 |
Octal | 205 | 223 | 70 |
Decimal | 133 | 147 | 56 |
Hex | 85 | 93 | 38 |
Shades of #859338
Tints of #859338
RGB Percentages of Color #859338
CMYK Percentages of Color #859338
Complementary Color
#859338 | #463893 |
#859338 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#859338 Color Preview on White Background
Lorem ipsum dolor sit amet.
#859338 Color CSS Codes
.mybgcolor {background-color:#859338; } .myforecolor {color:#859338; } .mybordercolor {border:3px solid #859338; }
#859338 Text Font Color
<p style="color:#859338">Text here</p>
This sample text font color is #859338
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.
#859338 Background Color
<div style="background-color:#859338">
Div content here</div>
This div background color is #859338
#859338 Border Color
<div style="border:3px solid #859338">
Div here</div>
This div border color is #859338
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,147,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #859338; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #859338; -webkit-box-shadow: 1px 1px 3px 2px #859338; box-shadow: 1px 1px 3px 2px #859338; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,147,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #859338">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #859338; -webkit-box-shadow: 1px 1px 3px 2px #859338; box-shadow: 1px 1px 3px 2px #859338;">
Div content here</div>
This div box has shadow with color #859338
Comments
No comments written yet.
Please login to write comment.