COLOR #85525C

HEX: #85525C RGB: (133,82,92)

Color info

#85525C contains red, green and blue colors in about the same proportion. Web safe color of #85525C is #996666 (or #966).

RGB color model

#85525C color RGB value is (133,82,92).

RGB: (133,82,92) (52%, 32%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 92 of 255 = 36%

133
82
92

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

Portions of RGB colors in percentages

R + G + B = 133 + 82 + 92 = 307 (100%)
R 133 of 307 ~ 43.32%
G 82 of 307 ~ 26.71%
B 92 of 307 ~ 29.97'%

%43.32
%26.71
%29.97

CMYK color model

#85525C color CMYK value is (0,38,31,48).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK: (0,38,31,48) C0M38Y31K48 (0%,38%,31%,48%) (0.00/0.38/0.31/0.48) 

CMYK percentages

%0
%38.35
%30.83
%47.84

Codes

Color #85525C in popluar color models

85 52 5C
RGB 133 82 92
HSL 348° 23.72% 42.16%
HSB/HSV 348° 38.35% 52.16%
CMYK 0.00% 38.35% 30.83%
47.84%

Color #85525C in popluar number systems.

HEX 85 52 5C
Decimal 133 82 92
Binary 10000101 1010010 1011100
Octal 205 122 134

Shades and tints

Shades of #85525C

#85525C
(133,82,92)
#794B54
(121,75,84)
#6D444C
(109,68,76)
#613D44
(97,61,68)
#55363C
(85,54,60)
#492F34
(73,47,52)
#3D282C
(61,40,44)
#312124
(49,33,36)
#251A1C
(37,26,28)
#191314
(25,19,20)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #85525C

#85525C
(133,82,92)
#90616A
(144,97,106)
#9B7078
(155,112,120)
#A67F86
(166,127,134)
#B18E94
(177,142,148)
#BC9DA2
(188,157,162)
#C7ACB0
(199,172,176)
#D2BBBE
(210,187,190)
#DDCACC
(221,202,204)
#E8D9DA
(232,217,218)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85525C color. Also use rgb(133,82,92) instead hex code.

Text Font Color

.myTextColor { color: #85525C; }

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

This text font color is #85525C.

Background Color

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

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

This div background color is #85525C.

Border color

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

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

This div border color is #85525C.

Opacity

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

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

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

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

This text has shadow with #85525C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85525C.

Preview

Color preview on black background

This text has color #85525C on black background.


Color preview on white background

This text has color #85525C on white background.


Black color preview on #85525C background

This text has black color on #85525C background.


White color preview on #85525C background

This text has white color on #85525C background.


Related colors

Complementary color

Complementary color for #hex is #7AADA3.


I love getcolorcode.com

Triadic colors

1 #5C8552 and #525C85 with #85525C are triadic colors.

2 #5C5285 and #52855C with #85525C are triadic colors.