COLOR #57423E

HEX: #57423E
RGB: (87,66,62)

Color info

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

RGB color model

#57423E color RGB value is (87,66,62).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 62 of 255 = 24%

87
66
62

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 62 = 215 (100%)
R 87 of 215 ~ 40.47%
G 66 of 215 ~ 30.7%
B 62 of 215 ~ 28.84%

%40.47
%30.7
%28.84

CMYK color model

#57423E color CMYK value is (0,24,29,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 28.74%
  • key color value is 65.88%
CMYK:
(0,24,29,66)
C0M24Y29K66 
(0%,24%,29%,66%)
(0.00/0.24/0.29/0.66)	

CMYK percentages

%0
%24.14
%28.74
%65.88

Codes

Color #57423E in popluar color models

57423E
RGB876662
HSL10°16.78%29.22%
HSB/HSV10°28.74%34.12%
CMYK0.00%24.14%28.74%
65.88%

Color #57423E in popluar number systems.

HEX57423E
Decimal876662
Binary10101111000010111110
Octal12710276

Shades and tints

Shades of #57423E

#57423E
(87,66,62)
#503C39
(80,60,57)
#493634
(73,54,52)
#42302F
(66,48,47)
#3B2A2A
(59,42,42)
#342425
(52,36,37)
#2D1E20
(45,30,32)
#26181B
(38,24,27)
#1F1216
(31,18,22)
#180C11
(24,12,17)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #57423E

#57423E
(87,66,62)
#66534F
(102,83,79)
#756460
(117,100,96)
#847571
(132,117,113)
#938682
(147,134,130)
#A29793
(162,151,147)
#B1A8A4
(177,168,164)
#C0B9B5
(192,185,181)
#CFCAC6
(207,202,198)
#DEDBD7
(222,219,215)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57423E; }

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

This text font color is #57423E.


Background Color

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

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

This div background color is #57423E.


Border color

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

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

This div border color is #57423E.


Opacity

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

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

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

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

This text has shadow with #57423E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57423E on black background.


Color preview on white background

This text has color #57423E on white background.



Black color preview on #57423E background

This text has black color on #57423E background.


White color preview on #57423E background

This text has white color on #57423E background.