COLOR #00572F

HEX: #00572F
RGB: (0,87,47)

Color info

#00572F contains only green and blue colors. Web safe color of #00572F is #006633 (or #063).

RGB color model

#00572F color RGB value is (0,87,47).

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

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 47 of 255 = 18%

0
87
47

R + G + B ~ 17%. #00572F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 87 + 47 = 134 (100%)
R 0 of 134 ~ 0%
G 87 of 134 ~ 64.93%
B 47 of 134 ~ 35.07%

%64.93
%35.07

CMYK color model

#00572F color CMYK value is (100,0,46,66).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 45.98%
  • key color value is 65.88%
CMYK:
(100,0,46,66)
C100M0Y46K66 
(100%,0%,46%,66%)
(1.00/0.00/0.46/0.66)	

CMYK percentages

%100
%0
%45.98
%65.88

Codes

Color #00572F in popluar color models

00572F
RGB08747
HSL152°100.00%17.06%
HSB/HSV152°100.00%34.12%
CMYK100.00%0.00%45.98%
65.88%

Color #00572F in popluar number systems.

HEX00572F
Decimal08747
Binary01010111101111
Octal012757

Shades and tints

Shades of #00572F

#00572F
(0,87,47)
#00502B
(0,80,43)
#004927
(0,73,39)
#004223
(0,66,35)
#003B1F
(0,59,31)
#00341B
(0,52,27)
#002D17
(0,45,23)
#002613
(0,38,19)
#001F0F
(0,31,15)
#00180B
(0,24,11)
#001107
(0,17,7)
#000000
(0,0,0)

Tints of #00572F

#00572F
(0,87,47)
#176641
(23,102,65)
#2E7553
(46,117,83)
#458465
(69,132,101)
#5C9377
(92,147,119)
#73A289
(115,162,137)
#8AB19B
(138,177,155)
#A1C0AD
(161,192,173)
#B8CFBF
(184,207,191)
#CFDED1
(207,222,209)
#E6EDE3
(230,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00572F; }

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

This text font color is #00572F.


Background Color

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

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

This div background color is #00572F.


Border color

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

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

This div border color is #00572F.


Opacity

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

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

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

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

This text has shadow with #00572F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00572F on black background.


Color preview on white background

This text has color #00572F on white background.



Black color preview on #00572F background

This text has black color on #00572F background.


White color preview on #00572F background

This text has white color on #00572F background.