COLOR #21272C

HEX: #21272C
RGB: (33,39,44)

Color info

#21272C contains red, green and blue colors in about the same proportion. Web safe color of #21272C is #333333 (or #333).

RGB color model

#21272C color RGB value is (33,39,44).

  • red value is 33;
  • green value is 39;
  • blue value is 44.
RGB:
(33,39,44)
(13%,15%,17%)

RGB channels and saturation

R 33 of 255 = 13%
G 39 of 255 = 15%
B 44 of 255 = 17%

33
39
44

R + G + B ~ 15%. #21272C is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 39 + 44 = 116 (100%)
R 33 of 116 ~ 28.45%
G 39 of 116 ~ 33.62%
B 44 of 116 ~ 37.93%

%28.45
%33.62
%37.93

CMYK color model

#21272C color CMYK value is (25,11,0,83).

  • cyan value is 25.00%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(25,11,0,83)
C25M11Y0K83 
(25%,11%,0%,83%)
(0.25/0.11/0.00/0.83)	

CMYK percentages

%25
%11.36
%0
%82.75

Codes

Color #21272C in popluar color models

21272C
RGB333944
HSL207°14.29%15.10%
HSB/HSV207°25.00%17.25%
CMYK25.00%11.36%0.00%
82.75%

Color #21272C in popluar number systems.

HEX21272C
Decimal333944
Binary100001100111101100
Octal414754

Shades and tints

Shades of #21272C

#21272C
(33,39,44)
#1E2428
(30,36,40)
#1B2124
(27,33,36)
#181E20
(24,30,32)
#151B1C
(21,27,28)
#121818
(18,24,24)
#0F1514
(15,21,20)
#0C1210
(12,18,16)
#090F0C
(9,15,12)
#060C08
(6,12,8)
#030904
(3,9,4)
#000000
(0,0,0)

Tints of #21272C

#21272C
(33,39,44)
#353A3F
(53,58,63)
#494D52
(73,77,82)
#5D6065
(93,96,101)
#717378
(113,115,120)
#85868B
(133,134,139)
#99999E
(153,153,158)
#ADACB1
(173,172,177)
#C1BFC4
(193,191,196)
#D5D2D7
(213,210,215)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21272C color. Also use rgb(33,39,44) instead hex code.

Text Font Color

.myTextColor { color: #21272C; }

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

This text font color is #21272C.


Background Color

.myBgColor { background-color: #21272C; }

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

This div background color is #21272C.


Border color

.myBorderColor { border: 1px solid #21272C; }

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

This div border color is #21272C.


Opacity

.myOpacity80 { color: #21272C; opacity: 0.8; }

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

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

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

This text has shadow with #21272C color.

.textShadow {text-shadow: 3px 3px 1px #21272C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21272C on black background.


Color preview on white background

This text has color #21272C on white background.



Black color preview on #21272C background

This text has black color on #21272C background.


White color preview on #21272C background

This text has white color on #21272C background.