COLOR #85977E

HEX: #85977E
RGB: (133,151,126)

Color info

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

RGB color model

#85977E color RGB value is (133,151,126).

  • red value is 133;
  • green value is 151;
  • blue value is 126.
RGB:
(133,151,126)
(52%,59%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 126 of 255 = 49%

133
151
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 126 = 410 (100%)
R 133 of 410 ~ 32.44%
G 151 of 410 ~ 36.83%
B 126 of 410 ~ 30.73%

%32.44
%36.83
%30.73

CMYK color model

#85977E color CMYK value is (12,0,17,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(12,0,17,41)
C12M0Y17K41 
(12%,0%,17%,41%)
(0.12/0.00/0.17/0.41)	

CMYK percentages

%11.92
%0
%16.56
%40.78

Codes

Color #85977E in popluar color models

85977E
RGB133151126
HSL103°10.73%54.31%
HSB/HSV103°16.56%59.22%
CMYK11.92%0.00%16.56%
40.78%

Color #85977E in popluar number systems.

HEX85977E
Decimal133151126
Binary10000101100101111111110
Octal205227176

Shades and tints

Shades of #85977E

#85977E
(133,151,126)
#798A73
(121,138,115)
#6D7D68
(109,125,104)
#61705D
(97,112,93)
#556352
(85,99,82)
#495647
(73,86,71)
#3D493C
(61,73,60)
#313C31
(49,60,49)
#252F26
(37,47,38)
#19221B
(25,34,27)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #85977E

#85977E
(133,151,126)
#90A089
(144,160,137)
#9BA994
(155,169,148)
#A6B29F
(166,178,159)
#B1BBAA
(177,187,170)
#BCC4B5
(188,196,181)
#C7CDC0
(199,205,192)
#D2D6CB
(210,214,203)
#DDDFD6
(221,223,214)
#E8E8E1
(232,232,225)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85977E color. Also use rgb(133,151,126) instead hex code.

Text Font Color

.myTextColor { color: #85977E; }

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

This text font color is #85977E.


Background Color

.myBgColor { background-color: #85977E; }

<div style="background-color:#85977E">Inner text</div>

This div background color is #85977E.


Border color

.myBorderColor { border: 1px solid #85977E; }

<div style="border:3px solid #85977E">Div</div>

This div border color is #85977E.


Opacity

.myOpacity80 { color: #85977E; opacity: 0.8; }

<p style="color:#85977E;opacity:0.8;">80%</p>

Text with #85977E 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 #85977E;}

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

This text has shadow with #85977E color.

.textShadow {text-shadow: 3px 3px 1px #85977E, 3px 3px 1px red;}

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

This text has shadow with #85977E primary color and red secondary color.


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

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

This text has shadow with #85977E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85977E on black background.


Color preview on white background

This text has color #85977E on white background.



Black color preview on #85977E background

This text has black color on #85977E background.


White color preview on #85977E background

This text has white color on #85977E background.