COLOR #57434E

HEX: #57434E
RGB: (87,67,78)

Color info

#57434E contains red, green and blue colors in about the same proportion. Web safe color of #57434E is #663366 (or #636).

RGB color model

#57434E color RGB value is (87,67,78).

  • red value is 87;
  • green value is 67;
  • blue value is 78.
RGB:
(87,67,78)
(34%,26%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 78 of 255 = 31%

87
67
78

R + G + B ~ 30%. #57434E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 78 = 232 (100%)
R 87 of 232 ~ 37.5%
G 67 of 232 ~ 28.88%
B 78 of 232 ~ 33.62%

%37.5
%28.88
%33.62

CMYK color model

#57434E color CMYK value is (0,23,10,66).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,23,10,66)
C0M23Y10K66 
(0%,23%,10%,66%)
(0.00/0.23/0.10/0.66)	

CMYK percentages

%0
%22.99
%10.34
%65.88

Codes

Color #57434E in popluar color models

57434E
RGB876778
HSL327°12.99%30.20%
HSB/HSV327°22.99%34.12%
CMYK0.00%22.99%10.34%
65.88%

Color #57434E in popluar number systems.

HEX57434E
Decimal876778
Binary101011110000111001110
Octal127103116

Shades and tints

Shades of #57434E

#57434E
(87,67,78)
#503D47
(80,61,71)
#493740
(73,55,64)
#423139
(66,49,57)
#3B2B32
(59,43,50)
#34252B
(52,37,43)
#2D1F24
(45,31,36)
#26191D
(38,25,29)
#1F1316
(31,19,22)
#180D0F
(24,13,15)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #57434E

#57434E
(87,67,78)
#66545E
(102,84,94)
#75656E
(117,101,110)
#84767E
(132,118,126)
#93878E
(147,135,142)
#A2989E
(162,152,158)
#B1A9AE
(177,169,174)
#C0BABE
(192,186,190)
#CFCBCE
(207,203,206)
#DEDCDE
(222,220,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57434E color. Also use rgb(87,67,78) instead hex code.

Text Font Color

.myTextColor { color: #57434E; }

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

This text font color is #57434E.


Background Color

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

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

This div background color is #57434E.


Border color

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

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

This div border color is #57434E.


Opacity

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

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

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

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

This text has shadow with #57434E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57434E on black background.


Color preview on white background

This text has color #57434E on white background.



Black color preview on #57434E background

This text has black color on #57434E background.


White color preview on #57434E background

This text has white color on #57434E background.