COLOR #85A24B

HEX: #85A24B
RGB: (133,162,75)

Color info

#85A24B contains mainly red and green colors. Web safe color of #85A24B is #999933 (or #993).

RGB color model

#85A24B color RGB value is (133,162,75).

  • red value is 133;
  • green value is 162;
  • blue value is 75.
RGB:
(133,162,75)
(52%,64%,29%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 75 of 255 = 29%

133
162
75

R + G + B ~ 48%. #85A24B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 75 = 370 (100%)
R 133 of 370 ~ 35.95%
G 162 of 370 ~ 43.78%
B 75 of 370 ~ 20.27%

%35.95
%43.78
%20.27

CMYK color model

#85A24B color CMYK value is (18,0,54,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 36.47%
CMYK:
(18,0,54,36)
C18M0Y54K36 
(18%,0%,54%,36%)
(0.18/0.00/0.54/0.36)	

CMYK percentages

%17.9
%0
%53.7
%36.47

Codes

Color #85A24B in popluar color models

85A24B
RGB13316275
HSL80°36.71%46.47%
HSB/HSV80°53.70%63.53%
CMYK17.90%0.00%53.70%
36.47%

Color #85A24B in popluar number systems.

HEX85A24B
Decimal13316275
Binary10000101101000101001011
Octal205242113

Shades and tints

Shades of #85A24B

#85A24B
(133,162,75)
#799445
(121,148,69)
#6D863F
(109,134,63)
#617839
(97,120,57)
#556A33
(85,106,51)
#495C2D
(73,92,45)
#3D4E27
(61,78,39)
#314021
(49,64,33)
#25321B
(37,50,27)
#192415
(25,36,21)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85A24B

#85A24B
(133,162,75)
#90AA5B
(144,170,91)
#9BB26B
(155,178,107)
#A6BA7B
(166,186,123)
#B1C28B
(177,194,139)
#BCCA9B
(188,202,155)
#C7D2AB
(199,210,171)
#D2DABB
(210,218,187)
#DDE2CB
(221,226,203)
#E8EADB
(232,234,219)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A24B color. Also use rgb(133,162,75) instead hex code.

Text Font Color

.myTextColor { color: #85A24B; }

<p style="color:#85A24B">This sample text font color is #85A24B.</p>

This text font color is #85A24B.


Background Color

.myBgColor { background-color: #85A24B; }

<div style="background-color:#85A24B">Inner text</div>

This div background color is #85A24B.


Border color

.myBorderColor { border: 1px solid #85A24B; }

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

This div border color is #85A24B.


Opacity

.myOpacity80 { color: #85A24B; opacity: 0.8; }

<p style="color:#85A24B;opacity:0.8;">80%</p>

Text with #85A24B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #85A24B;}

<p style="text-shadow: 3px 3px 1px #85A24B">Text here.</p>

This text has shadow with #85A24B color.

.textShadow {text-shadow: 3px 3px 1px #85A24B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #85A24B, 5px 5px 20px red">Text here.</p>

This text has shadow with #85A24B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85A24B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#85A24B, Direction=45, Strength=4)">Text</p>

This text has shadow with #85A24B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #85A24B;
  -webkit-box-shadow:	1px 1px 3px 2px #85A24B;
  box-shadow:		1px 1px 3px 2px #85A24B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85A24B;
-webkit-box-shadow: 1px 1px 3px 2px #85A24B;
box-shadow:1px 1px 3px 2px #85A24B;">
Div content here</div>
This div box has shadow with color #85A24B.

Preview

Color preview on black background

This text has color #85A24B on black background.


Color preview on white background

This text has color #85A24B on white background.



Black color preview on #85A24B background

This text has black color on #85A24B background.


White color preview on #85A24B background

This text has white color on #85A24B background.