COLOR #007472

HEX: #007472
RGB: (0,116,114)

Color info

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

RGB color model

#007472 color RGB value is (0,116,114).

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

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 114 of 255 = 45%

0
116
114

R + G + B ~ 30%. #007472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 116 + 114 = 230 (100%)
R 0 of 230 ~ 0%
G 116 of 230 ~ 50.43%
B 114 of 230 ~ 49.57%

%50.43
%49.57

CMYK color model

#007472 color CMYK value is (100,0,2,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(100,0,2,55)
C100M0Y2K55 
(100%,0%,2%,55%)
(1.00/0.00/0.02/0.55)	

CMYK percentages

%100
%0
%1.72
%54.51

Codes

Color #007472 in popluar color models

007472
RGB0116114
HSL179°100.00%22.75%
HSB/HSV179°100.00%45.49%
CMYK100.00%0.00%1.72%
54.51%

Color #007472 in popluar number systems.

HEX007472
Decimal0116114
Binary011101001110010
Octal0164162

Shades and tints

Shades of #007472

#007472
(0,116,114)
#006A68
(0,106,104)
#00605E
(0,96,94)
#005654
(0,86,84)
#004C4A
(0,76,74)
#004240
(0,66,64)
#003836
(0,56,54)
#002E2C
(0,46,44)
#002422
(0,36,34)
#001A18
(0,26,24)
#00100E
(0,16,14)
#000000
(0,0,0)

Tints of #007472

#007472
(0,116,114)
#17807E
(23,128,126)
#2E8C8A
(46,140,138)
#459896
(69,152,150)
#5CA4A2
(92,164,162)
#73B0AE
(115,176,174)
#8ABCBA
(138,188,186)
#A1C8C6
(161,200,198)
#B8D4D2
(184,212,210)
#CFE0DE
(207,224,222)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007472; }

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

This text font color is #007472.


Background Color

.myBgColor { background-color: #007472; }

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

This div background color is #007472.


Border color

.myBorderColor { border: 1px solid #007472; }

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

This div border color is #007472.


Opacity

.myOpacity80 { color: #007472; opacity: 0.8; }

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

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

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

This text has shadow with #007472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007472 on black background.


Color preview on white background

This text has color #007472 on white background.



Black color preview on #007472 background

This text has black color on #007472 background.


White color preview on #007472 background

This text has white color on #007472 background.