COLOR #212127

HEX: #212127 RGB: (33,33,39)

Color info

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

RGB color model

#212127 color RGB value is (33,33,39).

RGB: (33,33,39) (13%, 13%, 15%)

RGB channels and saturation

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

33
33
39

R + G + B ~ 14%. #212127 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 33 + 39 = 105 (100%)
R 33 of 105 ~ 31.43%
G 33 of 105 ~ 31.43%
B 39 of 105 ~ 37.14'%

%31.43
%31.43
%37.14

CMYK color model

#212127 color CMYK value is (15,15,0,85).

  • cyan value is 15.38%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (15,15,0,85)
C15M15Y0K85 (15%, 15%, 0%, 85%)
(0.15 / 0.15 / 0.00 / 0.85)

CMYK percentages

%15.38
%15.38
%0
%84.71

Codes

Color #212127 in popluar color models

21 21 27
RGB 33 33 39
HSL 240° 8.33% 14.12%
HSB/HSV 240° 15.38% 15.29%
CMYK 15.38% 15.38% 0.00%
84.71%

Color #212127 in popluar number systems.

HEX 21 21 27
Decimal 33 33 39
Binary 100001 100001 100111
Octal 41 41 47

Shades and tints

Shades of #212127

#212127
(33,33,39)
#1E1E24
(30,30,36)
#1B1B21
(27,27,33)
#18181E
(24,24,30)
#15151B
(21,21,27)
#121218
(18,18,24)
#0F0F15
(15,15,21)
#0C0C12
(12,12,18)
#09090F
(9,9,15)
#06060C
(6,6,12)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #212127

#212127
(33,33,39)
#35353A
(53,53,58)
#49494D
(73,73,77)
#5D5D60
(93,93,96)
#717173
(113,113,115)
#858586
(133,133,134)
#999999
(153,153,153)
#ADADAC
(173,173,172)
#C1C1BF
(193,193,191)
#D5D5D2
(213,213,210)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212127; }

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

This text font color is #212127.

Background Color

.myBgColor { background-color: #212127; }

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

This div background color is #212127.

Border color

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

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

This div border color is #212127.

Opacity

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

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

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

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

This text has shadow with #212127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212127.

Preview

Color preview on black background

This text has color #212127 on black background.


Color preview on white background

This text has color #212127 on white background.


Black color preview on #212127 background

This text has black color on #212127 background.


White color preview on #212127 background

This text has white color on #212127 background.


Related colors

Complementary color

Complementary color for #hex is #DEDED8.


I love getcolorcode.com