COLOR #01571E

HEX: #01571E
RGB: (1,87,30)

Color info

#01571E contains mainly green and blue colors. Web safe color of #01571E is #006633 (or #063).

RGB color model

#01571E color RGB value is (1,87,30).

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

RGB channels and saturation

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

1
87
30

R + G + B ~ 15%. #01571E is dark color.

Portions of RGB colors in percentages

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

%73.73
%25.42

CMYK color model

#01571E color CMYK value is (99,0,66,66).

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

CMYK percentages

%98.85
%0
%65.52
%65.88

Codes

Color #01571E in popluar color models

01571E
RGB18730
HSL140°97.73%17.25%
HSB/HSV140°98.85%34.12%
CMYK98.85%0.00%65.52%
65.88%

Color #01571E in popluar number systems.

HEX01571E
Decimal18730
Binary1101011111110
Octal112736

Shades and tints

Shades of #01571E

#01571E
(1,87,30)
#01501C
(1,80,28)
#01491A
(1,73,26)
#014218
(1,66,24)
#013B16
(1,59,22)
#013414
(1,52,20)
#012D12
(1,45,18)
#012610
(1,38,16)
#011F0E
(1,31,14)
#01180C
(1,24,12)
#01110A
(1,17,10)
#000000
(0,0,0)

Tints of #01571E

#01571E
(1,87,30)
#186632
(24,102,50)
#2F7546
(47,117,70)
#46845A
(70,132,90)
#5D936E
(93,147,110)
#74A282
(116,162,130)
#8BB196
(139,177,150)
#A2C0AA
(162,192,170)
#B9CFBE
(185,207,190)
#D0DED2
(208,222,210)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01571E; }

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

This text font color is #01571E.


Background Color

.myBgColor { background-color: #01571E; }

<div style="background-color:#01571E">Inner text</div>

This div background color is #01571E.


Border color

.myBorderColor { border: 1px solid #01571E; }

<div style="border:3px solid #01571E">Div</div>

This div border color is #01571E.


Opacity

.myOpacity80 { color: #01571E; opacity: 0.8; }

<p style="color:#01571E;opacity:0.8;">80%</p>

Text with #01571E 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 #01571E;}

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

This text has shadow with #01571E color.

.textShadow {text-shadow: 3px 3px 1px #01571E, 3px 3px 1px red;}

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

This text has shadow with #01571E primary color and red secondary color.


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

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

This text has shadow with #01571E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01571E on black background.


Color preview on white background

This text has color #01571E on white background.



Black color preview on #01571E background

This text has black color on #01571E background.


White color preview on #01571E background

This text has white color on #01571E background.