COLOR #006079

HEX: #006079
RGB: (0,96,121)

Color info

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

RGB color model

#006079 color RGB value is (0,96,121).

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

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 121 of 255 = 47%

0
96
121

R + G + B ~ 28%. #006079 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 121 = 217 (100%)
R 0 of 217 ~ 0%
G 96 of 217 ~ 44.24%
B 121 of 217 ~ 55.76%

%44.24
%55.76

CMYK color model

#006079 color CMYK value is (100,21,0,53).

  • cyan value is 100.00%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(100,21,0,53)
C100M21Y0K53 
(100%,21%,0%,53%)
(1.00/0.21/0.00/0.53)	

CMYK percentages

%100
%20.66
%0
%52.55

Codes

Color #006079 in popluar color models

006079
RGB096121
HSL192°100.00%23.73%
HSB/HSV192°100.00%47.45%
CMYK100.00%20.66%0.00%
52.55%

Color #006079 in popluar number systems.

HEX006079
Decimal096121
Binary011000001111001
Octal0140171

Shades and tints

Shades of #006079

#006079
(0,96,121)
#00586E
(0,88,110)
#005063
(0,80,99)
#004858
(0,72,88)
#00404D
(0,64,77)
#003842
(0,56,66)
#003037
(0,48,55)
#00282C
(0,40,44)
#002021
(0,32,33)
#001816
(0,24,22)
#00100B
(0,16,11)
#000000
(0,0,0)

Tints of #006079

#006079
(0,96,121)
#176E85
(23,110,133)
#2E7C91
(46,124,145)
#458A9D
(69,138,157)
#5C98A9
(92,152,169)
#73A6B5
(115,166,181)
#8AB4C1
(138,180,193)
#A1C2CD
(161,194,205)
#B8D0D9
(184,208,217)
#CFDEE5
(207,222,229)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006079; }

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

This text font color is #006079.


Background Color

.myBgColor { background-color: #006079; }

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

This div background color is #006079.


Border color

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

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

This div border color is #006079.


Opacity

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

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

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

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

This text has shadow with #006079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006079 on black background.


Color preview on white background

This text has color #006079 on white background.



Black color preview on #006079 background

This text has black color on #006079 background.


White color preview on #006079 background

This text has white color on #006079 background.