COLOR #575522

HEX: #575522
RGB: (87,85,34)

Color info

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

RGB color model

#575522 color RGB value is (87,85,34).

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

RGB channels and saturation

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

87
85
34

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

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 34 = 206 (100%)
R 87 of 206 ~ 42.23%
G 85 of 206 ~ 41.26%
B 34 of 206 ~ 16.5%

%42.23
%41.26
%16.5

CMYK color model

#575522 color CMYK value is (0,2,61,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 60.92%
  • key color value is 65.88%
CMYK:
(0,2,61,66)
C0M2Y61K66 
(0%,2%,61%,66%)
(0.00/0.02/0.61/0.66)	

CMYK percentages

%0
%2.3
%60.92
%65.88

Codes

Color #575522 in popluar color models

575522
RGB878534
HSL58°43.80%23.73%
HSB/HSV58°60.92%34.12%
CMYK0.00%2.30%60.92%
65.88%

Color #575522 in popluar number systems.

HEX575522
Decimal878534
Binary10101111010101100010
Octal12712542

Shades and tints

Shades of #575522

#575522
(87,85,34)
#504E1F
(80,78,31)
#49471C
(73,71,28)
#424019
(66,64,25)
#3B3916
(59,57,22)
#343213
(52,50,19)
#2D2B10
(45,43,16)
#26240D
(38,36,13)
#1F1D0A
(31,29,10)
#181607
(24,22,7)
#110F04
(17,15,4)
#000000
(0,0,0)

Tints of #575522

#575522
(87,85,34)
#666436
(102,100,54)
#75734A
(117,115,74)
#84825E
(132,130,94)
#939172
(147,145,114)
#A2A086
(162,160,134)
#B1AF9A
(177,175,154)
#C0BEAE
(192,190,174)
#CFCDC2
(207,205,194)
#DEDCD6
(222,220,214)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575522; }

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

This text font color is #575522.


Background Color

.myBgColor { background-color: #575522; }

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

This div background color is #575522.


Border color

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

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

This div border color is #575522.


Opacity

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

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

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

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

This text has shadow with #575522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575522 on black background.


Color preview on white background

This text has color #575522 on white background.



Black color preview on #575522 background

This text has black color on #575522 background.


White color preview on #575522 background

This text has white color on #575522 background.