COLOR #212027

HEX: #212027
RGB: (33,32,39)

Color info

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

RGB color model

#212027 color RGB value is (33,32,39).

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

RGB channels and saturation

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

33
32
39

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

Portions of RGB colors in percentages

R + G + B =
33 + 32 + 39 = 104 (100%)
R 33 of 104 ~ 31.73%
G 32 of 104 ~ 30.77%
B 39 of 104 ~ 37.5%

%31.73
%30.77
%37.5

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(15,18,0,85)
C15M18Y0K85 
(15%,18%,0%,85%)
(0.15/0.18/0.00/0.85)	

CMYK percentages

%15.38
%17.95
%0
%84.71

Codes

Color #212027 in popluar color models

212027
RGB333239
HSL249°9.86%13.92%
HSB/HSV249°17.95%15.29%
CMYK15.38%17.95%0.00%
84.71%

Color #212027 in popluar number systems.

HEX212027
Decimal333239
Binary100001100000100111
Octal414047

Shades and tints

Shades of #212027

#212027
(33,32,39)
#1E1E24
(30,30,36)
#1B1C21
(27,28,33)
#181A1E
(24,26,30)
#15181B
(21,24,27)
#121618
(18,22,24)
#0F1415
(15,20,21)
#0C1212
(12,18,18)
#09100F
(9,16,15)
#060E0C
(6,14,12)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #212027

#212027
(33,32,39)
#35343A
(53,52,58)
#49484D
(73,72,77)
#5D5C60
(93,92,96)
#717073
(113,112,115)
#858486
(133,132,134)
#999899
(153,152,153)
#ADACAC
(173,172,172)
#C1C0BF
(193,192,191)
#D5D4D2
(213,212,210)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212027; }

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

This text font color is #212027.


Background Color

.myBgColor { background-color: #212027; }

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

This div background color is #212027.


Border color

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

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

This div border color is #212027.


Opacity

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

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

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

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

This text has shadow with #212027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212027 on black background.


Color preview on white background

This text has color #212027 on white background.



Black color preview on #212027 background

This text has black color on #212027 background.


White color preview on #212027 background

This text has white color on #212027 background.