COLOR #572211

HEX: #572211 RGB: (87,34,17)

Color info

#572211 contains mainly red and green colors. Web safe color of #572211 is #663300 (or #630).

RGB color model

#572211 color RGB value is (87,34,17).

RGB: (87,34,17) (34%, 13%, 7%)

RGB channels and saturation

R 87 of 255 = 34%
G 34 of 255 = 13%
B 17 of 255 = 7%

87
34
17

R + G + B ~ 18%. #572211 is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 34 + 17 = 138 (100%)
R 87 of 138 ~ 63.04%
G 34 of 138 ~ 24.64%
B 17 of 138 ~ 12.32'%

%63.04
%24.64
%12.32

CMYK color model

#572211 color CMYK value is (0,61,80,66).

  • cyan value is 0.00%
  • magenta value is 60.92%
  • yellow value is 80.46%
  • key color value is 65.88%
CMYK: (0,61,80,66) C0M61Y80K66 (0%,61%,80%,66%) (0.00/0.61/0.80/0.66) 

CMYK percentages

%0
%60.92
%80.46
%65.88

Codes

Color #572211 in popluar color models

57 22 11
RGB 87 34 17
HSL 15° 67.31% 20.39%
HSB/HSV 15° 80.46% 34.12%
CMYK 0.00% 60.92% 80.46%
65.88%

Color #572211 in popluar number systems.

HEX 57 22 11
Decimal 87 34 17
Binary 1010111 100010 10001
Octal 127 42 21

Shades and tints

Shades of #572211

#572211
(87,34,17)
#501F10
(80,31,16)
#491C0F
(73,28,15)
#42190E
(66,25,14)
#3B160D
(59,22,13)
#34130C
(52,19,12)
#2D100B
(45,16,11)
#260D0A
(38,13,10)
#1F0A09
(31,10,9)
#180708
(24,7,8)
#110407
(17,4,7)
#000000
(0,0,0)

Tints of #572211

#572211
(87,34,17)
#663626
(102,54,38)
#754A3B
(117,74,59)
#845E50
(132,94,80)
#937265
(147,114,101)
#A2867A
(162,134,122)
#B19A8F
(177,154,143)
#C0AEA4
(192,174,164)
#CFC2B9
(207,194,185)
#DED6CE
(222,214,206)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572211; }

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

This text font color is #572211.

Background Color

.myBgColor { background-color: #572211; }

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

This div background color is #572211.

Border color

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

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

This div border color is #572211.

Opacity

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

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

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

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

This text has shadow with #572211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #572211.

Preview

Color preview on black background

This text has color #572211 on black background.


Color preview on white background

This text has color #572211 on white background.


Black color preview on #572211 background

This text has black color on #572211 background.


White color preview on #572211 background

This text has white color on #572211 background.


Related colors

Complementary color

Complementary color for #hex is #A8DDEE.


I love getcolorcode.com

Triadic colors

1 #115722 and #221157 with #572211 are triadic colors.

2 #112257 and #225711 with #572211 are triadic colors.