COLOR #006070

HEX: #006070
RGB: (0,96,112)

Color info

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

RGB color model

#006070 color RGB value is (0,96,112).

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

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 112 of 255 = 44%

0
96
112

R + G + B ~ 27%. #006070 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 112 = 208 (100%)
R 0 of 208 ~ 0%
G 96 of 208 ~ 46.15%
B 112 of 208 ~ 53.85%

%46.15
%53.85

CMYK color model

#006070 color CMYK value is (100,14,0,56).

  • cyan value is 100.00%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(100,14,0,56)
C100M14Y0K56 
(100%,14%,0%,56%)
(1.00/0.14/0.00/0.56)	

CMYK percentages

%100
%14.29
%0
%56.08

Codes

Color #006070 in popluar color models

006070
RGB096112
HSL189°100.00%21.96%
HSB/HSV189°100.00%43.92%
CMYK100.00%14.29%0.00%
56.08%

Color #006070 in popluar number systems.

HEX006070
Decimal096112
Binary011000001110000
Octal0140160

Shades and tints

Shades of #006070

#006070
(0,96,112)
#005866
(0,88,102)
#00505C
(0,80,92)
#004852
(0,72,82)
#004048
(0,64,72)
#00383E
(0,56,62)
#003034
(0,48,52)
#00282A
(0,40,42)
#002020
(0,32,32)
#001816
(0,24,22)
#00100C
(0,16,12)
#000000
(0,0,0)

Tints of #006070

#006070
(0,96,112)
#176E7D
(23,110,125)
#2E7C8A
(46,124,138)
#458A97
(69,138,151)
#5C98A4
(92,152,164)
#73A6B1
(115,166,177)
#8AB4BE
(138,180,190)
#A1C2CB
(161,194,203)
#B8D0D8
(184,208,216)
#CFDEE5
(207,222,229)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006070; }

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

This text font color is #006070.


Background Color

.myBgColor { background-color: #006070; }

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

This div background color is #006070.


Border color

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

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

This div border color is #006070.


Opacity

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

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

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

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

This text has shadow with #006070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006070 on black background.


Color preview on white background

This text has color #006070 on white background.



Black color preview on #006070 background

This text has black color on #006070 background.


White color preview on #006070 background

This text has white color on #006070 background.