COLOR #85947A

HEX: #85947A RGB: (133,148,122)

Color info

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

RGB color model

#85947A color RGB value is (133,148,122).

RGB: (133,148,122) (52%, 58%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 122 of 255 = 48%

133
148
122

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

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 122 = 403 (100%)
R 133 of 403 ~ 33%
G 148 of 403 ~ 36.72%
B 122 of 403 ~ 30.27'%

%33
%36.72
%30.27

CMYK color model

#85947A color CMYK value is (10,0,18,42).

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

CMYK: (10,0,18,42)
C10M0Y18K42 (10%, 0%, 18%, 42%)
(0.10 / 0.00 / 0.18 / 0.42)

CMYK percentages

%10.14
%0
%17.57
%41.96

Codes

Color #85947A in popluar color models

85 94 7A
RGB 133 148 122
HSL 95° 10.83% 52.94%
HSB/HSV 95° 17.57% 58.04%
CMYK 10.14% 0.00% 17.57%
41.96%

Color #85947A in popluar number systems.

HEX 85 94 7A
Decimal 133 148 122
Binary 10000101 10010100 1111010
Octal 205 224 172

Shades and tints

Shades of #85947A

#85947A
(133,148,122)
#79876F
(121,135,111)
#6D7A64
(109,122,100)
#616D59
(97,109,89)
#55604E
(85,96,78)
#495343
(73,83,67)
#3D4638
(61,70,56)
#31392D
(49,57,45)
#252C22
(37,44,34)
#191F17
(25,31,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #85947A

#85947A
(133,148,122)
#909D86
(144,157,134)
#9BA692
(155,166,146)
#A6AF9E
(166,175,158)
#B1B8AA
(177,184,170)
#BCC1B6
(188,193,182)
#C7CAC2
(199,202,194)
#D2D3CE
(210,211,206)
#DDDCDA
(221,220,218)
#E8E5E6
(232,229,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85947A; }

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

This text font color is #85947A.

Background Color

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

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

This div background color is #85947A.

Border color

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

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

This div border color is #85947A.

Opacity

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

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

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

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

This text has shadow with #85947A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85947A.

Preview

Color preview on black background

This text has color #85947A on black background.


Color preview on white background

This text has color #85947A on white background.


Black color preview on #85947A background

This text has black color on #85947A background.


White color preview on #85947A background

This text has white color on #85947A background.


Related colors

Complementary color

Complementary color for #hex is #7A6B85.


I love getcolorcode.com

Triadic colors

1 #7A8594 and #947A85 with #85947A are triadic colors.

2 #7A9485 and #94857A with #85947A are triadic colors.