COLOR #85A458

HEX: #85A458 RGB: (133,164,88)

Color info

#85A458 contains mainly red and green colors. Web safe color of #85A458 is #999966 (or #996).

RGB color model

#85A458 color RGB value is (133,164,88).

RGB: (133,164,88) (52%, 64%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 164 of 255 = 64%
B 88 of 255 = 35%

133
164
88

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

Portions of RGB colors in percentages

R + G + B = 133 + 164 + 88 = 385 (100%)
R 133 of 385 ~ 34.55%
G 164 of 385 ~ 42.6%
B 88 of 385 ~ 22.86'%

%34.55
%42.6
%22.86

CMYK color model

#85A458 color CMYK value is (19,0,46,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 35.69%

CMYK: (19,0,46,36)
C19M0Y46K36 (19%, 0%, 46%, 36%)
(0.19 / 0.00 / 0.46 / 0.36)

CMYK percentages

%18.9
%0
%46.34
%35.69

Codes

Color #85A458 in popluar color models

85 A4 58
RGB 133 164 88
HSL 84° 30.16% 49.41%
HSB/HSV 84° 46.34% 64.31%
CMYK 18.90% 0.00% 46.34%
35.69%

Color #85A458 in popluar number systems.

HEX 85 A4 58
Decimal 133 164 88
Binary 10000101 10100100 1011000
Octal 205 244 130

Shades and tints

Shades of #85A458

#85A458
(133,164,88)
#799650
(121,150,80)
#6D8848
(109,136,72)
#617A40
(97,122,64)
#556C38
(85,108,56)
#495E30
(73,94,48)
#3D5028
(61,80,40)
#314220
(49,66,32)
#253418
(37,52,24)
#192610
(25,38,16)
#0D1808
(13,24,8)
#000000
(0,0,0)

Tints of #85A458

#85A458
(133,164,88)
#90AC67
(144,172,103)
#9BB476
(155,180,118)
#A6BC85
(166,188,133)
#B1C494
(177,196,148)
#BCCCA3
(188,204,163)
#C7D4B2
(199,212,178)
#D2DCC1
(210,220,193)
#DDE4D0
(221,228,208)
#E8ECDF
(232,236,223)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A458 color. Also use rgb(133,164,88) instead hex code.

Text Font Color

.myTextColor { color: #85A458; }

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

This text font color is #85A458.

Background Color

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

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

This div background color is #85A458.

Border color

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

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

This div border color is #85A458.

Opacity

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

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

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

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

This text has shadow with #85A458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A458.

Preview

Color preview on black background

This text has color #85A458 on black background.


Color preview on white background

This text has color #85A458 on white background.


Black color preview on #85A458 background

This text has black color on #85A458 background.


White color preview on #85A458 background

This text has white color on #85A458 background.


Related colors

Complementary color

Complementary color for #hex is #7A5BA7.


I love getcolorcode.com

Triadic colors

1 #5885A4 and #A45885 with #85A458 are triadic colors.

2 #58A485 and #A48558 with #85A458 are triadic colors.