COLOR #575521

HEX: #575521
RGB: (87,85,33)

Color info

#575521 contains red, green and blue colors in about the same proportion. Web safe color of #575521 is #666633 (or #663).

RGB color model

#575521 color RGB value is (87,85,33).

  • red value is 87;
  • green value is 85;
  • blue value is 33.
RGB:
(87,85,33)
(34%,33%,13%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 33 of 255 = 13%

87
85
33

R + G + B ~ 27%. #575521 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 33 = 205 (100%)
R 87 of 205 ~ 42.44%
G 85 of 205 ~ 41.46%
B 33 of 205 ~ 16.1%

%42.44
%41.46
%16.1

CMYK color model

#575521 color CMYK value is (0,2,62,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(0,2,62,66)
C0M2Y62K66 
(0%,2%,62%,66%)
(0.00/0.02/0.62/0.66)	

CMYK percentages

%0
%2.3
%62.07
%65.88

Codes

Color #575521 in popluar color models

575521
RGB878533
HSL58°45.00%23.53%
HSB/HSV58°62.07%34.12%
CMYK0.00%2.30%62.07%
65.88%

Color #575521 in popluar number systems.

HEX575521
Decimal878533
Binary10101111010101100001
Octal12712541

Shades and tints

Shades of #575521

#575521
(87,85,33)
#504E1E
(80,78,30)
#49471B
(73,71,27)
#424018
(66,64,24)
#3B3915
(59,57,21)
#343212
(52,50,18)
#2D2B0F
(45,43,15)
#26240C
(38,36,12)
#1F1D09
(31,29,9)
#181606
(24,22,6)
#110F03
(17,15,3)
#000000
(0,0,0)

Tints of #575521

#575521
(87,85,33)
#666435
(102,100,53)
#757349
(117,115,73)
#84825D
(132,130,93)
#939171
(147,145,113)
#A2A085
(162,160,133)
#B1AF99
(177,175,153)
#C0BEAD
(192,190,173)
#CFCDC1
(207,205,193)
#DEDCD5
(222,220,213)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575521 color. Also use rgb(87,85,33) instead hex code.

Text Font Color

.myTextColor { color: #575521; }

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

This text font color is #575521.


Background Color

.myBgColor { background-color: #575521; }

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

This div background color is #575521.


Border color

.myBorderColor { border: 1px solid #575521; }

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

This div border color is #575521.


Opacity

.myOpacity80 { color: #575521; opacity: 0.8; }

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

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

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

This text has shadow with #575521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575521 on black background.


Color preview on white background

This text has color #575521 on white background.



Black color preview on #575521 background

This text has black color on #575521 background.


White color preview on #575521 background

This text has white color on #575521 background.