COLOR #017079

HEX: #017079
RGB: (1,112,121)

Color info

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

RGB color model

#017079 color RGB value is (1,112,121).

  • red value is 1;
  • green value is 112;
  • blue value is 121.
RGB:
(1,112,121)
(0%,44%,47%)

RGB channels and saturation

R 1 of 255 = 0%
G 112 of 255 = 44%
B 121 of 255 = 47%

1
112
121

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

Portions of RGB colors in percentages

R + G + B =
1 + 112 + 121 = 234 (100%)
R 1 of 234 ~ 0.43%
G 112 of 234 ~ 47.86%
B 121 of 234 ~ 51.71%

%47.86
%51.71

CMYK color model

#017079 color CMYK value is (99,7,0,53).

  • cyan value is 99.17%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(99,7,0,53)
C99M7Y0K53 
(99%,7%,0%,53%)
(0.99/0.07/0.00/0.53)	

CMYK percentages

%99.17
%7.44
%0
%52.55

Codes

Color #017079 in popluar color models

017079
RGB1112121
HSL185°98.36%23.92%
HSB/HSV185°99.17%47.45%
CMYK99.17%7.44%0.00%
52.55%

Color #017079 in popluar number systems.

HEX017079
Decimal1112121
Binary111100001111001
Octal1160171

Shades and tints

Shades of #017079

#017079
(1,112,121)
#01666E
(1,102,110)
#015C63
(1,92,99)
#015258
(1,82,88)
#01484D
(1,72,77)
#013E42
(1,62,66)
#013437
(1,52,55)
#012A2C
(1,42,44)
#012021
(1,32,33)
#011616
(1,22,22)
#010C0B
(1,12,11)
#000000
(0,0,0)

Tints of #017079

#017079
(1,112,121)
#187D85
(24,125,133)
#2F8A91
(47,138,145)
#46979D
(70,151,157)
#5DA4A9
(93,164,169)
#74B1B5
(116,177,181)
#8BBEC1
(139,190,193)
#A2CBCD
(162,203,205)
#B9D8D9
(185,216,217)
#D0E5E5
(208,229,229)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017079 color. Also use rgb(1,112,121) instead hex code.

Text Font Color

.myTextColor { color: #017079; }

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

This text font color is #017079.


Background Color

.myBgColor { background-color: #017079; }

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

This div background color is #017079.


Border color

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

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

This div border color is #017079.


Opacity

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

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

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

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

This text has shadow with #017079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017079 on black background.


Color preview on white background

This text has color #017079 on white background.



Black color preview on #017079 background

This text has black color on #017079 background.


White color preview on #017079 background

This text has white color on #017079 background.