COLOR #57423C

HEX: #57423C
RGB: (87,66,60)

Color info

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

RGB color model

#57423C color RGB value is (87,66,60).

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

RGB channels and saturation

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

87
66
60

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 60 = 213 (100%)
R 87 of 213 ~ 40.85%
G 66 of 213 ~ 30.99%
B 60 of 213 ~ 28.17%

%40.85
%30.99
%28.17

CMYK color model

#57423C color CMYK value is (0,24,31,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 31.03%
  • key color value is 65.88%
CMYK:
(0,24,31,66)
C0M24Y31K66 
(0%,24%,31%,66%)
(0.00/0.24/0.31/0.66)	

CMYK percentages

%0
%24.14
%31.03
%65.88

Codes

Color #57423C in popluar color models

57423C
RGB876660
HSL13°18.37%28.82%
HSB/HSV13°31.03%34.12%
CMYK0.00%24.14%31.03%
65.88%

Color #57423C in popluar number systems.

HEX57423C
Decimal876660
Binary10101111000010111100
Octal12710274

Shades and tints

Shades of #57423C

#57423C
(87,66,60)
#503C37
(80,60,55)
#493632
(73,54,50)
#42302D
(66,48,45)
#3B2A28
(59,42,40)
#342423
(52,36,35)
#2D1E1E
(45,30,30)
#261819
(38,24,25)
#1F1214
(31,18,20)
#180C0F
(24,12,15)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #57423C

#57423C
(87,66,60)
#66534D
(102,83,77)
#75645E
(117,100,94)
#84756F
(132,117,111)
#938680
(147,134,128)
#A29791
(162,151,145)
#B1A8A2
(177,168,162)
#C0B9B3
(192,185,179)
#CFCAC4
(207,202,196)
#DEDBD5
(222,219,213)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57423C; }

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

This text font color is #57423C.


Background Color

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

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

This div background color is #57423C.


Border color

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

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

This div border color is #57423C.


Opacity

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

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

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

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

This text has shadow with #57423C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57423C on black background.


Color preview on white background

This text has color #57423C on white background.



Black color preview on #57423C background

This text has black color on #57423C background.


White color preview on #57423C background

This text has white color on #57423C background.