COLOR #17212F

HEX: #17212F
RGB: (23,33,47)

Color info

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

RGB color model

#17212F color RGB value is (23,33,47).

  • red value is 23;
  • green value is 33;
  • blue value is 47.
RGB:
(23,33,47)
(9%,13%,18%)

RGB channels and saturation

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

23
33
47

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

Portions of RGB colors in percentages

R + G + B =
23 + 33 + 47 = 103 (100%)
R 23 of 103 ~ 22.33%
G 33 of 103 ~ 32.04%
B 47 of 103 ~ 45.63%

%22.33
%32.04
%45.63

CMYK color model

#17212F color CMYK value is (51,30,0,82).

  • cyan value is 51.06%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(51,30,0,82)
C51M30Y0K82 
(51%,30%,0%,82%)
(0.51/0.30/0.00/0.82)	

CMYK percentages

%51.06
%29.79
%0
%81.57

Codes

Color #17212F in popluar color models

17212F
RGB233347
HSL215°34.29%13.73%
HSB/HSV215°51.06%18.43%
CMYK51.06%29.79%0.00%
81.57%

Color #17212F in popluar number systems.

HEX17212F
Decimal233347
Binary10111100001101111
Octal274157

Shades and tints

Shades of #17212F

#17212F
(23,33,47)
#151E2B
(21,30,43)
#131B27
(19,27,39)
#111823
(17,24,35)
#0F151F
(15,21,31)
#0D121B
(13,18,27)
#0B0F17
(11,15,23)
#090C13
(9,12,19)
#07090F
(7,9,15)
#05060B
(5,6,11)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #17212F

#17212F
(23,33,47)
#2C3541
(44,53,65)
#414953
(65,73,83)
#565D65
(86,93,101)
#6B7177
(107,113,119)
#808589
(128,133,137)
#95999B
(149,153,155)
#AAADAD
(170,173,173)
#BFC1BF
(191,193,191)
#D4D5D1
(212,213,209)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17212F; }

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

This text font color is #17212F.


Background Color

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

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

This div background color is #17212F.


Border color

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

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

This div border color is #17212F.


Opacity

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

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

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

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

This text has shadow with #17212F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17212F on black background.


Color preview on white background

This text has color #17212F on white background.



Black color preview on #17212F background

This text has black color on #17212F background.


White color preview on #17212F background

This text has white color on #17212F background.