COLOR #575822

HEX: #575822 RGB: (87,88,34)

Color info

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

RGB color model

#575822 color RGB value is (87,88,34).

RGB: (87,88,34) (34%, 35%, 13%)

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 34 of 255 = 13%

87
88
34

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

Portions of RGB colors in percentages

R + G + B = 87 + 88 + 34 = 209 (100%)
R 87 of 209 ~ 41.63%
G 88 of 209 ~ 42.11%
B 34 of 209 ~ 16.27'%

%41.63
%42.11
%16.27

CMYK color model

#575822 color CMYK value is (1,0,61,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 61.36%
  • key color value is 65.49%

CMYK: (1,0,61,65)
C1M0Y61K65 (1%, 0%, 61%, 65%)
(0.01 / 0.00 / 0.61 / 0.65)

CMYK percentages

%1.14
%0
%61.36
%65.49

Codes

Color #575822 in popluar color models

57 58 22
RGB 87 88 34
HSL 61° 44.26% 23.92%
HSB/HSV 61° 61.36% 34.51%
CMYK 1.14% 0.00% 61.36%
65.49%

Color #575822 in popluar number systems.

HEX 57 58 22
Decimal 87 88 34
Binary 1010111 1011000 100010
Octal 127 130 42

Shades and tints

Shades of #575822

#575822
(87,88,34)
#50501F
(80,80,31)
#49481C
(73,72,28)
#424019
(66,64,25)
#3B3816
(59,56,22)
#343013
(52,48,19)
#2D2810
(45,40,16)
#26200D
(38,32,13)
#1F180A
(31,24,10)
#181007
(24,16,7)
#110804
(17,8,4)
#000000
(0,0,0)

Tints of #575822

#575822
(87,88,34)
#666736
(102,103,54)
#75764A
(117,118,74)
#84855E
(132,133,94)
#939472
(147,148,114)
#A2A386
(162,163,134)
#B1B29A
(177,178,154)
#C0C1AE
(192,193,174)
#CFD0C2
(207,208,194)
#DEDFD6
(222,223,214)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575822; }

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

This text font color is #575822.

Background Color

.myBgColor { background-color: #575822; }

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

This div background color is #575822.

Border color

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

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

This div border color is #575822.

Opacity

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

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

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

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

This text has shadow with #575822 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575822.

Preview

Color preview on black background

This text has color #575822 on black background.


Color preview on white background

This text has color #575822 on white background.


Black color preview on #575822 background

This text has black color on #575822 background.


White color preview on #575822 background

This text has white color on #575822 background.


Related colors

Complementary color

Complementary color for #hex is #A8A7DD.


I love getcolorcode.com

Triadic colors

1 #225758 and #582257 with #575822 are triadic colors.

2 #225857 and #585722 with #575822 are triadic colors.