COLOR #85985F

HEX: #85985F RGB: (133,152,95)

Color info

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

RGB color model

#85985F color RGB value is (133,152,95).

RGB: (133,152,95) (52%, 60%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 95 of 255 = 37%

133
152
95

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

Portions of RGB colors in percentages

R + G + B = 133 + 152 + 95 = 380 (100%)
R 133 of 380 ~ 35%
G 152 of 380 ~ 40%
B 95 of 380 ~ 25'%

%35
%40
%25

CMYK color model

#85985F color CMYK value is (13,0,38,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%

CMYK: (13,0,38,40)
C13M0Y38K40 (13%, 0%, 38%, 40%)
(0.13 / 0.00 / 0.38 / 0.40)

CMYK percentages

%12.5
%0
%37.5
%40.39

Codes

Color #85985F in popluar color models

85 98 5F
RGB 133 152 95
HSL 80° 23.08% 48.43%
HSB/HSV 80° 37.50% 59.61%
CMYK 12.50% 0.00% 37.50%
40.39%

Color #85985F in popluar number systems.

HEX 85 98 5F
Decimal 133 152 95
Binary 10000101 10011000 1011111
Octal 205 230 137

Shades and tints

Shades of #85985F

#85985F
(133,152,95)
#798B57
(121,139,87)
#6D7E4F
(109,126,79)
#617147
(97,113,71)
#55643F
(85,100,63)
#495737
(73,87,55)
#3D4A2F
(61,74,47)
#313D27
(49,61,39)
#25301F
(37,48,31)
#192317
(25,35,23)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85985F

#85985F
(133,152,95)
#90A16D
(144,161,109)
#9BAA7B
(155,170,123)
#A6B389
(166,179,137)
#B1BC97
(177,188,151)
#BCC5A5
(188,197,165)
#C7CEB3
(199,206,179)
#D2D7C1
(210,215,193)
#DDE0CF
(221,224,207)
#E8E9DD
(232,233,221)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85985F color. Also use rgb(133,152,95) instead hex code.

Text Font Color

.myTextColor { color: #85985F; }

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

This text font color is #85985F.

Background Color

.myBgColor { background-color: #85985F; }

<div style="background-color:#85985F">Inner text</div>

This div background color is #85985F.

Border color

.myBorderColor { border: 1px solid #85985F; }

<div style="border:3px solid #85985F">Div</div>

This div border color is #85985F.

Opacity

.myOpacity80 { color: #85985F; opacity: 0.8; }

<p style="color:#85985F;opacity:0.8;">80%</p>

Text with #85985F 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 #85985F;}

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

This text has shadow with #85985F color.


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

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

This text has shadow with #85985F primary color and red secondary color.


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

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

This text has shadow with #85985F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85985F.

Preview

Color preview on black background

This text has color #85985F on black background.


Color preview on white background

This text has color #85985F on white background.


Black color preview on #85985F background

This text has black color on #85985F background.


White color preview on #85985F background

This text has white color on #85985F background.


Related colors

Complementary color

Complementary color for #hex is #7A67A0.


I love getcolorcode.com

Triadic colors

1 #5F8598 and #985F85 with #85985F are triadic colors.

2 #5F9885 and #98855F with #85985F are triadic colors.