COLOR #57222A

HEX: #57222A
RGB: (87,34,42)

Color info

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

RGB color model

#57222A color RGB value is (87,34,42).

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

RGB channels and saturation

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

87
34
42

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

Portions of RGB colors in percentages

R + G + B =
87 + 34 + 42 = 163 (100%)
R 87 of 163 ~ 53.37%
G 34 of 163 ~ 20.86%
B 42 of 163 ~ 25.77%

%53.37
%20.86
%25.77

CMYK color model

#57222A color CMYK value is (0,61,52,66).

  • cyan value is 0.00%
  • magenta value is 60.92%
  • yellow value is 51.72%
  • key color value is 65.88%
CMYK:
(0,61,52,66)
C0M61Y52K66 
(0%,61%,52%,66%)
(0.00/0.61/0.52/0.66)	

CMYK percentages

%0
%60.92
%51.72
%65.88

Codes

Color #57222A in popluar color models

57222A
RGB873442
HSL351°43.80%23.73%
HSB/HSV351°60.92%34.12%
CMYK0.00%60.92%51.72%
65.88%

Color #57222A in popluar number systems.

HEX57222A
Decimal873442
Binary1010111100010101010
Octal1274252

Shades and tints

Shades of #57222A

#57222A
(87,34,42)
#501F27
(80,31,39)
#491C24
(73,28,36)
#421921
(66,25,33)
#3B161E
(59,22,30)
#34131B
(52,19,27)
#2D1018
(45,16,24)
#260D15
(38,13,21)
#1F0A12
(31,10,18)
#18070F
(24,7,15)
#11040C
(17,4,12)
#000000
(0,0,0)

Tints of #57222A

#57222A
(87,34,42)
#66363D
(102,54,61)
#754A50
(117,74,80)
#845E63
(132,94,99)
#937276
(147,114,118)
#A28689
(162,134,137)
#B19A9C
(177,154,156)
#C0AEAF
(192,174,175)
#CFC2C2
(207,194,194)
#DED6D5
(222,214,213)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57222A; }

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

This text font color is #57222A.


Background Color

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

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

This div background color is #57222A.


Border color

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

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

This div border color is #57222A.


Opacity

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

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

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

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

This text has shadow with #57222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57222A on black background.


Color preview on white background

This text has color #57222A on white background.



Black color preview on #57222A background

This text has black color on #57222A background.


White color preview on #57222A background

This text has white color on #57222A background.