COLOR #00724F

HEX: #00724F
RGB: (0,114,79)

Color info

#00724F contains only green and blue colors. Web safe color of #00724F is #006666 (or #066).

RGB color model

#00724F color RGB value is (0,114,79).

  • red value is 0;
  • green value is 114;
  • blue value is 79.
RGB:
(0,114,79)
(0%,45%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 79 of 255 = 31%

0
114
79

R + G + B ~ 25%. #00724F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 79 = 193 (100%)
R 0 of 193 ~ 0%
G 114 of 193 ~ 59.07%
B 79 of 193 ~ 40.93%

%59.07
%40.93

CMYK color model

#00724F color CMYK value is (100,0,31,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(100,0,31,55)
C100M0Y31K55 
(100%,0%,31%,55%)
(1.00/0.00/0.31/0.55)	

CMYK percentages

%100
%0
%30.7
%55.29

Codes

Color #00724F in popluar color models

00724F
RGB011479
HSL162°100.00%22.35%
HSB/HSV162°100.00%44.71%
CMYK100.00%0.00%30.70%
55.29%

Color #00724F in popluar number systems.

HEX00724F
Decimal011479
Binary011100101001111
Octal0162117

Shades and tints

Shades of #00724F

#00724F
(0,114,79)
#006848
(0,104,72)
#005E41
(0,94,65)
#00543A
(0,84,58)
#004A33
(0,74,51)
#00402C
(0,64,44)
#003625
(0,54,37)
#002C1E
(0,44,30)
#002217
(0,34,23)
#001810
(0,24,16)
#000E09
(0,14,9)
#000000
(0,0,0)

Tints of #00724F

#00724F
(0,114,79)
#177E5F
(23,126,95)
#2E8A6F
(46,138,111)
#45967F
(69,150,127)
#5CA28F
(92,162,143)
#73AE9F
(115,174,159)
#8ABAAF
(138,186,175)
#A1C6BF
(161,198,191)
#B8D2CF
(184,210,207)
#CFDEDF
(207,222,223)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00724F color. Also use rgb(0,114,79) instead hex code.

Text Font Color

.myTextColor { color: #00724F; }

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

This text font color is #00724F.


Background Color

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

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

This div background color is #00724F.


Border color

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

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

This div border color is #00724F.


Opacity

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

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

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

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

This text has shadow with #00724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00724F on black background.


Color preview on white background

This text has color #00724F on white background.



Black color preview on #00724F background

This text has black color on #00724F background.


White color preview on #00724F background

This text has white color on #00724F background.