COLOR #57334B

HEX: #57334B
RGB: (87,51,75)

Color info

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

RGB color model

#57334B color RGB value is (87,51,75).

  • red value is 87;
  • green value is 51;
  • blue value is 75.
RGB:
(87,51,75)
(34%,20%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 75 of 255 = 29%

87
51
75

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

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 75 = 213 (100%)
R 87 of 213 ~ 40.85%
G 51 of 213 ~ 23.94%
B 75 of 213 ~ 35.21%

%40.85
%23.94
%35.21

CMYK color model

#57334B color CMYK value is (0,41,14,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 13.79%
  • key color value is 65.88%
CMYK:
(0,41,14,66)
C0M41Y14K66 
(0%,41%,14%,66%)
(0.00/0.41/0.14/0.66)	

CMYK percentages

%0
%41.38
%13.79
%65.88

Codes

Color #57334B in popluar color models

57334B
RGB875175
HSL320°26.09%27.06%
HSB/HSV320°41.38%34.12%
CMYK0.00%41.38%13.79%
65.88%

Color #57334B in popluar number systems.

HEX57334B
Decimal875175
Binary10101111100111001011
Octal12763113

Shades and tints

Shades of #57334B

#57334B
(87,51,75)
#502F45
(80,47,69)
#492B3F
(73,43,63)
#422739
(66,39,57)
#3B2333
(59,35,51)
#341F2D
(52,31,45)
#2D1B27
(45,27,39)
#261721
(38,23,33)
#1F131B
(31,19,27)
#180F15
(24,15,21)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #57334B

#57334B
(87,51,75)
#66455B
(102,69,91)
#75576B
(117,87,107)
#84697B
(132,105,123)
#937B8B
(147,123,139)
#A28D9B
(162,141,155)
#B19FAB
(177,159,171)
#C0B1BB
(192,177,187)
#CFC3CB
(207,195,203)
#DED5DB
(222,213,219)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57334B color. Also use rgb(87,51,75) instead hex code.

Text Font Color

.myTextColor { color: #57334B; }

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

This text font color is #57334B.


Background Color

.myBgColor { background-color: #57334B; }

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

This div background color is #57334B.


Border color

.myBorderColor { border: 1px solid #57334B; }

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

This div border color is #57334B.


Opacity

.myOpacity80 { color: #57334B; opacity: 0.8; }

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

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

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

This text has shadow with #57334B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57334B on black background.


Color preview on white background

This text has color #57334B on white background.



Black color preview on #57334B background

This text has black color on #57334B background.


White color preview on #57334B background

This text has white color on #57334B background.