COLOR #173001

HEX: #173001 RGB: (23,48,1)

Color info

#173001 contains red, green and blue colors in about the same proportion. Web safe color of #173001 is #003300 (or #030).

RGB color model

#173001 color RGB value is (23,48,1).

RGB: (23,48,1) (9%, 19%, 0%)

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 1 of 255 = 0%

23
48
1

R + G + B ~ 9%. #173001 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 48 + 1 = 72 (100%)
R 23 of 72 ~ 31.94%
G 48 of 72 ~ 66.67%
B 1 of 72 ~ 1.39'%

%31.94
%66.67

CMYK color model

#173001 color CMYK value is (52,0,98,81).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 97.92%
  • key color value is 81.18%

CMYK: (52,0,98,81)
C52M0Y98K81 (52%, 0%, 98%, 81%)
(0.52 / 0.00 / 0.98 / 0.81)

CMYK percentages

%52.08
%0
%97.92
%81.18

Codes

Color #173001 in popluar color models

17 30 01
RGB 23 48 1
HSL 92° 95.92% 9.61%
HSB/HSV 92° 97.92% 18.82%
CMYK 52.08% 0.00% 97.92%
81.18%

Color #173001 in popluar number systems.

HEX 17 30 01
Decimal 23 48 1
Binary 10111 110000 1
Octal 27 60 1

Shades and tints

Shades of #173001

#173001
(23,48,1)
#152C01
(21,44,1)
#132801
(19,40,1)
#112401
(17,36,1)
#0F2001
(15,32,1)
#0D1C01
(13,28,1)
#0B1801
(11,24,1)
#091401
(9,20,1)
#071001
(7,16,1)
#050C01
(5,12,1)
#030801
(3,8,1)
#000000
(0,0,0)

Tints of #173001

#173001
(23,48,1)
#2C4218
(44,66,24)
#41542F
(65,84,47)
#566646
(86,102,70)
#6B785D
(107,120,93)
#808A74
(128,138,116)
#959C8B
(149,156,139)
#AAAEA2
(170,174,162)
#BFC0B9
(191,192,185)
#D4D2D0
(212,210,208)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173001; }

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

This text font color is #173001.

Background Color

.myBgColor { background-color: #173001; }

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

This div background color is #173001.

Border color

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

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

This div border color is #173001.

Opacity

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

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

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

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

This text has shadow with #173001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173001.

Preview

Color preview on black background

This text has color #173001 on black background.


Color preview on white background

This text has color #173001 on white background.


Black color preview on #173001 background

This text has black color on #173001 background.


White color preview on #173001 background

This text has white color on #173001 background.


Related colors

Complementary color

Complementary color for #hex is #E8CFFE.


I love getcolorcode.com

Triadic colors

1 #011730 and #300117 with #173001 are triadic colors.

2 #013017 and #301701 with #173001 are triadic colors.