COLOR #17513F

HEX: #17513F
RGB: (23,81,63)

Color info

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

RGB color model

#17513F color RGB value is (23,81,63).

  • red value is 23;
  • green value is 81;
  • blue value is 63.
RGB:
(23,81,63)
(9%,32%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 81 of 255 = 32%
B 63 of 255 = 25%

23
81
63

R + G + B ~ 22%. #17513F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 81 + 63 = 167 (100%)
R 23 of 167 ~ 13.77%
G 81 of 167 ~ 48.5%
B 63 of 167 ~ 37.72%

%13.77
%48.5
%37.72

CMYK color model

#17513F color CMYK value is (72,0,22,68).

  • cyan value is 71.60%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(72,0,22,68)
C72M0Y22K68 
(72%,0%,22%,68%)
(0.72/0.00/0.22/0.68)	

CMYK percentages

%71.6
%0
%22.22
%68.24

Codes

Color #17513F in popluar color models

17513F
RGB238163
HSL161°55.77%20.39%
HSB/HSV161°71.60%31.76%
CMYK71.60%0.00%22.22%
68.24%

Color #17513F in popluar number systems.

HEX17513F
Decimal238163
Binary101111010001111111
Octal2712177

Shades and tints

Shades of #17513F

#17513F
(23,81,63)
#154A3A
(21,74,58)
#134335
(19,67,53)
#113C30
(17,60,48)
#0F352B
(15,53,43)
#0D2E26
(13,46,38)
#0B2721
(11,39,33)
#09201C
(9,32,28)
#071917
(7,25,23)
#051212
(5,18,18)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #17513F

#17513F
(23,81,63)
#2C6050
(44,96,80)
#416F61
(65,111,97)
#567E72
(86,126,114)
#6B8D83
(107,141,131)
#809C94
(128,156,148)
#95ABA5
(149,171,165)
#AABAB6
(170,186,182)
#BFC9C7
(191,201,199)
#D4D8D8
(212,216,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17513F color. Also use rgb(23,81,63) instead hex code.

Text Font Color

.myTextColor { color: #17513F; }

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

This text font color is #17513F.


Background Color

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

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

This div background color is #17513F.


Border color

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

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

This div border color is #17513F.


Opacity

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

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

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

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

This text has shadow with #17513F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17513F on black background.


Color preview on white background

This text has color #17513F on white background.



Black color preview on #17513F background

This text has black color on #17513F background.


White color preview on #17513F background

This text has white color on #17513F background.