COLOR #007572

HEX: #007572
RGB: (0,117,114)

Color info

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

RGB color model

#007572 color RGB value is (0,117,114).

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

RGB channels and saturation

R 0 of 255 = 0%
G 117 of 255 = 46%
B 114 of 255 = 45%

0
117
114

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

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 114 = 231 (100%)
R 0 of 231 ~ 0%
G 117 of 231 ~ 50.65%
B 114 of 231 ~ 49.35%

%50.65
%49.35

CMYK color model

#007572 color CMYK value is (100,0,3,54).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(100,0,3,54)
C100M0Y3K54 
(100%,0%,3%,54%)
(1.00/0.00/0.03/0.54)	

CMYK percentages

%100
%0
%2.56
%54.12

Codes

Color #007572 in popluar color models

007572
RGB0117114
HSL178°100.00%22.94%
HSB/HSV178°100.00%45.88%
CMYK100.00%0.00%2.56%
54.12%

Color #007572 in popluar number systems.

HEX007572
Decimal0117114
Binary011101011110010
Octal0165162

Shades and tints

Shades of #007572

#007572
(0,117,114)
#006B68
(0,107,104)
#00615E
(0,97,94)
#005754
(0,87,84)
#004D4A
(0,77,74)
#004340
(0,67,64)
#003936
(0,57,54)
#002F2C
(0,47,44)
#002522
(0,37,34)
#001B18
(0,27,24)
#00110E
(0,17,14)
#000000
(0,0,0)

Tints of #007572

#007572
(0,117,114)
#17817E
(23,129,126)
#2E8D8A
(46,141,138)
#459996
(69,153,150)
#5CA5A2
(92,165,162)
#73B1AE
(115,177,174)
#8ABDBA
(138,189,186)
#A1C9C6
(161,201,198)
#B8D5D2
(184,213,210)
#CFE1DE
(207,225,222)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007572; }

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

This text font color is #007572.


Background Color

.myBgColor { background-color: #007572; }

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

This div background color is #007572.


Border color

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

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

This div border color is #007572.


Opacity

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

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

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

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

This text has shadow with #007572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007572 on black background.


Color preview on white background

This text has color #007572 on white background.



Black color preview on #007572 background

This text has black color on #007572 background.


White color preview on #007572 background

This text has white color on #007572 background.