COLOR #57202A

HEX: #57202A
RGB: (87,32,42)

Color info

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

RGB color model

#57202A color RGB value is (87,32,42).

  • red value is 87;
  • green value is 32;
  • blue value is 42.
RGB:
(87,32,42)
(34%,13%,16%)

RGB channels and saturation

R 87 of 255 = 34%
G 32 of 255 = 13%
B 42 of 255 = 16%

87
32
42

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

Portions of RGB colors in percentages

R + G + B =
87 + 32 + 42 = 161 (100%)
R 87 of 161 ~ 54.04%
G 32 of 161 ~ 19.88%
B 42 of 161 ~ 26.09%

%54.04
%19.88
%26.09

CMYK color model

#57202A color CMYK value is (0,63,52,66).

  • cyan value is 0.00%
  • magenta value is 63.22%
  • yellow value is 51.72%
  • key color value is 65.88%
CMYK:
(0,63,52,66)
C0M63Y52K66 
(0%,63%,52%,66%)
(0.00/0.63/0.52/0.66)	

CMYK percentages

%0
%63.22
%51.72
%65.88

Codes

Color #57202A in popluar color models

57202A
RGB873242
HSL349°46.22%23.33%
HSB/HSV349°63.22%34.12%
CMYK0.00%63.22%51.72%
65.88%

Color #57202A in popluar number systems.

HEX57202A
Decimal873242
Binary1010111100000101010
Octal1274052

Shades and tints

Shades of #57202A

#57202A
(87,32,42)
#501E27
(80,30,39)
#491C24
(73,28,36)
#421A21
(66,26,33)
#3B181E
(59,24,30)
#34161B
(52,22,27)
#2D1418
(45,20,24)
#261215
(38,18,21)
#1F1012
(31,16,18)
#180E0F
(24,14,15)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #57202A

#57202A
(87,32,42)
#66343D
(102,52,61)
#754850
(117,72,80)
#845C63
(132,92,99)
#937076
(147,112,118)
#A28489
(162,132,137)
#B1989C
(177,152,156)
#C0ACAF
(192,172,175)
#CFC0C2
(207,192,194)
#DED4D5
(222,212,213)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57202A color. Also use rgb(87,32,42) instead hex code.

Text Font Color

.myTextColor { color: #57202A; }

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

This text font color is #57202A.


Background Color

.myBgColor { background-color: #57202A; }

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

This div background color is #57202A.


Border color

.myBorderColor { border: 1px solid #57202A; }

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

This div border color is #57202A.


Opacity

.myOpacity80 { color: #57202A; opacity: 0.8; }

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

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

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

This text has shadow with #57202A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57202A on black background.


Color preview on white background

This text has color #57202A on white background.



Black color preview on #57202A background

This text has black color on #57202A background.


White color preview on #57202A background

This text has white color on #57202A background.