COLOR #17501E

HEX: #17501E
RGB: (23,80,30)

Color info

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

RGB color model

#17501E color RGB value is (23,80,30).

  • red value is 23;
  • green value is 80;
  • blue value is 30.
RGB:
(23,80,30)
(9%,31%,12%)

RGB channels and saturation

R 23 of 255 = 9%
G 80 of 255 = 31%
B 30 of 255 = 12%

23
80
30

R + G + B ~ 17%. #17501E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 80 + 30 = 133 (100%)
R 23 of 133 ~ 17.29%
G 80 of 133 ~ 60.15%
B 30 of 133 ~ 22.56%

%17.29
%60.15
%22.56

CMYK color model

#17501E color CMYK value is (71,0,63,69).

  • cyan value is 71.25%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(71,0,63,69)
C71M0Y63K69 
(71%,0%,63%,69%)
(0.71/0.00/0.63/0.69)	

CMYK percentages

%71.25
%0
%62.5
%68.63

Codes

Color #17501E in popluar color models

17501E
RGB238030
HSL127°55.34%20.20%
HSB/HSV127°71.25%31.37%
CMYK71.25%0.00%62.50%
68.63%

Color #17501E in popluar number systems.

HEX17501E
Decimal238030
Binary10111101000011110
Octal2712036

Shades and tints

Shades of #17501E

#17501E
(23,80,30)
#15491C
(21,73,28)
#13421A
(19,66,26)
#113B18
(17,59,24)
#0F3416
(15,52,22)
#0D2D14
(13,45,20)
#0B2612
(11,38,18)
#091F10
(9,31,16)
#07180E
(7,24,14)
#05110C
(5,17,12)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #17501E

#17501E
(23,80,30)
#2C5F32
(44,95,50)
#416E46
(65,110,70)
#567D5A
(86,125,90)
#6B8C6E
(107,140,110)
#809B82
(128,155,130)
#95AA96
(149,170,150)
#AAB9AA
(170,185,170)
#BFC8BE
(191,200,190)
#D4D7D2
(212,215,210)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17501E color. Also use rgb(23,80,30) instead hex code.

Text Font Color

.myTextColor { color: #17501E; }

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

This text font color is #17501E.


Background Color

.myBgColor { background-color: #17501E; }

<div style="background-color:#17501E">Inner text</div>

This div background color is #17501E.


Border color

.myBorderColor { border: 1px solid #17501E; }

<div style="border:3px solid #17501E">Div</div>

This div border color is #17501E.


Opacity

.myOpacity80 { color: #17501E; opacity: 0.8; }

<p style="color:#17501E;opacity:0.8;">80%</p>

Text with #17501E 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 #17501E;}

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

This text has shadow with #17501E color.

.textShadow {text-shadow: 3px 3px 1px #17501E, 3px 3px 1px red;}

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

This text has shadow with #17501E primary color and red secondary color.


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

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

This text has shadow with #17501E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17501E on black background.


Color preview on white background

This text has color #17501E on white background.



Black color preview on #17501E background

This text has black color on #17501E background.


White color preview on #17501E background

This text has white color on #17501E background.