COLOR #007370

HEX: #007370
RGB: (0,115,112)

Color info

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

RGB color model

#007370 color RGB value is (0,115,112).

  • red value is 0;
  • green value is 115;
  • blue value is 112.
RGB:
(0,115,112)
(0%,45%,44%)

RGB channels and saturation

R 0 of 255 = 0%
G 115 of 255 = 45%
B 112 of 255 = 44%

0
115
112

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

Portions of RGB colors in percentages

R + G + B =
0 + 115 + 112 = 227 (100%)
R 0 of 227 ~ 0%
G 115 of 227 ~ 50.66%
B 112 of 227 ~ 49.34%

%50.66
%49.34

CMYK color model

#007370 color CMYK value is (100,0,3,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(100,0,3,55)
C100M0Y3K55 
(100%,0%,3%,55%)
(1.00/0.00/0.03/0.55)	

CMYK percentages

%100
%0
%2.61
%54.9

Codes

Color #007370 in popluar color models

007370
RGB0115112
HSL178°100.00%22.55%
HSB/HSV178°100.00%45.10%
CMYK100.00%0.00%2.61%
54.90%

Color #007370 in popluar number systems.

HEX007370
Decimal0115112
Binary011100111110000
Octal0163160

Shades and tints

Shades of #007370

#007370
(0,115,112)
#006966
(0,105,102)
#005F5C
(0,95,92)
#005552
(0,85,82)
#004B48
(0,75,72)
#00413E
(0,65,62)
#003734
(0,55,52)
#002D2A
(0,45,42)
#002320
(0,35,32)
#001916
(0,25,22)
#000F0C
(0,15,12)
#000000
(0,0,0)

Tints of #007370

#007370
(0,115,112)
#177F7D
(23,127,125)
#2E8B8A
(46,139,138)
#459797
(69,151,151)
#5CA3A4
(92,163,164)
#73AFB1
(115,175,177)
#8ABBBE
(138,187,190)
#A1C7CB
(161,199,203)
#B8D3D8
(184,211,216)
#CFDFE5
(207,223,229)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007370 color. Also use rgb(0,115,112) instead hex code.

Text Font Color

.myTextColor { color: #007370; }

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

This text font color is #007370.


Background Color

.myBgColor { background-color: #007370; }

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

This div background color is #007370.


Border color

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

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

This div border color is #007370.


Opacity

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

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

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

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

This text has shadow with #007370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007370 on black background.


Color preview on white background

This text has color #007370 on white background.



Black color preview on #007370 background

This text has black color on #007370 background.


White color preview on #007370 background

This text has white color on #007370 background.