COLOR #85A06C

HEX: #85A06C RGB: (133,160,108)

Color info

#85A06C contains red, green and blue colors in about the same proportion. Web safe color of #85A06C is #999966 (or #996).

RGB color model

#85A06C color RGB value is (133,160,108).

RGB: (133,160,108) (52%, 63%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 108 of 255 = 42%

133
160
108

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

Portions of RGB colors in percentages

R + G + B = 133 + 160 + 108 = 401 (100%)
R 133 of 401 ~ 33.17%
G 160 of 401 ~ 39.9%
B 108 of 401 ~ 26.93'%

%33.17
%39.9
%26.93

CMYK color model

#85A06C color CMYK value is (17,0,33,37).

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

CMYK: (17,0,33,37)
C17M0Y33K37 (17%, 0%, 33%, 37%)
(0.17 / 0.00 / 0.33 / 0.37)

CMYK percentages

%16.88
%0
%32.5
%37.25

Codes

Color #85A06C in popluar color models

85 A0 6C
RGB 133 160 108
HSL 91° 21.49% 52.55%
HSB/HSV 91° 32.50% 62.75%
CMYK 16.88% 0.00% 32.50%
37.25%

Color #85A06C in popluar number systems.

HEX 85 A0 6C
Decimal 133 160 108
Binary 10000101 10100000 1101100
Octal 205 240 154

Shades and tints

Shades of #85A06C

#85A06C
(133,160,108)
#799263
(121,146,99)
#6D845A
(109,132,90)
#617651
(97,118,81)
#556848
(85,104,72)
#495A3F
(73,90,63)
#3D4C36
(61,76,54)
#313E2D
(49,62,45)
#253024
(37,48,36)
#19221B
(25,34,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #85A06C

#85A06C
(133,160,108)
#90A879
(144,168,121)
#9BB086
(155,176,134)
#A6B893
(166,184,147)
#B1C0A0
(177,192,160)
#BCC8AD
(188,200,173)
#C7D0BA
(199,208,186)
#D2D8C7
(210,216,199)
#DDE0D4
(221,224,212)
#E8E8E1
(232,232,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A06C; }

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

This text font color is #85A06C.

Background Color

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

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

This div background color is #85A06C.

Border color

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

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

This div border color is #85A06C.

Opacity

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

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

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

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

This text has shadow with #85A06C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A06C.

Preview

Color preview on black background

This text has color #85A06C on black background.


Color preview on white background

This text has color #85A06C on white background.


Black color preview on #85A06C background

This text has black color on #85A06C background.


White color preview on #85A06C background

This text has white color on #85A06C background.


Related colors

Complementary color

Complementary color for #hex is #7A5F93.


I love getcolorcode.com

Triadic colors

1 #6C85A0 and #A06C85 with #85A06C are triadic colors.

2 #6CA085 and #A0856C with #85A06C are triadic colors.