COLOR #00728C

HEX: #00728C
RGB: (0,114,140)

Color info

#00728C contains only green and blue colors. Web safe color of #00728C is #006699 (or #069).

RGB color model

#00728C color RGB value is (0,114,140).

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

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 140 of 255 = 55%

0
114
140

R + G + B ~ 33%. #00728C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 140 = 254 (100%)
R 0 of 254 ~ 0%
G 114 of 254 ~ 44.88%
B 140 of 254 ~ 55.12%

%44.88
%55.12

CMYK color model

#00728C color CMYK value is (100,19,0,45).

  • cyan value is 100.00%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,19,0,45)
C100M19Y0K45 
(100%,19%,0%,45%)
(1.00/0.19/0.00/0.45)	

CMYK percentages

%100
%18.57
%0
%45.1

Codes

Color #00728C in popluar color models

00728C
RGB0114140
HSL191°100.00%27.45%
HSB/HSV191°100.00%54.90%
CMYK100.00%18.57%0.00%
45.10%

Color #00728C in popluar number systems.

HEX00728C
Decimal0114140
Binary0111001010001100
Octal0162214

Shades and tints

Shades of #00728C

#00728C
(0,114,140)
#006880
(0,104,128)
#005E74
(0,94,116)
#005468
(0,84,104)
#004A5C
(0,74,92)
#004050
(0,64,80)
#003644
(0,54,68)
#002C38
(0,44,56)
#00222C
(0,34,44)
#001820
(0,24,32)
#000E14
(0,14,20)
#000000
(0,0,0)

Tints of #00728C

#00728C
(0,114,140)
#177E96
(23,126,150)
#2E8AA0
(46,138,160)
#4596AA
(69,150,170)
#5CA2B4
(92,162,180)
#73AEBE
(115,174,190)
#8ABAC8
(138,186,200)
#A1C6D2
(161,198,210)
#B8D2DC
(184,210,220)
#CFDEE6
(207,222,230)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00728C color. Also use rgb(0,114,140) instead hex code.

Text Font Color

.myTextColor { color: #00728C; }

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

This text font color is #00728C.


Background Color

.myBgColor { background-color: #00728C; }

<div style="background-color:#00728C">Inner text</div>

This div background color is #00728C.


Border color

.myBorderColor { border: 1px solid #00728C; }

<div style="border:3px solid #00728C">Div</div>

This div border color is #00728C.


Opacity

.myOpacity80 { color: #00728C; opacity: 0.8; }

<p style="color:#00728C;opacity:0.8;">80%</p>

Text with #00728C 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 #00728C;}

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

This text has shadow with #00728C color.

.textShadow {text-shadow: 3px 3px 1px #00728C, 3px 3px 1px red;}

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

This text has shadow with #00728C primary color and red secondary color.


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

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

This text has shadow with #00728C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00728C on black background.


Color preview on white background

This text has color #00728C on white background.



Black color preview on #00728C background

This text has black color on #00728C background.


White color preview on #00728C background

This text has white color on #00728C background.