Color Hex Logo

#85a32f Color Hex

#85A32F
(133,163,47)
0 Favorites   0 Comments

Color spaces of #85a32f

RGB 13316347
HSL0.210.550.41
HSV76°71°64°
CMYK 0.180.000.71   0.36
XYZ23.283131.38627.5203
Yxy31.38620.37440.5047
Hunter Lab56.0234-23.857031.2576
CIE-Lab62.8323-26.943553.8596

#85a32f color RGB value is (133,163,47).

#85a32f hex color red value is 133, green value is 163 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #85a32f hue: 0.21 , saturation: 0.55 and the lightness value of 85a32f is 0.41.

The process color (four color CMYK) of #85a32f color hex is 0.18, 0.00, 0.71, 0.36. Web safe color of #85a32f is #999933. Color #85a32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100011 00101111
Octal 205 243 57
Decimal 133 163 47
Hex 85 A3 2F

RGB Percentages of Color #85a32f

%38.78
%47.52
%13.70

CMYK Percentages of Color #85a32f

%18
%0
%71
%36

Triadic Colors of #85a32f

#85a32f #2f85a3 #a32f85

Analogous Colors of #85a32f

#85a32f #4ba32f #a3872f

Monochromatic Colors of #85a32f

#85a32f

Complementary Color

#85a32f #4d2fa3

#85a32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a32f Color CSS Codes

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

#85a32f Text Font Color

<p style="color:#85a32f">Text here</p>

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


#85a32f Background Color

<div style="background-color:#85a32f">
Div content here</div>

This div background color is #85a32f


#85a32f Border Color

<div style="border:3px solid #85a32f">
Div here</div>

This div border color is #85a32f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,163,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85a32f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85a32f;
  -webkit-box-shadow: 1px 1px 3px 2px #85a32f;
  box-shadow:         1px 1px 3px 2px #85a32f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a32f


Comments

No comments written yet.

Please login to write comment.