Color Hex Logo

#85994a Color Hex

#85994A
(133,153,74)
0 Favorites   0 Comments

Color spaces of #85994a

RGB 13315374
HSL0.210.350.45
HSV75°52°60°
CMYK 0.130.000.52   0.40
XYZ22.300128.263410.7586
Yxy28.26340.36370.4609
Hunter Lab53.1633-18.161525.2159
CIE-Lab60.1260-19.744538.7900

#85994a color RGB value is (133,153,74).

#85994a hex color red value is 133, green value is 153 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #85994a hue: 0.21 , saturation: 0.35 and the lightness value of 85994a is 0.45.

The process color (four color CMYK) of #85994a color hex is 0.13, 0.00, 0.52, 0.40. Web safe color of #85994a is #999933. Color #85994a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011001 01001010
Octal 205 231 112
Decimal 133 153 74
Hex 85 99 4A

RGB Percentages of Color #85994a

%36.94
%42.50
%20.56

CMYK Percentages of Color #85994a

%13
%0
%52
%40

Triadic Colors of #85994a

#85994a #4a8599 #994a85

Analogous Colors of #85994a

#85994a #5e994a #99864a

Monochromatic Colors of #85994a

#85994a

Complementary Color

#85994a #5e4a99

#85994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85994a Color CSS Codes

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

#85994a Text Font Color

<p style="color:#85994a">Text here</p>

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


#85994a Background Color

<div style="background-color:#85994a">
Div content here</div>

This div background color is #85994a


#85994a Border Color

<div style="border:3px solid #85994a">
Div here</div>

This div border color is #85994a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,153,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85994a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85994a;
  -webkit-box-shadow: 1px 1px 3px 2px #85994a;
  box-shadow:         1px 1px 3px 2px #85994a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85994a


Comments

No comments written yet.

Please login to write comment.