COLOR #85525A

HEX: #85525A
RGB: (133,82,90)

Color info

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

RGB color model

#85525A color RGB value is (133,82,90).

  • red value is 133;
  • green value is 82;
  • blue value is 90.
RGB:
(133,82,90)
(52%,32%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 90 of 255 = 35%

133
82
90

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

Portions of RGB colors in percentages

R + G + B =
133 + 82 + 90 = 305 (100%)
R 133 of 305 ~ 43.61%
G 82 of 305 ~ 26.89%
B 90 of 305 ~ 29.51%

%43.61
%26.89
%29.51

CMYK color model

#85525A color CMYK value is (0,38,32,48).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,38,32,48)
C0M38Y32K48 
(0%,38%,32%,48%)
(0.00/0.38/0.32/0.48)	

CMYK percentages

%0
%38.35
%32.33
%47.84

Codes

Color #85525A in popluar color models

85525A
RGB1338290
HSL351°23.72%42.16%
HSB/HSV351°38.35%52.16%
CMYK0.00%38.35%32.33%
47.84%

Color #85525A in popluar number systems.

HEX85525A
Decimal1338290
Binary1000010110100101011010
Octal205122132

Shades and tints

Shades of #85525A

#85525A
(133,82,90)
#794B52
(121,75,82)
#6D444A
(109,68,74)
#613D42
(97,61,66)
#55363A
(85,54,58)
#492F32
(73,47,50)
#3D282A
(61,40,42)
#312122
(49,33,34)
#251A1A
(37,26,26)
#191312
(25,19,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #85525A

#85525A
(133,82,90)
#906169
(144,97,105)
#9B7078
(155,112,120)
#A67F87
(166,127,135)
#B18E96
(177,142,150)
#BC9DA5
(188,157,165)
#C7ACB4
(199,172,180)
#D2BBC3
(210,187,195)
#DDCAD2
(221,202,210)
#E8D9E1
(232,217,225)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85525A; }

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

This text font color is #85525A.


Background Color

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

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

This div background color is #85525A.


Border color

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

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

This div border color is #85525A.


Opacity

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

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

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

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

This text has shadow with #85525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85525A on black background.


Color preview on white background

This text has color #85525A on white background.



Black color preview on #85525A background

This text has black color on #85525A background.


White color preview on #85525A background

This text has white color on #85525A background.