COLOR #57314C

HEX: #57314C
RGB: (87,49,76)

Color info

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

RGB color model

#57314C color RGB value is (87,49,76).

  • red value is 87;
  • green value is 49;
  • blue value is 76.
RGB:
(87,49,76)
(34%,19%,30%)

RGB channels and saturation

R 87 of 255 = 34%
G 49 of 255 = 19%
B 76 of 255 = 30%

87
49
76

R + G + B ~ 28%. #57314C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 76 = 212 (100%)
R 87 of 212 ~ 41.04%
G 49 of 212 ~ 23.11%
B 76 of 212 ~ 35.85%

%41.04
%23.11
%35.85

CMYK color model

#57314C color CMYK value is (0,44,13,66).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(0,44,13,66)
C0M44Y13K66 
(0%,44%,13%,66%)
(0.00/0.44/0.13/0.66)	

CMYK percentages

%0
%43.68
%12.64
%65.88

Codes

Color #57314C in popluar color models

57314C
RGB874976
HSL317°27.94%26.67%
HSB/HSV317°43.68%34.12%
CMYK0.00%43.68%12.64%
65.88%

Color #57314C in popluar number systems.

HEX57314C
Decimal874976
Binary10101111100011001100
Octal12761114

Shades and tints

Shades of #57314C

#57314C
(87,49,76)
#502D46
(80,45,70)
#492940
(73,41,64)
#42253A
(66,37,58)
#3B2134
(59,33,52)
#341D2E
(52,29,46)
#2D1928
(45,25,40)
#261522
(38,21,34)
#1F111C
(31,17,28)
#180D16
(24,13,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #57314C

#57314C
(87,49,76)
#66435C
(102,67,92)
#75556C
(117,85,108)
#84677C
(132,103,124)
#93798C
(147,121,140)
#A28B9C
(162,139,156)
#B19DAC
(177,157,172)
#C0AFBC
(192,175,188)
#CFC1CC
(207,193,204)
#DED3DC
(222,211,220)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57314C color. Also use rgb(87,49,76) instead hex code.

Text Font Color

.myTextColor { color: #57314C; }

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

This text font color is #57314C.


Background Color

.myBgColor { background-color: #57314C; }

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

This div background color is #57314C.


Border color

.myBorderColor { border: 1px solid #57314C; }

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

This div border color is #57314C.


Opacity

.myOpacity80 { color: #57314C; opacity: 0.8; }

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

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

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

This text has shadow with #57314C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57314C on black background.


Color preview on white background

This text has color #57314C on white background.



Black color preview on #57314C background

This text has black color on #57314C background.


White color preview on #57314C background

This text has white color on #57314C background.