COLOR #57223D

HEX: #57223D
RGB: (87,34,61)

Color info

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

RGB color model

#57223D color RGB value is (87,34,61).

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

RGB channels and saturation

R 87 of 255 = 34%
G 34 of 255 = 13%
B 61 of 255 = 24%

87
34
61

R + G + B ~ 24%. #57223D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 34 + 61 = 182 (100%)
R 87 of 182 ~ 47.8%
G 34 of 182 ~ 18.68%
B 61 of 182 ~ 33.52%

%47.8
%18.68
%33.52

CMYK color model

#57223D color CMYK value is (0,61,30,66).

  • cyan value is 0.00%
  • magenta value is 60.92%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(0,61,30,66)
C0M61Y30K66 
(0%,61%,30%,66%)
(0.00/0.61/0.30/0.66)	

CMYK percentages

%0
%60.92
%29.89
%65.88

Codes

Color #57223D in popluar color models

57223D
RGB873461
HSL329°43.80%23.73%
HSB/HSV329°60.92%34.12%
CMYK0.00%60.92%29.89%
65.88%

Color #57223D in popluar number systems.

HEX57223D
Decimal873461
Binary1010111100010111101
Octal1274275

Shades and tints

Shades of #57223D

#57223D
(87,34,61)
#501F38
(80,31,56)
#491C33
(73,28,51)
#42192E
(66,25,46)
#3B1629
(59,22,41)
#341324
(52,19,36)
#2D101F
(45,16,31)
#260D1A
(38,13,26)
#1F0A15
(31,10,21)
#180710
(24,7,16)
#11040B
(17,4,11)
#000000
(0,0,0)

Tints of #57223D

#57223D
(87,34,61)
#66364E
(102,54,78)
#754A5F
(117,74,95)
#845E70
(132,94,112)
#937281
(147,114,129)
#A28692
(162,134,146)
#B19AA3
(177,154,163)
#C0AEB4
(192,174,180)
#CFC2C5
(207,194,197)
#DED6D6
(222,214,214)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57223D; }

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

This text font color is #57223D.


Background Color

.myBgColor { background-color: #57223D; }

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

This div background color is #57223D.


Border color

.myBorderColor { border: 1px solid #57223D; }

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

This div border color is #57223D.


Opacity

.myOpacity80 { color: #57223D; opacity: 0.8; }

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

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

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

This text has shadow with #57223D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57223D on black background.


Color preview on white background

This text has color #57223D on white background.



Black color preview on #57223D background

This text has black color on #57223D background.


White color preview on #57223D background

This text has white color on #57223D background.