COLOR #212429

HEX: #212429
RGB: (33,36,41)

Color info

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

RGB color model

#212429 color RGB value is (33,36,41).

  • red value is 33;
  • green value is 36;
  • blue value is 41.
RGB:
(33,36,41)
(13%,14%,16%)

RGB channels and saturation

R 33 of 255 = 13%
G 36 of 255 = 14%
B 41 of 255 = 16%

33
36
41

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

Portions of RGB colors in percentages

R + G + B =
33 + 36 + 41 = 110 (100%)
R 33 of 110 ~ 30%
G 36 of 110 ~ 32.73%
B 41 of 110 ~ 37.27%

%30
%32.73
%37.27

CMYK color model

#212429 color CMYK value is (20,12,0,84).

  • cyan value is 19.51%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(20,12,0,84)
C20M12Y0K84 
(20%,12%,0%,84%)
(0.20/0.12/0.00/0.84)	

CMYK percentages

%19.51
%12.2
%0
%83.92

Codes

Color #212429 in popluar color models

212429
RGB333641
HSL218°10.81%14.51%
HSB/HSV218°19.51%16.08%
CMYK19.51%12.20%0.00%
83.92%

Color #212429 in popluar number systems.

HEX212429
Decimal333641
Binary100001100100101001
Octal414451

Shades and tints

Shades of #212429

#212429
(33,36,41)
#1E2126
(30,33,38)
#1B1E23
(27,30,35)
#181B20
(24,27,32)
#15181D
(21,24,29)
#12151A
(18,21,26)
#0F1217
(15,18,23)
#0C0F14
(12,15,20)
#090C11
(9,12,17)
#06090E
(6,9,14)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #212429

#212429
(33,36,41)
#35373C
(53,55,60)
#494A4F
(73,74,79)
#5D5D62
(93,93,98)
#717075
(113,112,117)
#858388
(133,131,136)
#99969B
(153,150,155)
#ADA9AE
(173,169,174)
#C1BCC1
(193,188,193)
#D5CFD4
(213,207,212)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212429; }

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

This text font color is #212429.


Background Color

.myBgColor { background-color: #212429; }

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

This div background color is #212429.


Border color

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

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

This div border color is #212429.


Opacity

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

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

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

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

This text has shadow with #212429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212429 on black background.


Color preview on white background

This text has color #212429 on white background.



Black color preview on #212429 background

This text has black color on #212429 background.


White color preview on #212429 background

This text has white color on #212429 background.