Color Hex Logo

#85924f Color Hex

#85924F
(133,146,79)
0 Favorites   0 Comments

Color spaces of #85924f

RGB 13314679
HSL0.200.300.44
HSV72°46°57°
CMYK 0.090.000.46   0.43
XYZ21.363026.108811.3107
Yxy26.10880.36340.4442
Hunter Lab51.0968-14.790522.6434
CIE-Lab58.1402-15.566733.8109

#85924f color RGB value is (133,146,79).

#85924f hex color red value is 133, green value is 146 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #85924f hue: 0.20 , saturation: 0.30 and the lightness value of 85924f is 0.44.

The process color (four color CMYK) of #85924f color hex is 0.09, 0.00, 0.46, 0.43. Web safe color of #85924f is #999966. Color #85924f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 01001111
Octal 205 222 117
Decimal 133 146 79
Hex 85 92 4F

RGB Percentages of Color #85924f

%37.15
%40.78
%22.07

CMYK Percentages of Color #85924f

%9
%0
%46
%43

Triadic Colors of #85924f

#85924f #4f8592 #924f85

Analogous Colors of #85924f

#85924f #64924f #927e4f

Monochromatic Colors of #85924f

#85924f

Complementary Color

#85924f #5c4f92

#85924f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85924f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85924f Color CSS Codes

.mybgcolor {background-color:#85924f; } 
.myforecolor {color:#85924f; }
.mybordercolor {border:3px solid #85924f; }

#85924f Text Font Color

<p style="color:#85924f">Text here</p>

This sample text font color is #85924f
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.


#85924f Background Color

<div style="background-color:#85924f">
Div content here</div>

This div background color is #85924f


#85924f Border Color

<div style="border:3px solid #85924f">
Div here</div>

This div border color is #85924f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,146,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85924f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85924f;
  -webkit-box-shadow: 1px 1px 3px 2px #85924f;
  box-shadow:         1px 1px 3px 2px #85924f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,146,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #85924f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #85924f;
  -webkit-box-shadow: 1px 1px 3px 2px #85924f;
  box-shadow:         1px 1px 3px 2px #85924f;">
Div content here</div>

This div box has shadow with color #85924f


Comments

No comments written yet.

Please login to write comment.