Color Hex Logo

#85951e Color Hex

#85951E
(133,149,30)
0 Favorites   0 Comments

Color spaces of #85951e

RGB 13314930
HSL0.190.660.35
HSV68°80°58°
CMYK 0.110.000.80   0.42
XYZ20.654726.57525.2692
Yxy26.57520.39340.5062
Hunter Lab51.5511-18.695930.0256
CIE-Lab58.5790-20.856055.7018

#85951e color RGB value is (133,149,30).

#85951e hex color red value is 133, green value is 149 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #85951e hue: 0.19 , saturation: 0.66 and the lightness value of 85951e is 0.35.

The process color (four color CMYK) of #85951e color hex is 0.11, 0.00, 0.80, 0.42. Web safe color of #85951e is #999933. Color #85951e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010101 00011110
Octal 205 225 36
Decimal 133 149 30
Hex 85 95 1E

RGB Percentages of Color #85951e

%42.63
%47.76
%9.62

CMYK Percentages of Color #85951e

%11
%0
%80
%42

Triadic Colors of #85951e

#85951e #1e8595 #951e85

Analogous Colors of #85951e

#85951e #49951e #956a1e

Monochromatic Colors of #85951e

#85951e

Complementary Color

#85951e #2e1e95

#85951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85951e Color CSS Codes

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

#85951e Text Font Color

<p style="color:#85951e">Text here</p>

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


#85951e Background Color

<div style="background-color:#85951e">
Div content here</div>

This div background color is #85951e


#85951e Border Color

<div style="border:3px solid #85951e">
Div here</div>

This div border color is #85951e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,149,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85951e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85951e;
  -webkit-box-shadow: 1px 1px 3px 2px #85951e;
  box-shadow:         1px 1px 3px 2px #85951e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85951e


Comments

No comments written yet.

Please login to write comment.