COLOR #17212D

HEX: #17212D RGB: (23,33,45)

Color info

#17212D contains red, green and blue colors in about the same proportion. Web safe color of #17212D is #003333 (or #033).

RGB color model

#17212D color RGB value is (23,33,45).

RGB: (23,33,45) (9%, 13%, 18%)

RGB channels and saturation

R 23 of 255 = 9%
G 33 of 255 = 13%
B 45 of 255 = 18%

23
33
45

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

Portions of RGB colors in percentages

R + G + B = 23 + 33 + 45 = 101 (100%)
R 23 of 101 ~ 22.77%
G 33 of 101 ~ 32.67%
B 45 of 101 ~ 44.55'%

%22.77
%32.67
%44.55

CMYK color model

#17212D color CMYK value is (49,27,0,82).

  • cyan value is 48.89%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (49,27,0,82)
C49M27Y0K82 (49%, 27%, 0%, 82%)
(0.49 / 0.27 / 0.00 / 0.82)

CMYK percentages

%48.89
%26.67
%0
%82.35

Codes

Color #17212D in popluar color models

17 21 2D
RGB 23 33 45
HSL 213° 32.35% 13.33%
HSB/HSV 213° 48.89% 17.65%
CMYK 48.89% 26.67% 0.00%
82.35%

Color #17212D in popluar number systems.

HEX 17 21 2D
Decimal 23 33 45
Binary 10111 100001 101101
Octal 27 41 55

Shades and tints

Shades of #17212D

#17212D
(23,33,45)
#151E29
(21,30,41)
#131B25
(19,27,37)
#111821
(17,24,33)
#0F151D
(15,21,29)
#0D1219
(13,18,25)
#0B0F15
(11,15,21)
#090C11
(9,12,17)
#07090D
(7,9,13)
#050609
(5,6,9)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #17212D

#17212D
(23,33,45)
#2C3540
(44,53,64)
#414953
(65,73,83)
#565D66
(86,93,102)
#6B7179
(107,113,121)
#80858C
(128,133,140)
#95999F
(149,153,159)
#AAADB2
(170,173,178)
#BFC1C5
(191,193,197)
#D4D5D8
(212,213,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17212D color. Also use rgb(23,33,45) instead hex code.

Text Font Color

.myTextColor { color: #17212D; }

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

This text font color is #17212D.

Background Color

.myBgColor { background-color: #17212D; }

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

This div background color is #17212D.

Border color

.myBorderColor { border: 1px solid #17212D; }

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

This div border color is #17212D.

Opacity

.myOpacity80 { color: #17212D; opacity: 0.8; }

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

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

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

This text has shadow with #17212D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17212D.

Preview

Color preview on black background

This text has color #17212D on black background.


Color preview on white background

This text has color #17212D on white background.


Black color preview on #17212D background

This text has black color on #17212D background.


White color preview on #17212D background

This text has white color on #17212D background.


Related colors

Complementary color

Complementary color for #hex is #E8DED2.


I love getcolorcode.com

Triadic colors

1 #2D1721 and #212D17 with #17212D are triadic colors.

2 #2D2117 and #21172D with #17212D are triadic colors.