COLOR #007171

HEX: #007171
RGB: (0,113,113)

Color info

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

RGB color model

#007171 color RGB value is (0,113,113).

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

RGB channels and saturation

R 0 of 255 = 0%
G 113 of 255 = 44%
B 113 of 255 = 44%

0
113
113

R + G + B ~ 29%. #007171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 113 + 113 = 226 (100%)
R 0 of 226 ~ 0%
G 113 of 226 ~ 50%
B 113 of 226 ~ 50%

%50
%50

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(100,0,0,56)
C100M0Y0K56 
(100%,0%,0%,56%)
(1.00/0.00/0.00/0.56)	

CMYK percentages

%100
%0
%0
%55.69

Codes

Color #007171 in popluar color models

007171
RGB0113113
HSL180°100.00%22.16%
HSB/HSV180°100.00%44.31%
CMYK100.00%0.00%0.00%
55.69%

Color #007171 in popluar number systems.

HEX007171
Decimal0113113
Binary011100011110001
Octal0161161

Shades and tints

Shades of #007171

#007171
(0,113,113)
#006767
(0,103,103)
#005D5D
(0,93,93)
#005353
(0,83,83)
#004949
(0,73,73)
#003F3F
(0,63,63)
#003535
(0,53,53)
#002B2B
(0,43,43)
#002121
(0,33,33)
#001717
(0,23,23)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #007171

#007171
(0,113,113)
#177D7D
(23,125,125)
#2E8989
(46,137,137)
#459595
(69,149,149)
#5CA1A1
(92,161,161)
#73ADAD
(115,173,173)
#8AB9B9
(138,185,185)
#A1C5C5
(161,197,197)
#B8D1D1
(184,209,209)
#CFDDDD
(207,221,221)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007171; }

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

This text font color is #007171.


Background Color

.myBgColor { background-color: #007171; }

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

This div background color is #007171.


Border color

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

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

This div border color is #007171.


Opacity

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

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

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

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

This text has shadow with #007171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007171 on black background.


Color preview on white background

This text has color #007171 on white background.



Black color preview on #007171 background

This text has black color on #007171 background.


White color preview on #007171 background

This text has white color on #007171 background.