COLOR #175009

HEX: #175009 RGB: (23,80,9)

Color info

#175009 contains mainly red and green colors. Web safe color of #175009 is #006600 (or #060).

RGB color model

#175009 color RGB value is (23,80,9).

RGB: (23,80,9) (9%, 31%, 4%)

RGB channels and saturation

R 23 of 255 = 9%
G 80 of 255 = 31%
B 9 of 255 = 4%

23
80
9

R + G + B ~ 15%. #175009 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 80 + 9 = 112 (100%)
R 23 of 112 ~ 20.54%
G 80 of 112 ~ 71.43%
B 9 of 112 ~ 8.04'%

%20.54
%71.43

CMYK color model

#175009 color CMYK value is (71,0,89,69).

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

CMYK: (71,0,89,69)
C71M0Y89K69 (71%, 0%, 89%, 69%)
(0.71 / 0.00 / 0.89 / 0.69)

CMYK percentages

%71.25
%0
%88.75
%68.63

Codes

Color #175009 in popluar color models

17 50 09
RGB 23 80 9
HSL 108° 79.78% 17.45%
HSB/HSV 108° 88.75% 31.37%
CMYK 71.25% 0.00% 88.75%
68.63%

Color #175009 in popluar number systems.

HEX 17 50 09
Decimal 23 80 9
Binary 10111 1010000 1001
Octal 27 120 11

Shades and tints

Shades of #175009

#175009
(23,80,9)
#154909
(21,73,9)
#134209
(19,66,9)
#113B09
(17,59,9)
#0F3409
(15,52,9)
#0D2D09
(13,45,9)
#0B2609
(11,38,9)
#091F09
(9,31,9)
#071809
(7,24,9)
#051109
(5,17,9)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #175009

#175009
(23,80,9)
#2C5F1F
(44,95,31)
#416E35
(65,110,53)
#567D4B
(86,125,75)
#6B8C61
(107,140,97)
#809B77
(128,155,119)
#95AA8D
(149,170,141)
#AAB9A3
(170,185,163)
#BFC8B9
(191,200,185)
#D4D7CF
(212,215,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #175009; }

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

This text font color is #175009.

Background Color

.myBgColor { background-color: #175009; }

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

This div background color is #175009.

Border color

.myBorderColor { border: 1px solid #175009; }

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

This div border color is #175009.

Opacity

.myOpacity80 { color: #175009; opacity: 0.8; }

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

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

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

This text has shadow with #175009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #175009.

Preview

Color preview on black background

This text has color #175009 on black background.


Color preview on white background

This text has color #175009 on white background.


Black color preview on #175009 background

This text has black color on #175009 background.


White color preview on #175009 background

This text has white color on #175009 background.


Related colors

Complementary color

Complementary color for #hex is #E8AFF6.


I love getcolorcode.com

Triadic colors

1 #091750 and #500917 with #175009 are triadic colors.

2 #095017 and #501709 with #175009 are triadic colors.