COLOR #85957F

HEX: #85957F RGB: (133,149,127)

Color info

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

RGB color model

#85957F color RGB value is (133,149,127).

RGB: (133,149,127) (52%, 58%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 127 of 255 = 50%

133
149
127

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

Portions of RGB colors in percentages

R + G + B = 133 + 149 + 127 = 409 (100%)
R 133 of 409 ~ 32.52%
G 149 of 409 ~ 36.43%
B 127 of 409 ~ 31.05'%

%32.52
%36.43
%31.05

CMYK color model

#85957F color CMYK value is (11,0,15,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%

CMYK: (11,0,15,42)
C11M0Y15K42 (11%, 0%, 15%, 42%)
(0.11 / 0.00 / 0.15 / 0.42)

CMYK percentages

%10.74
%0
%14.77
%41.57

Codes

Color #85957F in popluar color models

85 95 7F
RGB 133 149 127
HSL 104° 9.40% 54.12%
HSB/HSV 104° 14.77% 58.43%
CMYK 10.74% 0.00% 14.77%
41.57%

Color #85957F in popluar number systems.

HEX 85 95 7F
Decimal 133 149 127
Binary 10000101 10010101 1111111
Octal 205 225 177

Shades and tints

Shades of #85957F

#85957F
(133,149,127)
#798874
(121,136,116)
#6D7B69
(109,123,105)
#616E5E
(97,110,94)
#556153
(85,97,83)
#495448
(73,84,72)
#3D473D
(61,71,61)
#313A32
(49,58,50)
#252D27
(37,45,39)
#19201C
(25,32,28)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #85957F

#85957F
(133,149,127)
#909E8A
(144,158,138)
#9BA795
(155,167,149)
#A6B0A0
(166,176,160)
#B1B9AB
(177,185,171)
#BCC2B6
(188,194,182)
#C7CBC1
(199,203,193)
#D2D4CC
(210,212,204)
#DDDDD7
(221,221,215)
#E8E6E2
(232,230,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85957F color. Also use rgb(133,149,127) instead hex code.

Text Font Color

.myTextColor { color: #85957F; }

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

This text font color is #85957F.

Background Color

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

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

This div background color is #85957F.

Border color

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

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

This div border color is #85957F.

Opacity

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

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

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

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

This text has shadow with #85957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85957F.

Preview

Color preview on black background

This text has color #85957F on black background.


Color preview on white background

This text has color #85957F on white background.


Black color preview on #85957F background

This text has black color on #85957F background.


White color preview on #85957F background

This text has white color on #85957F background.


Related colors

Complementary color

Complementary color for #hex is #7A6A80.


I love getcolorcode.com

Triadic colors

1 #7F8595 and #957F85 with #85957F are triadic colors.

2 #7F9585 and #95857F with #85957F are triadic colors.