COLOR #85A167

HEX: #85A167
RGB: (133,161,103)

Color info

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

RGB color model

#85A167 color RGB value is (133,161,103).

  • red value is 133;
  • green value is 161;
  • blue value is 103.
RGB:
(133,161,103)
(52%,63%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 103 of 255 = 40%

133
161
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 103 = 397 (100%)
R 133 of 397 ~ 33.5%
G 161 of 397 ~ 40.55%
B 103 of 397 ~ 25.94%

%33.5
%40.55
%25.94

CMYK color model

#85A167 color CMYK value is (17,0,36,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 36.86%
CMYK:
(17,0,36,37)
C17M0Y36K37 
(17%,0%,36%,37%)
(0.17/0.00/0.36/0.37)	

CMYK percentages

%17.39
%0
%36.02
%36.86

Codes

Color #85A167 in popluar color models

85A167
RGB133161103
HSL89°23.58%51.76%
HSB/HSV89°36.02%63.14%
CMYK17.39%0.00%36.02%
36.86%

Color #85A167 in popluar number systems.

HEX85A167
Decimal133161103
Binary10000101101000011100111
Octal205241147

Shades and tints

Shades of #85A167

#85A167
(133,161,103)
#79935E
(121,147,94)
#6D8555
(109,133,85)
#61774C
(97,119,76)
#556943
(85,105,67)
#495B3A
(73,91,58)
#3D4D31
(61,77,49)
#313F28
(49,63,40)
#25311F
(37,49,31)
#192316
(25,35,22)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85A167

#85A167
(133,161,103)
#90A974
(144,169,116)
#9BB181
(155,177,129)
#A6B98E
(166,185,142)
#B1C19B
(177,193,155)
#BCC9A8
(188,201,168)
#C7D1B5
(199,209,181)
#D2D9C2
(210,217,194)
#DDE1CF
(221,225,207)
#E8E9DC
(232,233,220)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A167 color. Also use rgb(133,161,103) instead hex code.

Text Font Color

.myTextColor { color: #85A167; }

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

This text font color is #85A167.


Background Color

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

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

This div background color is #85A167.


Border color

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

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

This div border color is #85A167.


Opacity

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

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

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

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

This text has shadow with #85A167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A167 on black background.


Color preview on white background

This text has color #85A167 on white background.



Black color preview on #85A167 background

This text has black color on #85A167 background.


White color preview on #85A167 background

This text has white color on #85A167 background.