COLOR #571E01

HEX: #571E01
RGB: (87,30,1)

Color info

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

RGB color model

#571E01 color RGB value is (87,30,1).

  • red value is 87;
  • green value is 30;
  • blue value is 1.
RGB:
(87,30,1)
(34%,12%,0%)

RGB channels and saturation

R 87 of 255 = 34%
G 30 of 255 = 12%
B 1 of 255 = 0%

87
30
1

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

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 1 = 118 (100%)
R 87 of 118 ~ 73.73%
G 30 of 118 ~ 25.42%
B 1 of 118 ~ 0.85%

%73.73
%25.42

CMYK color model

#571E01 color CMYK value is (0,66,99,66).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 98.85%
  • key color value is 65.88%
CMYK:
(0,66,99,66)
C0M66Y99K66 
(0%,66%,99%,66%)
(0.00/0.66/0.99/0.66)	

CMYK percentages

%0
%65.52
%98.85
%65.88

Codes

Color #571E01 in popluar color models

571E01
RGB87301
HSL20°97.73%17.25%
HSB/HSV20°98.85%34.12%
CMYK0.00%65.52%98.85%
65.88%

Color #571E01 in popluar number systems.

HEX571E01
Decimal87301
Binary1010111111101
Octal127361

Shades and tints

Shades of #571E01

#571E01
(87,30,1)
#501C01
(80,28,1)
#491A01
(73,26,1)
#421801
(66,24,1)
#3B1601
(59,22,1)
#341401
(52,20,1)
#2D1201
(45,18,1)
#261001
(38,16,1)
#1F0E01
(31,14,1)
#180C01
(24,12,1)
#110A01
(17,10,1)
#000000
(0,0,0)

Tints of #571E01

#571E01
(87,30,1)
#663218
(102,50,24)
#75462F
(117,70,47)
#845A46
(132,90,70)
#936E5D
(147,110,93)
#A28274
(162,130,116)
#B1968B
(177,150,139)
#C0AAA2
(192,170,162)
#CFBEB9
(207,190,185)
#DED2D0
(222,210,208)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571E01 color. Also use rgb(87,30,1) instead hex code.

Text Font Color

.myTextColor { color: #571E01; }

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

This text font color is #571E01.


Background Color

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

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

This div background color is #571E01.


Border color

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

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

This div border color is #571E01.


Opacity

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

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

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

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

This text has shadow with #571E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E01 on black background.


Color preview on white background

This text has color #571E01 on white background.



Black color preview on #571E01 background

This text has black color on #571E01 background.


White color preview on #571E01 background

This text has white color on #571E01 background.