COLOR #017970

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

1
121
112

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

Portions of RGB colors in percentages

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

%51.71
%47.86

CMYK color model

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

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

CMYK percentages

%99.17
%0
%7.44
%52.55

Codes

Color #017970 in popluar color models

017970
RGB1121112
HSL176°98.36%23.92%
HSB/HSV176°99.17%47.45%
CMYK99.17%0.00%7.44%
52.55%

Color #017970 in popluar number systems.

HEX017970
Decimal1121112
Binary111110011110000
Octal1171160

Shades and tints

Shades of #017970

#017970
(1,121,112)
#016E66
(1,110,102)
#01635C
(1,99,92)
#015852
(1,88,82)
#014D48
(1,77,72)
#01423E
(1,66,62)
#013734
(1,55,52)
#012C2A
(1,44,42)
#012120
(1,33,32)
#011616
(1,22,22)
#010B0C
(1,11,12)
#000000
(0,0,0)

Tints of #017970

#017970
(1,121,112)
#18857D
(24,133,125)
#2F918A
(47,145,138)
#469D97
(70,157,151)
#5DA9A4
(93,169,164)
#74B5B1
(116,181,177)
#8BC1BE
(139,193,190)
#A2CDCB
(162,205,203)
#B9D9D8
(185,217,216)
#D0E5E5
(208,229,229)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #017970; }

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

This text font color is #017970.


Background Color

.myBgColor { background-color: #017970; }

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

This div background color is #017970.


Border color

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

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

This div border color is #017970.


Opacity

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

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

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

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

This text has shadow with #017970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017970 on black background.


Color preview on white background

This text has color #017970 on white background.



Black color preview on #017970 background

This text has black color on #017970 background.


White color preview on #017970 background

This text has white color on #017970 background.