COLOR #57402F

HEX: #57402F
RGB: (87,64,47)

Color info

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

RGB color model

#57402F color RGB value is (87,64,47).

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

RGB channels and saturation

R 87 of 255 = 34%
G 64 of 255 = 25%
B 47 of 255 = 18%

87
64
47

R + G + B ~ 26%. #57402F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 64 + 47 = 198 (100%)
R 87 of 198 ~ 43.94%
G 64 of 198 ~ 32.32%
B 47 of 198 ~ 23.74%

%43.94
%32.32
%23.74

CMYK color model

#57402F color CMYK value is (0,26,46,66).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 45.98%
  • key color value is 65.88%
CMYK:
(0,26,46,66)
C0M26Y46K66 
(0%,26%,46%,66%)
(0.00/0.26/0.46/0.66)	

CMYK percentages

%0
%26.44
%45.98
%65.88

Codes

Color #57402F in popluar color models

57402F
RGB876447
HSL26°29.85%26.27%
HSB/HSV26°45.98%34.12%
CMYK0.00%26.44%45.98%
65.88%

Color #57402F in popluar number systems.

HEX57402F
Decimal876447
Binary10101111000000101111
Octal12710057

Shades and tints

Shades of #57402F

#57402F
(87,64,47)
#503B2B
(80,59,43)
#493627
(73,54,39)
#423123
(66,49,35)
#3B2C1F
(59,44,31)
#34271B
(52,39,27)
#2D2217
(45,34,23)
#261D13
(38,29,19)
#1F180F
(31,24,15)
#18130B
(24,19,11)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #57402F

#57402F
(87,64,47)
#665141
(102,81,65)
#756253
(117,98,83)
#847365
(132,115,101)
#938477
(147,132,119)
#A29589
(162,149,137)
#B1A69B
(177,166,155)
#C0B7AD
(192,183,173)
#CFC8BF
(207,200,191)
#DED9D1
(222,217,209)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57402F; }

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

This text font color is #57402F.


Background Color

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

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

This div background color is #57402F.


Border color

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

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

This div border color is #57402F.


Opacity

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

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

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

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

This text has shadow with #57402F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57402F on black background.


Color preview on white background

This text has color #57402F on white background.



Black color preview on #57402F background

This text has black color on #57402F background.


White color preview on #57402F background

This text has white color on #57402F background.