COLOR #85975E

HEX: #85975E
RGB: (133,151,94)

Color info

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

RGB color model

#85975E color RGB value is (133,151,94).

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

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 94 of 255 = 37%

133
151
94

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

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 94 = 378 (100%)
R 133 of 378 ~ 35.19%
G 151 of 378 ~ 39.95%
B 94 of 378 ~ 24.87%

%35.19
%39.95
%24.87

CMYK color model

#85975E color CMYK value is (12,0,38,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 40.78%
CMYK:
(12,0,38,41)
C12M0Y38K41 
(12%,0%,38%,41%)
(0.12/0.00/0.38/0.41)	

CMYK percentages

%11.92
%0
%37.75
%40.78

Codes

Color #85975E in popluar color models

85975E
RGB13315194
HSL79°23.27%48.04%
HSB/HSV79°37.75%59.22%
CMYK11.92%0.00%37.75%
40.78%

Color #85975E in popluar number systems.

HEX85975E
Decimal13315194
Binary10000101100101111011110
Octal205227136

Shades and tints

Shades of #85975E

#85975E
(133,151,94)
#798A56
(121,138,86)
#6D7D4E
(109,125,78)
#617046
(97,112,70)
#55633E
(85,99,62)
#495636
(73,86,54)
#3D492E
(61,73,46)
#313C26
(49,60,38)
#252F1E
(37,47,30)
#192216
(25,34,22)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #85975E

#85975E
(133,151,94)
#90A06C
(144,160,108)
#9BA97A
(155,169,122)
#A6B288
(166,178,136)
#B1BB96
(177,187,150)
#BCC4A4
(188,196,164)
#C7CDB2
(199,205,178)
#D2D6C0
(210,214,192)
#DDDFCE
(221,223,206)
#E8E8DC
(232,232,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85975E; }

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

This text font color is #85975E.


Background Color

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

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

This div background color is #85975E.


Border color

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

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

This div border color is #85975E.


Opacity

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

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

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

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

This text has shadow with #85975E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85975E on black background.


Color preview on white background

This text has color #85975E on white background.



Black color preview on #85975E background

This text has black color on #85975E background.


White color preview on #85975E background

This text has white color on #85975E background.