COLOR #212829

HEX: #212829 RGB: (33,40,41)

Color info

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

RGB color model

#212829 color RGB value is (33,40,41).

RGB: (33,40,41) (13%, 16%, 16%)

RGB channels and saturation

R 33 of 255 = 13%
G 40 of 255 = 16%
B 41 of 255 = 16%

33
40
41

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

Portions of RGB colors in percentages

R + G + B = 33 + 40 + 41 = 114 (100%)
R 33 of 114 ~ 28.95%
G 40 of 114 ~ 35.09%
B 41 of 114 ~ 35.96'%

%28.95
%35.09
%35.96

CMYK color model

#212829 color CMYK value is (20,2,0,84).

  • cyan value is 19.51%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (20,2,0,84)
C20M2Y0K84 (20%, 2%, 0%, 84%)
(0.20 / 0.02 / 0.00 / 0.84)

CMYK percentages

%19.51
%2.44
%0
%83.92

Codes

Color #212829 in popluar color models

21 28 29
RGB 33 40 41
HSL 188° 10.81% 14.51%
HSB/HSV 188° 19.51% 16.08%
CMYK 19.51% 2.44% 0.00%
83.92%

Color #212829 in popluar number systems.

HEX 21 28 29
Decimal 33 40 41
Binary 100001 101000 101001
Octal 41 50 51

Shades and tints

Shades of #212829

#212829
(33,40,41)
#1E2526
(30,37,38)
#1B2223
(27,34,35)
#181F20
(24,31,32)
#151C1D
(21,28,29)
#12191A
(18,25,26)
#0F1617
(15,22,23)
#0C1314
(12,19,20)
#091011
(9,16,17)
#060D0E
(6,13,14)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #212829

#212829
(33,40,41)
#353B3C
(53,59,60)
#494E4F
(73,78,79)
#5D6162
(93,97,98)
#717475
(113,116,117)
#858788
(133,135,136)
#999A9B
(153,154,155)
#ADADAE
(173,173,174)
#C1C0C1
(193,192,193)
#D5D3D4
(213,211,212)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212829; }

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

This text font color is #212829.

Background Color

.myBgColor { background-color: #212829; }

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

This div background color is #212829.

Border color

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

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

This div border color is #212829.

Opacity

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

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

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

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

This text has shadow with #212829 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212829.

Preview

Color preview on black background

This text has color #212829 on black background.


Color preview on white background

This text has color #212829 on white background.


Black color preview on #212829 background

This text has black color on #212829 background.


White color preview on #212829 background

This text has white color on #212829 background.


Related colors

Complementary color

Complementary color for #hex is #DED7D6.


I love getcolorcode.com

Triadic colors

1 #292128 and #282921 with #212829 are triadic colors.

2 #292821 and #282129 with #212829 are triadic colors.