COLOR #572E2E

HEX: #572E2E
RGB: (87,46,46)

Color info

#572E2E contains red, green and blue colors in about the same proportion. Web safe color of #572E2E is #663333 (or #633).

RGB color model

#572E2E color RGB value is (87,46,46).

  • red value is 87;
  • green value is 46;
  • blue value is 46.
RGB:
(87,46,46)
(34%,18%,18%)

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 46 of 255 = 18%

87
46
46

R + G + B ~ 23%. #572E2E is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 46 = 179 (100%)
R 87 of 179 ~ 48.6%
G 46 of 179 ~ 25.7%
B 46 of 179 ~ 25.7%

%48.6
%25.7
%25.7

CMYK color model

#572E2E color CMYK value is (0,47,47,66).

  • cyan value is 0.00%
  • magenta value is 47.13%
  • yellow value is 47.13%
  • key color value is 65.88%
CMYK:
(0,47,47,66)
C0M47Y47K66 
(0%,47%,47%,66%)
(0.00/0.47/0.47/0.66)	

CMYK percentages

%0
%47.13
%47.13
%65.88

Codes

Color #572E2E in popluar color models

572E2E
RGB874646
HSL30.83%26.08%
HSB/HSV47.13%34.12%
CMYK0.00%47.13%47.13%
65.88%

Color #572E2E in popluar number systems.

HEX572E2E
Decimal874646
Binary1010111101110101110
Octal1275656

Shades and tints

Shades of #572E2E

#572E2E
(87,46,46)
#502A2A
(80,42,42)
#492626
(73,38,38)
#422222
(66,34,34)
#3B1E1E
(59,30,30)
#341A1A
(52,26,26)
#2D1616
(45,22,22)
#261212
(38,18,18)
#1F0E0E
(31,14,14)
#180A0A
(24,10,10)
#110606
(17,6,6)
#000000
(0,0,0)

Tints of #572E2E

#572E2E
(87,46,46)
#664141
(102,65,65)
#755454
(117,84,84)
#846767
(132,103,103)
#937A7A
(147,122,122)
#A28D8D
(162,141,141)
#B1A0A0
(177,160,160)
#C0B3B3
(192,179,179)
#CFC6C6
(207,198,198)
#DED9D9
(222,217,217)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572E2E color. Also use rgb(87,46,46) instead hex code.

Text Font Color

.myTextColor { color: #572E2E; }

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

This text font color is #572E2E.


Background Color

.myBgColor { background-color: #572E2E; }

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

This div background color is #572E2E.


Border color

.myBorderColor { border: 1px solid #572E2E; }

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

This div border color is #572E2E.


Opacity

.myOpacity80 { color: #572E2E; opacity: 0.8; }

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

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

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

This text has shadow with #572E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572E2E on black background.


Color preview on white background

This text has color #572E2E on white background.



Black color preview on #572E2E background

This text has black color on #572E2E background.


White color preview on #572E2E background

This text has white color on #572E2E background.