COLOR #00724B

HEX: #00724B
RGB: (0,114,75)

Color info

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

RGB color model

#00724B color RGB value is (0,114,75).

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

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 75 of 255 = 29%

0
114
75

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

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 75 = 189 (100%)
R 0 of 189 ~ 0%
G 114 of 189 ~ 60.32%
B 75 of 189 ~ 39.68%

%60.32
%39.68

CMYK color model

#00724B color CMYK value is (100,0,34,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(100,0,34,55)
C100M0Y34K55 
(100%,0%,34%,55%)
(1.00/0.00/0.34/0.55)	

CMYK percentages

%100
%0
%34.21
%55.29

Codes

Color #00724B in popluar color models

00724B
RGB011475
HSL159°100.00%22.35%
HSB/HSV159°100.00%44.71%
CMYK100.00%0.00%34.21%
55.29%

Color #00724B in popluar number systems.

HEX00724B
Decimal011475
Binary011100101001011
Octal0162113

Shades and tints

Shades of #00724B

#00724B
(0,114,75)
#006845
(0,104,69)
#005E3F
(0,94,63)
#005439
(0,84,57)
#004A33
(0,74,51)
#00402D
(0,64,45)
#003627
(0,54,39)
#002C21
(0,44,33)
#00221B
(0,34,27)
#001815
(0,24,21)
#000E0F
(0,14,15)
#000000
(0,0,0)

Tints of #00724B

#00724B
(0,114,75)
#177E5B
(23,126,91)
#2E8A6B
(46,138,107)
#45967B
(69,150,123)
#5CA28B
(92,162,139)
#73AE9B
(115,174,155)
#8ABAAB
(138,186,171)
#A1C6BB
(161,198,187)
#B8D2CB
(184,210,203)
#CFDEDB
(207,222,219)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00724B; }

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

This text font color is #00724B.


Background Color

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

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

This div background color is #00724B.


Border color

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

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

This div border color is #00724B.


Opacity

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

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

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

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

This text has shadow with #00724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00724B on black background.


Color preview on white background

This text has color #00724B on white background.



Black color preview on #00724B background

This text has black color on #00724B background.


White color preview on #00724B background

This text has white color on #00724B background.