COLOR #85947D

HEX: #85947D RGB: (133,148,125)

Color info

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

RGB color model

#85947D color RGB value is (133,148,125).

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

RGB channels and saturation

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

133
148
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 125 = 406 (100%)
R 133 of 406 ~ 32.76%
G 148 of 406 ~ 36.45%
B 125 of 406 ~ 30.79'%

%32.76
%36.45
%30.79

CMYK color model

#85947D color CMYK value is (10,0,16,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%

CMYK: (10,0,16,42)
C10M0Y16K42 (10%, 0%, 16%, 42%)
(0.10 / 0.00 / 0.16 / 0.42)

CMYK percentages

%10.14
%0
%15.54
%41.96

Codes

Color #85947D in popluar color models

85 94 7D
RGB 133 148 125
HSL 99° 9.70% 53.53%
HSB/HSV 99° 15.54% 58.04%
CMYK 10.14% 0.00% 15.54%
41.96%

Color #85947D in popluar number systems.

HEX 85 94 7D
Decimal 133 148 125
Binary 10000101 10010100 1111101
Octal 205 224 175

Shades and tints

Shades of #85947D

#85947D
(133,148,125)
#798772
(121,135,114)
#6D7A67
(109,122,103)
#616D5C
(97,109,92)
#556051
(85,96,81)
#495346
(73,83,70)
#3D463B
(61,70,59)
#313930
(49,57,48)
#252C25
(37,44,37)
#191F1A
(25,31,26)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #85947D

#85947D
(133,148,125)
#909D88
(144,157,136)
#9BA693
(155,166,147)
#A6AF9E
(166,175,158)
#B1B8A9
(177,184,169)
#BCC1B4
(188,193,180)
#C7CABF
(199,202,191)
#D2D3CA
(210,211,202)
#DDDCD5
(221,220,213)
#E8E5E0
(232,229,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85947D; }

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

This text font color is #85947D.

Background Color

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

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

This div background color is #85947D.

Border color

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

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

This div border color is #85947D.

Opacity

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

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

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

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

This text has shadow with #85947D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85947D.

Preview

Color preview on black background

This text has color #85947D on black background.


Color preview on white background

This text has color #85947D on white background.


Black color preview on #85947D background

This text has black color on #85947D background.


White color preview on #85947D background

This text has white color on #85947D background.


Related colors

Complementary color

Complementary color for #hex is #7A6B82.


I love getcolorcode.com

Triadic colors

1 #7D8594 and #947D85 with #85947D are triadic colors.

2 #7D9485 and #94857D with #85947D are triadic colors.