COLOR #175001

HEX: #175001 RGB: (23,80,1)

Color info

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

RGB color model

#175001 color RGB value is (23,80,1).

RGB: (23,80,1) (9%, 31%, 0%)

RGB channels and saturation

R 23 of 255 = 9%
G 80 of 255 = 31%
B 1 of 255 = 0%

23
80
1

R + G + B ~ 13%. #175001 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 80 + 1 = 104 (100%)
R 23 of 104 ~ 22.12%
G 80 of 104 ~ 76.92%
B 1 of 104 ~ 0.96'%

%22.12
%76.92

CMYK color model

#175001 color CMYK value is (71,0,99,69).

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

CMYK: (71,0,99,69)
C71M0Y99K69 (71%, 0%, 99%, 69%)
(0.71 / 0.00 / 0.99 / 0.69)

CMYK percentages

%71.25
%0
%98.75
%68.63

Codes

Color #175001 in popluar color models

17 50 01
RGB 23 80 1
HSL 103° 97.53% 15.88%
HSB/HSV 103° 98.75% 31.37%
CMYK 71.25% 0.00% 98.75%
68.63%

Color #175001 in popluar number systems.

HEX 17 50 01
Decimal 23 80 1
Binary 10111 1010000 1
Octal 27 120 1

Shades and tints

Shades of #175001

#175001
(23,80,1)
#154901
(21,73,1)
#134201
(19,66,1)
#113B01
(17,59,1)
#0F3401
(15,52,1)
#0D2D01
(13,45,1)
#0B2601
(11,38,1)
#091F01
(9,31,1)
#071801
(7,24,1)
#051101
(5,17,1)
#030A01
(3,10,1)
#000000
(0,0,0)

Tints of #175001

#175001
(23,80,1)
#2C5F18
(44,95,24)
#416E2F
(65,110,47)
#567D46
(86,125,70)
#6B8C5D
(107,140,93)
#809B74
(128,155,116)
#95AA8B
(149,170,139)
#AAB9A2
(170,185,162)
#BFC8B9
(191,200,185)
#D4D7D0
(212,215,208)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #175001; }

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

This text font color is #175001.

Background Color

.myBgColor { background-color: #175001; }

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

This div background color is #175001.

Border color

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

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

This div border color is #175001.

Opacity

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

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

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

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

This text has shadow with #175001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #175001.

Preview

Color preview on black background

This text has color #175001 on black background.


Color preview on white background

This text has color #175001 on white background.


Black color preview on #175001 background

This text has black color on #175001 background.


White color preview on #175001 background

This text has white color on #175001 background.


Related colors

Complementary color

Complementary color for #hex is #E8AFFE.


I love getcolorcode.com

Triadic colors

1 #011750 and #500117 with #175001 are triadic colors.

2 #015017 and #501701 with #175001 are triadic colors.