COLOR #172201

HEX: #172201 RGB: (23,34,1)

Color info

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

RGB color model

#172201 color RGB value is (23,34,1).

RGB: (23,34,1) (9%, 13%, 0%)

RGB channels and saturation

R 23 of 255 = 9%
G 34 of 255 = 13%
B 1 of 255 = 0%

23
34
1

R + G + B ~ 7%. #172201 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 34 + 1 = 58 (100%)
R 23 of 58 ~ 39.66%
G 34 of 58 ~ 58.62%
B 1 of 58 ~ 1.72'%

%39.66
%58.62

CMYK color model

#172201 color CMYK value is (32,0,97,87).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 97.06%
  • key color value is 86.67%

CMYK: (32,0,97,87)
C32M0Y97K87 (32%, 0%, 97%, 87%)
(0.32 / 0.00 / 0.97 / 0.87)

CMYK percentages

%32.35
%0
%97.06
%86.67

Codes

Color #172201 in popluar color models

17 22 01
RGB 23 34 1
HSL 80° 94.29% 6.86%
HSB/HSV 80° 97.06% 13.33%
CMYK 32.35% 0.00% 97.06%
86.67%

Color #172201 in popluar number systems.

HEX 17 22 01
Decimal 23 34 1
Binary 10111 100010 1
Octal 27 42 1

Shades and tints

Shades of #172201

#172201
(23,34,1)
#151F01
(21,31,1)
#131C01
(19,28,1)
#111901
(17,25,1)
#0F1601
(15,22,1)
#0D1301
(13,19,1)
#0B1001
(11,16,1)
#090D01
(9,13,1)
#070A01
(7,10,1)
#050701
(5,7,1)
#030401
(3,4,1)
#000000
(0,0,0)

Tints of #172201

#172201
(23,34,1)
#2C3618
(44,54,24)
#414A2F
(65,74,47)
#565E46
(86,94,70)
#6B725D
(107,114,93)
#808674
(128,134,116)
#959A8B
(149,154,139)
#AAAEA2
(170,174,162)
#BFC2B9
(191,194,185)
#D4D6D0
(212,214,208)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172201; }

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

This text font color is #172201.

Background Color

.myBgColor { background-color: #172201; }

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

This div background color is #172201.

Border color

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

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

This div border color is #172201.

Opacity

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

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

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

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

This text has shadow with #172201 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172201.

Preview

Color preview on black background

This text has color #172201 on black background.


Color preview on white background

This text has color #172201 on white background.


Black color preview on #172201 background

This text has black color on #172201 background.


White color preview on #172201 background

This text has white color on #172201 background.


Related colors

Complementary color

Complementary color for #hex is #E8DDFE.


I love getcolorcode.com

Triadic colors

1 #011722 and #220117 with #172201 are triadic colors.

2 #012217 and #221701 with #172201 are triadic colors.