COLOR #17503C

HEX: #17503C RGB: (23,80,60)

Color info

#17503C contains red, green and blue colors in about the same proportion. Web safe color of #17503C is #006633 (or #063).

RGB color model

#17503C color RGB value is (23,80,60).

RGB: (23,80,60) (9%, 31%, 24%)

RGB channels and saturation

R 23 of 255 = 9%
G 80 of 255 = 31%
B 60 of 255 = 24%

23
80
60

R + G + B ~ 21%. #17503C is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 80 + 60 = 163 (100%)
R 23 of 163 ~ 14.11%
G 80 of 163 ~ 49.08%
B 60 of 163 ~ 36.81'%

%14.11
%49.08
%36.81

CMYK color model

#17503C color CMYK value is (71,0,25,69).

  • cyan value is 71.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%

CMYK: (71,0,25,69)
C71M0Y25K69 (71%, 0%, 25%, 69%)
(0.71 / 0.00 / 0.25 / 0.69)

CMYK percentages

%71.25
%0
%25
%68.63

Codes

Color #17503C in popluar color models

17 50 3C
RGB 23 80 60
HSL 159° 55.34% 20.20%
HSB/HSV 159° 71.25% 31.37%
CMYK 71.25% 0.00% 25.00%
68.63%

Color #17503C in popluar number systems.

HEX 17 50 3C
Decimal 23 80 60
Binary 10111 1010000 111100
Octal 27 120 74

Shades and tints

Shades of #17503C

#17503C
(23,80,60)
#154937
(21,73,55)
#134232
(19,66,50)
#113B2D
(17,59,45)
#0F3428
(15,52,40)
#0D2D23
(13,45,35)
#0B261E
(11,38,30)
#091F19
(9,31,25)
#071814
(7,24,20)
#05110F
(5,17,15)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #17503C

#17503C
(23,80,60)
#2C5F4D
(44,95,77)
#416E5E
(65,110,94)
#567D6F
(86,125,111)
#6B8C80
(107,140,128)
#809B91
(128,155,145)
#95AAA2
(149,170,162)
#AAB9B3
(170,185,179)
#BFC8C4
(191,200,196)
#D4D7D5
(212,215,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17503C color. Also use rgb(23,80,60) instead hex code.

Text Font Color

.myTextColor { color: #17503C; }

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

This text font color is #17503C.

Background Color

.myBgColor { background-color: #17503C; }

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

This div background color is #17503C.

Border color

.myBorderColor { border: 1px solid #17503C; }

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

This div border color is #17503C.

Opacity

.myOpacity80 { color: #17503C; opacity: 0.8; }

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

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

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

This text has shadow with #17503C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17503C.

Preview

Color preview on black background

This text has color #17503C on black background.


Color preview on white background

This text has color #17503C on white background.


Black color preview on #17503C background

This text has black color on #17503C background.


White color preview on #17503C background

This text has white color on #17503C background.


Related colors

Complementary color

Complementary color for #hex is #E8AFC3.


I love getcolorcode.com

Triadic colors

1 #3C1750 and #503C17 with #17503C are triadic colors.

2 #3C5017 and #50173C with #17503C are triadic colors.