COLOR #85975B

HEX: #85975B RGB: (133,151,91)

Color info

#85975B contains mainly red and green colors. Web safe color of #85975B is #999966 (or #996).

RGB color model

#85975B color RGB value is (133,151,91).

RGB: (133,151,91) (52%, 59%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 91 of 255 = 36%

133
151
91

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

Portions of RGB colors in percentages

R + G + B = 133 + 151 + 91 = 375 (100%)
R 133 of 375 ~ 35.47%
G 151 of 375 ~ 40.27%
B 91 of 375 ~ 24.27'%

%35.47
%40.27
%24.27

CMYK color model

#85975B color CMYK value is (12,0,40,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 40.78%

CMYK: (12,0,40,41)
C12M0Y40K41 (12%, 0%, 40%, 41%)
(0.12 / 0.00 / 0.40 / 0.41)

CMYK percentages

%11.92
%0
%39.74
%40.78

Codes

Color #85975B in popluar color models

85 97 5B
RGB 133 151 91
HSL 78° 24.79% 47.45%
HSB/HSV 78° 39.74% 59.22%
CMYK 11.92% 0.00% 39.74%
40.78%

Color #85975B in popluar number systems.

HEX 85 97 5B
Decimal 133 151 91
Binary 10000101 10010111 1011011
Octal 205 227 133

Shades and tints

Shades of #85975B

#85975B
(133,151,91)
#798A53
(121,138,83)
#6D7D4B
(109,125,75)
#617043
(97,112,67)
#55633B
(85,99,59)
#495633
(73,86,51)
#3D492B
(61,73,43)
#313C23
(49,60,35)
#252F1B
(37,47,27)
#192213
(25,34,19)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #85975B

#85975B
(133,151,91)
#90A069
(144,160,105)
#9BA977
(155,169,119)
#A6B285
(166,178,133)
#B1BB93
(177,187,147)
#BCC4A1
(188,196,161)
#C7CDAF
(199,205,175)
#D2D6BD
(210,214,189)
#DDDFCB
(221,223,203)
#E8E8D9
(232,232,217)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85975B; }

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

This text font color is #85975B.

Background Color

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

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

This div background color is #85975B.

Border color

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

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

This div border color is #85975B.

Opacity

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

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

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

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

This text has shadow with #85975B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85975B.

Preview

Color preview on black background

This text has color #85975B on black background.


Color preview on white background

This text has color #85975B on white background.


Black color preview on #85975B background

This text has black color on #85975B background.


White color preview on #85975B background

This text has white color on #85975B background.


Related colors

Complementary color

Complementary color for #hex is #7A68A4.


I love getcolorcode.com

Triadic colors

1 #5B8597 and #975B85 with #85975B are triadic colors.

2 #5B9785 and #97855B with #85975B are triadic colors.