COLOR #21171E

HEX: #21171E
RGB: (33,23,30)

Color info

#21171E contains red, green and blue colors in about the same proportion. Web safe color of #21171E is #330033 (or #303).

RGB color model

#21171E color RGB value is (33,23,30).

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

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 30 of 255 = 12%

33
23
30

R + G + B ~ 11%. #21171E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 30 = 86 (100%)
R 33 of 86 ~ 38.37%
G 23 of 86 ~ 26.74%
B 30 of 86 ~ 34.88%

%38.37
%26.74
%34.88

CMYK color model

#21171E color CMYK value is (0,30,9,87).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(0,30,9,87)
C0M30Y9K87 
(0%,30%,9%,87%)
(0.00/0.30/0.09/0.87)	

CMYK percentages

%0
%30.3
%9.09
%87.06

Codes

Color #21171E in popluar color models

21171E
RGB332330
HSL318°17.86%10.98%
HSB/HSV318°30.30%12.94%
CMYK0.00%30.30%9.09%
87.06%

Color #21171E in popluar number systems.

HEX21171E
Decimal332330
Binary1000011011111110
Octal412736

Shades and tints

Shades of #21171E

#21171E
(33,23,30)
#1E151C
(30,21,28)
#1B131A
(27,19,26)
#181118
(24,17,24)
#150F16
(21,15,22)
#120D14
(18,13,20)
#0F0B12
(15,11,18)
#0C0910
(12,9,16)
#09070E
(9,7,14)
#06050C
(6,5,12)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #21171E

#21171E
(33,23,30)
#352C32
(53,44,50)
#494146
(73,65,70)
#5D565A
(93,86,90)
#716B6E
(113,107,110)
#858082
(133,128,130)
#999596
(153,149,150)
#ADAAAA
(173,170,170)
#C1BFBE
(193,191,190)
#D5D4D2
(213,212,210)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21171E color. Also use rgb(33,23,30) instead hex code.

Text Font Color

.myTextColor { color: #21171E; }

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

This text font color is #21171E.


Background Color

.myBgColor { background-color: #21171E; }

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

This div background color is #21171E.


Border color

.myBorderColor { border: 1px solid #21171E; }

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

This div border color is #21171E.


Opacity

.myOpacity80 { color: #21171E; opacity: 0.8; }

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

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

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

This text has shadow with #21171E color.

.textShadow {text-shadow: 3px 3px 1px #21171E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21171E on black background.


Color preview on white background

This text has color #21171E on white background.



Black color preview on #21171E background

This text has black color on #21171E background.


White color preview on #21171E background

This text has white color on #21171E background.