COLOR #57402C

HEX: #57402C
RGB: (87,64,44)

Color info

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

RGB color model

#57402C color RGB value is (87,64,44).

  • red value is 87;
  • green value is 64;
  • blue value is 44.
RGB:
(87,64,44)
(34%,25%,17%)

RGB channels and saturation

R 87 of 255 = 34%
G 64 of 255 = 25%
B 44 of 255 = 17%

87
64
44

R + G + B ~ 25%. #57402C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 64 + 44 = 195 (100%)
R 87 of 195 ~ 44.62%
G 64 of 195 ~ 32.82%
B 44 of 195 ~ 22.56%

%44.62
%32.82
%22.56

CMYK color model

#57402C color CMYK value is (0,26,49,66).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK:
(0,26,49,66)
C0M26Y49K66 
(0%,26%,49%,66%)
(0.00/0.26/0.49/0.66)	

CMYK percentages

%0
%26.44
%49.43
%65.88

Codes

Color #57402C in popluar color models

57402C
RGB876444
HSL28°32.82%25.69%
HSB/HSV28°49.43%34.12%
CMYK0.00%26.44%49.43%
65.88%

Color #57402C in popluar number systems.

HEX57402C
Decimal876444
Binary10101111000000101100
Octal12710054

Shades and tints

Shades of #57402C

#57402C
(87,64,44)
#503B28
(80,59,40)
#493624
(73,54,36)
#423120
(66,49,32)
#3B2C1C
(59,44,28)
#342718
(52,39,24)
#2D2214
(45,34,20)
#261D10
(38,29,16)
#1F180C
(31,24,12)
#181308
(24,19,8)
#110E04
(17,14,4)
#000000
(0,0,0)

Tints of #57402C

#57402C
(87,64,44)
#66513F
(102,81,63)
#756252
(117,98,82)
#847365
(132,115,101)
#938478
(147,132,120)
#A2958B
(162,149,139)
#B1A69E
(177,166,158)
#C0B7B1
(192,183,177)
#CFC8C4
(207,200,196)
#DED9D7
(222,217,215)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57402C color. Also use rgb(87,64,44) instead hex code.

Text Font Color

.myTextColor { color: #57402C; }

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

This text font color is #57402C.


Background Color

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

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

This div background color is #57402C.


Border color

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

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

This div border color is #57402C.


Opacity

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

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

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

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

This text has shadow with #57402C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57402C on black background.


Color preview on white background

This text has color #57402C on white background.



Black color preview on #57402C background

This text has black color on #57402C background.


White color preview on #57402C background

This text has white color on #57402C background.