COLOR #17877D

HEX: #17877D RGB: (23,135,125)

Color info

#17877D contains mainly green and blue colors. Web safe color of #17877D is #009966 (or #096).

RGB color model

#17877D color RGB value is (23,135,125).

RGB: (23,135,125) (9%, 53%, 49%)

RGB channels and saturation

R 23 of 255 = 9%
G 135 of 255 = 53%
B 125 of 255 = 49%

23
135
125

R + G + B ~ 37%. #17877D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 135 + 125 = 283 (100%)
R 23 of 283 ~ 8.13%
G 135 of 283 ~ 47.7%
B 125 of 283 ~ 44.17'%

%47.7
%44.17

CMYK color model

#17877D color CMYK value is (83,0,7,47).

  • cyan value is 82.96%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%

CMYK: (83,0,7,47)
C83M0Y7K47 (83%, 0%, 7%, 47%)
(0.83 / 0.00 / 0.07 / 0.47)

CMYK percentages

%82.96
%0
%7.41
%47.06

Codes

Color #17877D in popluar color models

17 87 7D
RGB 23 135 125
HSL 175° 70.89% 30.98%
HSB/HSV 175° 82.96% 52.94%
CMYK 82.96% 0.00% 7.41%
47.06%

Color #17877D in popluar number systems.

HEX 17 87 7D
Decimal 23 135 125
Binary 10111 10000111 1111101
Octal 27 207 175

Shades and tints

Shades of #17877D

#17877D
(23,135,125)
#157B72
(21,123,114)
#136F67
(19,111,103)
#11635C
(17,99,92)
#0F5751
(15,87,81)
#0D4B46
(13,75,70)
#0B3F3B
(11,63,59)
#093330
(9,51,48)
#072725
(7,39,37)
#051B1A
(5,27,26)
#030F0F
(3,15,15)
#000000
(0,0,0)

Tints of #17877D

#17877D
(23,135,125)
#2C9188
(44,145,136)
#419B93
(65,155,147)
#56A59E
(86,165,158)
#6BAFA9
(107,175,169)
#80B9B4
(128,185,180)
#95C3BF
(149,195,191)
#AACDCA
(170,205,202)
#BFD7D5
(191,215,213)
#D4E1E0
(212,225,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17877D color. Also use rgb(23,135,125) instead hex code.

Text Font Color

.myTextColor { color: #17877D; }

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

This text font color is #17877D.

Background Color

.myBgColor { background-color: #17877D; }

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

This div background color is #17877D.

Border color

.myBorderColor { border: 1px solid #17877D; }

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

This div border color is #17877D.

Opacity

.myOpacity80 { color: #17877D; opacity: 0.8; }

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

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

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

This text has shadow with #17877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17877D.

Preview

Color preview on black background

This text has color #17877D on black background.


Color preview on white background

This text has color #17877D on white background.


Black color preview on #17877D background

This text has black color on #17877D background.


White color preview on #17877D background

This text has white color on #17877D background.


Related colors

Complementary color

Complementary color for #hex is #E87882.


I love getcolorcode.com

Triadic colors

1 #7D1787 and #877D17 with #17877D are triadic colors.

2 #7D8717 and #87177D with #17877D are triadic colors.