COLOR #571A04

HEX: #571A04
RGB: (87,26,4)

Color info

#571A04 contains mainly red color. Web safe color of #571A04 is #660000 (or #600).

RGB color model

#571A04 color RGB value is (87,26,4).

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

RGB channels and saturation

R 87 of 255 = 34%
G 26 of 255 = 10%
B 4 of 255 = 2%

87
26
4

R + G + B ~ 15%. #571A04 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 26 + 4 = 117 (100%)
R 87 of 117 ~ 74.36%
G 26 of 117 ~ 22.22%
B 4 of 117 ~ 3.42%

%74.36
%22.22

CMYK color model

#571A04 color CMYK value is (0,70,95,66).

  • cyan value is 0.00%
  • magenta value is 70.11%
  • yellow value is 95.40%
  • key color value is 65.88%
CMYK:
(0,70,95,66)
C0M70Y95K66 
(0%,70%,95%,66%)
(0.00/0.70/0.95/0.66)	

CMYK percentages

%0
%70.11
%95.4
%65.88

Codes

Color #571A04 in popluar color models

571A04
RGB87264
HSL16°91.21%17.84%
HSB/HSV16°95.40%34.12%
CMYK0.00%70.11%95.40%
65.88%

Color #571A04 in popluar number systems.

HEX571A04
Decimal87264
Binary101011111010100
Octal127324

Shades and tints

Shades of #571A04

#571A04
(87,26,4)
#501804
(80,24,4)
#491604
(73,22,4)
#421404
(66,20,4)
#3B1204
(59,18,4)
#341004
(52,16,4)
#2D0E04
(45,14,4)
#260C04
(38,12,4)
#1F0A04
(31,10,4)
#180804
(24,8,4)
#110604
(17,6,4)
#000000
(0,0,0)

Tints of #571A04

#571A04
(87,26,4)
#662E1A
(102,46,26)
#754230
(117,66,48)
#845646
(132,86,70)
#936A5C
(147,106,92)
#A27E72
(162,126,114)
#B19288
(177,146,136)
#C0A69E
(192,166,158)
#CFBAB4
(207,186,180)
#DECECA
(222,206,202)
#EDE2E0
(237,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571A04 color. Also use rgb(87,26,4) instead hex code.

Text Font Color

.myTextColor { color: #571A04; }

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

This text font color is #571A04.


Background Color

.myBgColor { background-color: #571A04; }

<div style="background-color:#571A04">Inner text</div>

This div background color is #571A04.


Border color

.myBorderColor { border: 1px solid #571A04; }

<div style="border:3px solid #571A04">Div</div>

This div border color is #571A04.


Opacity

.myOpacity80 { color: #571A04; opacity: 0.8; }

<p style="color:#571A04;opacity:0.8;">80%</p>

Text with #571A04 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 #571A04;}

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

This text has shadow with #571A04 color.

.textShadow {text-shadow: 3px 3px 1px #571A04, 3px 3px 1px red;}

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

This text has shadow with #571A04 primary color and red secondary color.


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

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

This text has shadow with #571A04 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571A04 on black background.


Color preview on white background

This text has color #571A04 on white background.



Black color preview on #571A04 background

This text has black color on #571A04 background.


White color preview on #571A04 background

This text has white color on #571A04 background.