COLOR #57333E

HEX: #57333E
RGB: (87,51,62)

Color info

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

RGB color model

#57333E color RGB value is (87,51,62).

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

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 62 of 255 = 24%

87
51
62

R + G + B ~ 26%. #57333E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 62 = 200 (100%)
R 87 of 200 ~ 43.5%
G 51 of 200 ~ 25.5%
B 62 of 200 ~ 31%

%43.5
%25.5
%31

CMYK color model

#57333E color CMYK value is (0,41,29,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 28.74%
  • key color value is 65.88%
CMYK:
(0,41,29,66)
C0M41Y29K66 
(0%,41%,29%,66%)
(0.00/0.41/0.29/0.66)	

CMYK percentages

%0
%41.38
%28.74
%65.88

Codes

Color #57333E in popluar color models

57333E
RGB875162
HSL342°26.09%27.06%
HSB/HSV342°41.38%34.12%
CMYK0.00%41.38%28.74%
65.88%

Color #57333E in popluar number systems.

HEX57333E
Decimal875162
Binary1010111110011111110
Octal1276376

Shades and tints

Shades of #57333E

#57333E
(87,51,62)
#502F39
(80,47,57)
#492B34
(73,43,52)
#42272F
(66,39,47)
#3B232A
(59,35,42)
#341F25
(52,31,37)
#2D1B20
(45,27,32)
#26171B
(38,23,27)
#1F1316
(31,19,22)
#180F11
(24,15,17)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #57333E

#57333E
(87,51,62)
#66454F
(102,69,79)
#755760
(117,87,96)
#846971
(132,105,113)
#937B82
(147,123,130)
#A28D93
(162,141,147)
#B19FA4
(177,159,164)
#C0B1B5
(192,177,181)
#CFC3C6
(207,195,198)
#DED5D7
(222,213,215)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57333E color. Also use rgb(87,51,62) instead hex code.

Text Font Color

.myTextColor { color: #57333E; }

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

This text font color is #57333E.


Background Color

.myBgColor { background-color: #57333E; }

<div style="background-color:#57333E">Inner text</div>

This div background color is #57333E.


Border color

.myBorderColor { border: 1px solid #57333E; }

<div style="border:3px solid #57333E">Div</div>

This div border color is #57333E.


Opacity

.myOpacity80 { color: #57333E; opacity: 0.8; }

<p style="color:#57333E;opacity:0.8;">80%</p>

Text with #57333E 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 #57333E;}

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

This text has shadow with #57333E color.

.textShadow {text-shadow: 3px 3px 1px #57333E, 3px 3px 1px red;}

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

This text has shadow with #57333E primary color and red secondary color.


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

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

This text has shadow with #57333E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57333E on black background.


Color preview on white background

This text has color #57333E on white background.



Black color preview on #57333E background

This text has black color on #57333E background.


White color preview on #57333E background

This text has white color on #57333E background.