COLOR #85A245

HEX: #85A245 RGB: (133,162,69)

Color info

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

RGB color model

#85A245 color RGB value is (133,162,69).

RGB: (133,162,69) (52%, 64%, 27%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 69 of 255 = 27%

133
162
69

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

Portions of RGB colors in percentages

R + G + B = 133 + 162 + 69 = 364 (100%)
R 133 of 364 ~ 36.54%
G 162 of 364 ~ 44.51%
B 69 of 364 ~ 18.96'%

%36.54
%44.51
%18.96

CMYK color model

#85A245 color CMYK value is (18,0,57,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 57.41%
  • key color value is 36.47%

CMYK: (18,0,57,36)
C18M0Y57K36 (18%, 0%, 57%, 36%)
(0.18 / 0.00 / 0.57 / 0.36)

CMYK percentages

%17.9
%0
%57.41
%36.47

Codes

Color #85A245 in popluar color models

85 A2 45
RGB 133 162 69
HSL 79° 40.26% 45.29%
HSB/HSV 79° 57.41% 63.53%
CMYK 17.90% 0.00% 57.41%
36.47%

Color #85A245 in popluar number systems.

HEX 85 A2 45
Decimal 133 162 69
Binary 10000101 10100010 1000101
Octal 205 242 105

Shades and tints

Shades of #85A245

#85A245
(133,162,69)
#79943F
(121,148,63)
#6D8639
(109,134,57)
#617833
(97,120,51)
#556A2D
(85,106,45)
#495C27
(73,92,39)
#3D4E21
(61,78,33)
#31401B
(49,64,27)
#253215
(37,50,21)
#19240F
(25,36,15)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #85A245

#85A245
(133,162,69)
#90AA55
(144,170,85)
#9BB265
(155,178,101)
#A6BA75
(166,186,117)
#B1C285
(177,194,133)
#BCCA95
(188,202,149)
#C7D2A5
(199,210,165)
#D2DAB5
(210,218,181)
#DDE2C5
(221,226,197)
#E8EAD5
(232,234,213)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A245; }

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

This text font color is #85A245.

Background Color

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

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

This div background color is #85A245.

Border color

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

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

This div border color is #85A245.

Opacity

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

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

Text with #85A245 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 #85A245;}

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

This text has shadow with #85A245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A245.

Preview

Color preview on black background

This text has color #85A245 on black background.


Color preview on white background

This text has color #85A245 on white background.


Black color preview on #85A245 background

This text has black color on #85A245 background.


White color preview on #85A245 background

This text has white color on #85A245 background.


Related colors

Complementary color

Complementary color for #hex is #7A5DBA.


I love getcolorcode.com

Triadic colors

1 #4585A2 and #A24585 with #85A245 are triadic colors.

2 #45A285 and #A28545 with #85A245 are triadic colors.