COLOR #212824

HEX: #212824
RGB: (33,40,36)

Color info

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

RGB color model

#212824 color RGB value is (33,40,36).

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

RGB channels and saturation

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

33
40
36

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

Portions of RGB colors in percentages

R + G + B =
33 + 40 + 36 = 109 (100%)
R 33 of 109 ~ 30.28%
G 40 of 109 ~ 36.7%
B 36 of 109 ~ 33.03%

%30.28
%36.7
%33.03

CMYK color model

#212824 color CMYK value is (18,0,10,84).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 84.31%
CMYK:
(18,0,10,84)
C18M0Y10K84 
(18%,0%,10%,84%)
(0.18/0.00/0.10/0.84)	

CMYK percentages

%17.5
%0
%10
%84.31

Codes

Color #212824 in popluar color models

212824
RGB334036
HSL146°9.59%14.31%
HSB/HSV146°17.50%15.69%
CMYK17.50%0.00%10.00%
84.31%

Color #212824 in popluar number systems.

HEX212824
Decimal334036
Binary100001101000100100
Octal415044

Shades and tints

Shades of #212824

#212824
(33,40,36)
#1E2521
(30,37,33)
#1B221E
(27,34,30)
#181F1B
(24,31,27)
#151C18
(21,28,24)
#121915
(18,25,21)
#0F1612
(15,22,18)
#0C130F
(12,19,15)
#09100C
(9,16,12)
#060D09
(6,13,9)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #212824

#212824
(33,40,36)
#353B37
(53,59,55)
#494E4A
(73,78,74)
#5D615D
(93,97,93)
#717470
(113,116,112)
#858783
(133,135,131)
#999A96
(153,154,150)
#ADADA9
(173,173,169)
#C1C0BC
(193,192,188)
#D5D3CF
(213,211,207)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212824; }

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

This text font color is #212824.


Background Color

.myBgColor { background-color: #212824; }

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

This div background color is #212824.


Border color

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

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

This div border color is #212824.


Opacity

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

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

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

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

This text has shadow with #212824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212824 on black background.


Color preview on white background

This text has color #212824 on white background.



Black color preview on #212824 background

This text has black color on #212824 background.


White color preview on #212824 background

This text has white color on #212824 background.