COLOR #17717F

HEX: #17717F RGB: (23,113,127)

Color info

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

RGB color model

#17717F color RGB value is (23,113,127).

RGB: (23,113,127) (9%, 44%, 50%)

RGB channels and saturation

R 23 of 255 = 9%
G 113 of 255 = 44%
B 127 of 255 = 50%

23
113
127

R + G + B ~ 34%. #17717F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 113 + 127 = 263 (100%)
R 23 of 263 ~ 8.75%
G 113 of 263 ~ 42.97%
B 127 of 263 ~ 48.29'%

%42.97
%48.29

CMYK color model

#17717F color CMYK value is (82,11,0,50).

  • cyan value is 81.89%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (82,11,0,50)
C82M11Y0K50 (82%, 11%, 0%, 50%)
(0.82 / 0.11 / 0.00 / 0.50)

CMYK percentages

%81.89
%11.02
%0
%50.2

Codes

Color #17717F in popluar color models

17 71 7F
RGB 23 113 127
HSL 188° 69.33% 29.41%
HSB/HSV 188° 81.89% 49.80%
CMYK 81.89% 11.02% 0.00%
50.20%

Color #17717F in popluar number systems.

HEX 17 71 7F
Decimal 23 113 127
Binary 10111 1110001 1111111
Octal 27 161 177

Shades and tints

Shades of #17717F

#17717F
(23,113,127)
#156774
(21,103,116)
#135D69
(19,93,105)
#11535E
(17,83,94)
#0F4953
(15,73,83)
#0D3F48
(13,63,72)
#0B353D
(11,53,61)
#092B32
(9,43,50)
#072127
(7,33,39)
#05171C
(5,23,28)
#030D11
(3,13,17)
#000000
(0,0,0)

Tints of #17717F

#17717F
(23,113,127)
#2C7D8A
(44,125,138)
#418995
(65,137,149)
#5695A0
(86,149,160)
#6BA1AB
(107,161,171)
#80ADB6
(128,173,182)
#95B9C1
(149,185,193)
#AAC5CC
(170,197,204)
#BFD1D7
(191,209,215)
#D4DDE2
(212,221,226)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17717F color. Also use rgb(23,113,127) instead hex code.

Text Font Color

.myTextColor { color: #17717F; }

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

This text font color is #17717F.

Background Color

.myBgColor { background-color: #17717F; }

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

This div background color is #17717F.

Border color

.myBorderColor { border: 1px solid #17717F; }

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

This div border color is #17717F.

Opacity

.myOpacity80 { color: #17717F; opacity: 0.8; }

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

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

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

This text has shadow with #17717F color.


.textShadow {text-shadow: 3px 3px 1px #17717F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #17717F; -webkit-box-shadow: 1px 1px 3px 2px #17717F; box-shadow:1px 1px 3px 2px #17717F;">
Div content here
</div>

This div box has shadow with color #17717F.

Preview

Color preview on black background

This text has color #17717F on black background.


Color preview on white background

This text has color #17717F on white background.


Black color preview on #17717F background

This text has black color on #17717F background.


White color preview on #17717F background

This text has white color on #17717F background.


Related colors

Complementary color

Complementary color for #hex is #E88E80.


I love getcolorcode.com

Triadic colors

1 #7F1771 and #717F17 with #17717F are triadic colors.

2 #7F7117 and #71177F with #17717F are triadic colors.