COLOR #85A05A

HEX: #85A05A RGB: (133,160,90)

Color info

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

RGB color model

#85A05A color RGB value is (133,160,90).

RGB: (133,160,90) (52%, 63%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 90 of 255 = 35%

133
160
90

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

Portions of RGB colors in percentages

R + G + B = 133 + 160 + 90 = 383 (100%)
R 133 of 383 ~ 34.73%
G 160 of 383 ~ 41.78%
B 90 of 383 ~ 23.5'%

%34.73
%41.78
%23.5

CMYK color model

#85A05A color CMYK value is (17,0,44,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 37.25%

CMYK: (17,0,44,37)
C17M0Y44K37 (17%, 0%, 44%, 37%)
(0.17 / 0.00 / 0.44 / 0.37)

CMYK percentages

%16.88
%0
%43.75
%37.25

Codes

Color #85A05A in popluar color models

85 A0 5A
RGB 133 160 90
HSL 83° 28.00% 49.02%
HSB/HSV 83° 43.75% 62.75%
CMYK 16.88% 0.00% 43.75%
37.25%

Color #85A05A in popluar number systems.

HEX 85 A0 5A
Decimal 133 160 90
Binary 10000101 10100000 1011010
Octal 205 240 132

Shades and tints

Shades of #85A05A

#85A05A
(133,160,90)
#799252
(121,146,82)
#6D844A
(109,132,74)
#617642
(97,118,66)
#55683A
(85,104,58)
#495A32
(73,90,50)
#3D4C2A
(61,76,42)
#313E22
(49,62,34)
#25301A
(37,48,26)
#192212
(25,34,18)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #85A05A

#85A05A
(133,160,90)
#90A869
(144,168,105)
#9BB078
(155,176,120)
#A6B887
(166,184,135)
#B1C096
(177,192,150)
#BCC8A5
(188,200,165)
#C7D0B4
(199,208,180)
#D2D8C3
(210,216,195)
#DDE0D2
(221,224,210)
#E8E8E1
(232,232,225)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A05A color. Also use rgb(133,160,90) instead hex code.

Text Font Color

.myTextColor { color: #85A05A; }

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

This text font color is #85A05A.

Background Color

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

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

This div background color is #85A05A.

Border color

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

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

This div border color is #85A05A.

Opacity

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

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

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

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

This text has shadow with #85A05A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A05A.

Preview

Color preview on black background

This text has color #85A05A on black background.


Color preview on white background

This text has color #85A05A on white background.


Black color preview on #85A05A background

This text has black color on #85A05A background.


White color preview on #85A05A background

This text has white color on #85A05A background.


Related colors

Complementary color

Complementary color for #hex is #7A5FA5.


I love getcolorcode.com

Triadic colors

1 #5A85A0 and #A05A85 with #85A05A are triadic colors.

2 #5AA085 and #A0855A with #85A05A are triadic colors.