COLOR #572424

HEX: #572424
RGB: (87,36,36)

Color info

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

RGB color model

#572424 color RGB value is (87,36,36).

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

RGB channels and saturation

R 87 of 255 = 34%
G 36 of 255 = 14%
B 36 of 255 = 14%

87
36
36

R + G + B ~ 21%. #572424 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 36 + 36 = 159 (100%)
R 87 of 159 ~ 54.72%
G 36 of 159 ~ 22.64%
B 36 of 159 ~ 22.64%

%54.72
%22.64
%22.64

CMYK color model

#572424 color CMYK value is (0,59,59,66).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 58.62%
  • key color value is 65.88%
CMYK:
(0,59,59,66)
C0M59Y59K66 
(0%,59%,59%,66%)
(0.00/0.59/0.59/0.66)	

CMYK percentages

%0
%58.62
%58.62
%65.88

Codes

Color #572424 in popluar color models

572424
RGB873636
HSL41.46%24.12%
HSB/HSV58.62%34.12%
CMYK0.00%58.62%58.62%
65.88%

Color #572424 in popluar number systems.

HEX572424
Decimal873636
Binary1010111100100100100
Octal1274444

Shades and tints

Shades of #572424

#572424
(87,36,36)
#502121
(80,33,33)
#491E1E
(73,30,30)
#421B1B
(66,27,27)
#3B1818
(59,24,24)
#341515
(52,21,21)
#2D1212
(45,18,18)
#260F0F
(38,15,15)
#1F0C0C
(31,12,12)
#180909
(24,9,9)
#110606
(17,6,6)
#000000
(0,0,0)

Tints of #572424

#572424
(87,36,36)
#663737
(102,55,55)
#754A4A
(117,74,74)
#845D5D
(132,93,93)
#937070
(147,112,112)
#A28383
(162,131,131)
#B19696
(177,150,150)
#C0A9A9
(192,169,169)
#CFBCBC
(207,188,188)
#DECFCF
(222,207,207)
#EDE2E2
(237,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572424; }

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

This text font color is #572424.


Background Color

.myBgColor { background-color: #572424; }

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

This div background color is #572424.


Border color

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

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

This div border color is #572424.


Opacity

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

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

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

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

This text has shadow with #572424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572424 on black background.


Color preview on white background

This text has color #572424 on white background.



Black color preview on #572424 background

This text has black color on #572424 background.


White color preview on #572424 background

This text has white color on #572424 background.