COLOR #212727

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
39
39

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

Portions of RGB colors in percentages

R + G + B = 33 + 39 + 39 = 111 (100%)
R 33 of 111 ~ 29.73%
G 39 of 111 ~ 35.14%
B 39 of 111 ~ 35.14'%

%29.73
%35.14
%35.14

CMYK color model

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

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

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

CMYK percentages

%15.38
%0
%0
%84.71

Codes

Color #212727 in popluar color models

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

Color #212727 in popluar number systems.

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

Shades and tints

Shades of #212727

#212727
(33,39,39)
#1E2424
(30,36,36)
#1B2121
(27,33,33)
#181E1E
(24,30,30)
#151B1B
(21,27,27)
#121818
(18,24,24)
#0F1515
(15,21,21)
#0C1212
(12,18,18)
#090F0F
(9,15,15)
#060C0C
(6,12,12)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #212727

#212727
(33,39,39)
#353A3A
(53,58,58)
#494D4D
(73,77,77)
#5D6060
(93,96,96)
#717373
(113,115,115)
#858686
(133,134,134)
#999999
(153,153,153)
#ADACAC
(173,172,172)
#C1BFBF
(193,191,191)
#D5D2D2
(213,210,210)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212727; }

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

This text font color is #212727.

Background Color

.myBgColor { background-color: #212727; }

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

This div background color is #212727.

Border color

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

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

This div border color is #212727.

Opacity

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

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

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

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

This text has shadow with #212727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212727.

Preview

Color preview on black background

This text has color #212727 on black background.


Color preview on white background

This text has color #212727 on white background.


Black color preview on #212727 background

This text has black color on #212727 background.


White color preview on #212727 background

This text has white color on #212727 background.


Related colors

Complementary color

Complementary color for #hex is #DED8D8.


I love getcolorcode.com