COLOR #57423B

HEX: #57423B
RGB: (87,66,59)

Color info

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

RGB color model

#57423B color RGB value is (87,66,59).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 59 of 255 = 23%

87
66
59

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 59 = 212 (100%)
R 87 of 212 ~ 41.04%
G 66 of 212 ~ 31.13%
B 59 of 212 ~ 27.83%

%41.04
%31.13
%27.83

CMYK color model

#57423B color CMYK value is (0,24,32,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 32.18%
  • key color value is 65.88%
CMYK:
(0,24,32,66)
C0M24Y32K66 
(0%,24%,32%,66%)
(0.00/0.24/0.32/0.66)	

CMYK percentages

%0
%24.14
%32.18
%65.88

Codes

Color #57423B in popluar color models

57423B
RGB876659
HSL15°19.18%28.63%
HSB/HSV15°32.18%34.12%
CMYK0.00%24.14%32.18%
65.88%

Color #57423B in popluar number systems.

HEX57423B
Decimal876659
Binary10101111000010111011
Octal12710273

Shades and tints

Shades of #57423B

#57423B
(87,66,59)
#503C36
(80,60,54)
#493631
(73,54,49)
#42302C
(66,48,44)
#3B2A27
(59,42,39)
#342422
(52,36,34)
#2D1E1D
(45,30,29)
#261818
(38,24,24)
#1F1213
(31,18,19)
#180C0E
(24,12,14)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #57423B

#57423B
(87,66,59)
#66534C
(102,83,76)
#75645D
(117,100,93)
#84756E
(132,117,110)
#93867F
(147,134,127)
#A29790
(162,151,144)
#B1A8A1
(177,168,161)
#C0B9B2
(192,185,178)
#CFCAC3
(207,202,195)
#DEDBD4
(222,219,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57423B; }

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

This text font color is #57423B.


Background Color

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

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

This div background color is #57423B.


Border color

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

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

This div border color is #57423B.


Opacity

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

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

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

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

This text has shadow with #57423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57423B on black background.


Color preview on white background

This text has color #57423B on white background.



Black color preview on #57423B background

This text has black color on #57423B background.


White color preview on #57423B background

This text has white color on #57423B background.