COLOR #85937D

HEX: #85937D RGB: (133,147,125)

Color info

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

RGB color model

#85937D color RGB value is (133,147,125).

RGB: (133,147,125) (52%, 58%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 125 of 255 = 49%

133
147
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 147 + 125 = 405 (100%)
R 133 of 405 ~ 32.84%
G 147 of 405 ~ 36.3%
B 125 of 405 ~ 30.86'%

%32.84
%36.3
%30.86

CMYK color model

#85937D color CMYK value is (10,0,15,42).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK: (10,0,15,42) C10M0Y15K42 (10%,0%,15%,42%) (0.10/0.00/0.15/0.42) 

CMYK percentages

%9.52
%0
%14.97
%42.35

Codes

Color #85937D in popluar color models

85 93 7D
RGB 133 147 125
HSL 98° 9.24% 53.33%
HSB/HSV 98° 14.97% 57.65%
CMYK 9.52% 0.00% 14.97%
42.35%

Color #85937D in popluar number systems.

HEX 85 93 7D
Decimal 133 147 125
Binary 10000101 10010011 1111101
Octal 205 223 175

Shades and tints

Shades of #85937D

#85937D
(133,147,125)
#798672
(121,134,114)
#6D7967
(109,121,103)
#616C5C
(97,108,92)
#555F51
(85,95,81)
#495246
(73,82,70)
#3D453B
(61,69,59)
#313830
(49,56,48)
#252B25
(37,43,37)
#191E1A
(25,30,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #85937D

#85937D
(133,147,125)
#909C88
(144,156,136)
#9BA593
(155,165,147)
#A6AE9E
(166,174,158)
#B1B7A9
(177,183,169)
#BCC0B4
(188,192,180)
#C7C9BF
(199,201,191)
#D2D2CA
(210,210,202)
#DDDBD5
(221,219,213)
#E8E4E0
(232,228,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85937D color. Also use rgb(133,147,125) instead hex code.

Text Font Color

.myTextColor { color: #85937D; }

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

This text font color is #85937D.

Background Color

.myBgColor { background-color: #85937D; }

<div style="background-color:#85937D">Inner text</div>

This div background color is #85937D.

Border color

.myBorderColor { border: 1px solid #85937D; }

<div style="border:3px solid #85937D">Div</div>

This div border color is #85937D.

Opacity

.myOpacity80 { color: #85937D; opacity: 0.8; }

<p style="color:#85937D;opacity:0.8;">80%</p>

Text with #85937D 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 #85937D;}

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

This text has shadow with #85937D color.


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

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

This text has shadow with #85937D primary color and red secondary color.


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

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

This text has shadow with #85937D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85937D.

Preview

Color preview on black background

This text has color #85937D on black background.


Color preview on white background

This text has color #85937D on white background.


Black color preview on #85937D background

This text has black color on #85937D background.


White color preview on #85937D background

This text has white color on #85937D background.


Related colors

Complementary color

Complementary color for #hex is #7A6C82.


I love getcolorcode.com

Triadic colors

1 #7D8593 and #937D85 with #85937D are triadic colors.

2 #7D9385 and #93857D with #85937D are triadic colors.