COLOR #57420B

HEX: #57420B
RGB: (87,66,11)

Color info

#57420B contains mainly red and green colors. Web safe color of #57420B is #663300 (or #630).

RGB color model

#57420B color RGB value is (87,66,11).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 11 of 255 = 4%

87
66
11

R + G + B ~ 21%. #57420B is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 11 = 164 (100%)
R 87 of 164 ~ 53.05%
G 66 of 164 ~ 40.24%
B 11 of 164 ~ 6.71%

%53.05
%40.24

CMYK color model

#57420B color CMYK value is (0,24,87,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 87.36%
  • key color value is 65.88%
CMYK:
(0,24,87,66)
C0M24Y87K66 
(0%,24%,87%,66%)
(0.00/0.24/0.87/0.66)	

CMYK percentages

%0
%24.14
%87.36
%65.88

Codes

Color #57420B in popluar color models

57420B
RGB876611
HSL43°77.55%19.22%
HSB/HSV43°87.36%34.12%
CMYK0.00%24.14%87.36%
65.88%

Color #57420B in popluar number systems.

HEX57420B
Decimal876611
Binary101011110000101011
Octal12710213

Shades and tints

Shades of #57420B

#57420B
(87,66,11)
#503C0A
(80,60,10)
#493609
(73,54,9)
#423008
(66,48,8)
#3B2A07
(59,42,7)
#342406
(52,36,6)
#2D1E05
(45,30,5)
#261804
(38,24,4)
#1F1203
(31,18,3)
#180C02
(24,12,2)
#110601
(17,6,1)
#000000
(0,0,0)

Tints of #57420B

#57420B
(87,66,11)
#665321
(102,83,33)
#756437
(117,100,55)
#84754D
(132,117,77)
#938663
(147,134,99)
#A29779
(162,151,121)
#B1A88F
(177,168,143)
#C0B9A5
(192,185,165)
#CFCABB
(207,202,187)
#DEDBD1
(222,219,209)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57420B; }

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

This text font color is #57420B.


Background Color

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

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

This div background color is #57420B.


Border color

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

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

This div border color is #57420B.


Opacity

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

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

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

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

This text has shadow with #57420B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57420B on black background.


Color preview on white background

This text has color #57420B on white background.



Black color preview on #57420B background

This text has black color on #57420B background.


White color preview on #57420B background

This text has white color on #57420B background.