COLOR #17715F

HEX: #17715F RGB: (23,113,95)

Color info

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

RGB color model

#17715F color RGB value is (23,113,95).

RGB: (23,113,95) (9%, 44%, 37%)

RGB channels and saturation

R 23 of 255 = 9%
G 113 of 255 = 44%
B 95 of 255 = 37%

23
113
95

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

Portions of RGB colors in percentages

R + G + B = 23 + 113 + 95 = 231 (100%)
R 23 of 231 ~ 9.96%
G 113 of 231 ~ 48.92%
B 95 of 231 ~ 41.13'%

%48.92
%41.13

CMYK color model

#17715F color CMYK value is (80,0,16,56).

  • cyan value is 79.65%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%

CMYK: (80,0,16,56)
C80M0Y16K56 (80%, 0%, 16%, 56%)
(0.80 / 0.00 / 0.16 / 0.56)

CMYK percentages

%79.65
%0
%15.93
%55.69

Codes

Color #17715F in popluar color models

17 71 5F
RGB 23 113 95
HSL 168° 66.18% 26.67%
HSB/HSV 168° 79.65% 44.31%
CMYK 79.65% 0.00% 15.93%
55.69%

Color #17715F in popluar number systems.

HEX 17 71 5F
Decimal 23 113 95
Binary 10111 1110001 1011111
Octal 27 161 137

Shades and tints

Shades of #17715F

#17715F
(23,113,95)
#156757
(21,103,87)
#135D4F
(19,93,79)
#115347
(17,83,71)
#0F493F
(15,73,63)
#0D3F37
(13,63,55)
#0B352F
(11,53,47)
#092B27
(9,43,39)
#07211F
(7,33,31)
#051717
(5,23,23)
#030D0F
(3,13,15)
#000000
(0,0,0)

Tints of #17715F

#17715F
(23,113,95)
#2C7D6D
(44,125,109)
#41897B
(65,137,123)
#569589
(86,149,137)
#6BA197
(107,161,151)
#80ADA5
(128,173,165)
#95B9B3
(149,185,179)
#AAC5C1
(170,197,193)
#BFD1CF
(191,209,207)
#D4DDDD
(212,221,221)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17715F; }

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

This text font color is #17715F.

Background Color

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

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

This div background color is #17715F.

Border color

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

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

This div border color is #17715F.

Opacity

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

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

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

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

This text has shadow with #17715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17715F.

Preview

Color preview on black background

This text has color #17715F on black background.


Color preview on white background

This text has color #17715F on white background.


Black color preview on #17715F background

This text has black color on #17715F background.


White color preview on #17715F background

This text has white color on #17715F background.


Related colors

Complementary color

Complementary color for #hex is #E88EA0.


I love getcolorcode.com

Triadic colors

1 #5F1771 and #715F17 with #17715F are triadic colors.

2 #5F7117 and #71175F with #17715F are triadic colors.