COLOR #85526A

HEX: #85526A
RGB: (133,82,106)

Color info

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

RGB color model

#85526A color RGB value is (133,82,106).

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

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 106 of 255 = 42%

133
82
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 82 + 106 = 321 (100%)
R 133 of 321 ~ 41.43%
G 82 of 321 ~ 25.55%
B 106 of 321 ~ 33.02%

%41.43
%25.55
%33.02

CMYK color model

#85526A color CMYK value is (0,38,20,48).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,38,20,48)
C0M38Y20K48 
(0%,38%,20%,48%)
(0.00/0.38/0.20/0.48)	

CMYK percentages

%0
%38.35
%20.3
%47.84

Codes

Color #85526A in popluar color models

85526A
RGB13382106
HSL332°23.72%42.16%
HSB/HSV332°38.35%52.16%
CMYK0.00%38.35%20.30%
47.84%

Color #85526A in popluar number systems.

HEX85526A
Decimal13382106
Binary1000010110100101101010
Octal205122152

Shades and tints

Shades of #85526A

#85526A
(133,82,106)
#794B61
(121,75,97)
#6D4458
(109,68,88)
#613D4F
(97,61,79)
#553646
(85,54,70)
#492F3D
(73,47,61)
#3D2834
(61,40,52)
#31212B
(49,33,43)
#251A22
(37,26,34)
#191319
(25,19,25)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #85526A

#85526A
(133,82,106)
#906177
(144,97,119)
#9B7084
(155,112,132)
#A67F91
(166,127,145)
#B18E9E
(177,142,158)
#BC9DAB
(188,157,171)
#C7ACB8
(199,172,184)
#D2BBC5
(210,187,197)
#DDCAD2
(221,202,210)
#E8D9DF
(232,217,223)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85526A; }

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

This text font color is #85526A.


Background Color

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

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

This div background color is #85526A.


Border color

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

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

This div border color is #85526A.


Opacity

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

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

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

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

This text has shadow with #85526A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85526A on black background.


Color preview on white background

This text has color #85526A on white background.



Black color preview on #85526A background

This text has black color on #85526A background.


White color preview on #85526A background

This text has white color on #85526A background.