COLOR #85817C

HEX: #85817C RGB: (133,129,124)

Color info

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

RGB color model

#85817C color RGB value is (133,129,124).

RGB: (133,129,124) (52%, 51%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 124 of 255 = 49%

133
129
124

R + G + B ~ 51%. #85817C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 129 + 124 = 386 (100%)
R 133 of 386 ~ 34.46%
G 129 of 386 ~ 33.42%
B 124 of 386 ~ 32.12'%

%34.46
%33.42
%32.12

CMYK color model

#85817C color CMYK value is (0,3,7,48).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 6.77%
  • key color value is 47.84%

CMYK: (0,3,7,48)
C0M3Y7K48 (0%, 3%, 7%, 48%)
(0.00 / 0.03 / 0.07 / 0.48)

CMYK percentages

%0
%3.01
%6.77
%47.84

Codes

Color #85817C in popluar color models

85 81 7C
RGB 133 129 124
HSL 33° 3.56% 50.39%
HSB/HSV 33° 6.77% 52.16%
CMYK 0.00% 3.01% 6.77%
47.84%

Color #85817C in popluar number systems.

HEX 85 81 7C
Decimal 133 129 124
Binary 10000101 10000001 1111100
Octal 205 201 174

Shades and tints

Shades of #85817C

#85817C
(133,129,124)
#797671
(121,118,113)
#6D6B66
(109,107,102)
#61605B
(97,96,91)
#555550
(85,85,80)
#494A45
(73,74,69)
#3D3F3A
(61,63,58)
#31342F
(49,52,47)
#252924
(37,41,36)
#191E19
(25,30,25)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #85817C

#85817C
(133,129,124)
#908C87
(144,140,135)
#9B9792
(155,151,146)
#A6A29D
(166,162,157)
#B1ADA8
(177,173,168)
#BCB8B3
(188,184,179)
#C7C3BE
(199,195,190)
#D2CEC9
(210,206,201)
#DDD9D4
(221,217,212)
#E8E4DF
(232,228,223)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85817C color. Also use rgb(133,129,124) instead hex code.

Text Font Color

.myTextColor { color: #85817C; }

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

This text font color is #85817C.

Background Color

.myBgColor { background-color: #85817C; }

<div style="background-color:#85817C">Inner text</div>

This div background color is #85817C.

Border color

.myBorderColor { border: 1px solid #85817C; }

<div style="border:3px solid #85817C">Div</div>

This div border color is #85817C.

Opacity

.myOpacity80 { color: #85817C; opacity: 0.8; }

<p style="color:#85817C;opacity:0.8;">80%</p>

Text with #85817C 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 #85817C;}

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

This text has shadow with #85817C color.


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

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

This text has shadow with #85817C primary color and red secondary color.


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

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

This text has shadow with #85817C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85817C.

Preview

Color preview on black background

This text has color #85817C on black background.


Color preview on white background

This text has color #85817C on white background.


Black color preview on #85817C background

This text has black color on #85817C background.


White color preview on #85817C background

This text has white color on #85817C background.


Related colors

Complementary color

Complementary color for #hex is #7A7E83.


I love getcolorcode.com

Triadic colors

1 #7C8581 and #817C85 with #85817C are triadic colors.

2 #7C8185 and #81857C with #85817C are triadic colors.