COLOR #212924

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
41
36

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

Portions of RGB colors in percentages

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

%30
%37.27
%32.73

CMYK color model

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

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

CMYK percentages

%19.51
%0
%12.2
%83.92

Codes

Color #212924 in popluar color models

212924
RGB334136
HSL143°10.81%14.51%
HSB/HSV143°19.51%16.08%
CMYK19.51%0.00%12.20%
83.92%

Color #212924 in popluar number systems.

HEX212924
Decimal334136
Binary100001101001100100
Octal415144

Shades and tints

Shades of #212924

#212924
(33,41,36)
#1E2621
(30,38,33)
#1B231E
(27,35,30)
#18201B
(24,32,27)
#151D18
(21,29,24)
#121A15
(18,26,21)
#0F1712
(15,23,18)
#0C140F
(12,20,15)
#09110C
(9,17,12)
#060E09
(6,14,9)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #212924

#212924
(33,41,36)
#353C37
(53,60,55)
#494F4A
(73,79,74)
#5D625D
(93,98,93)
#717570
(113,117,112)
#858883
(133,136,131)
#999B96
(153,155,150)
#ADAEA9
(173,174,169)
#C1C1BC
(193,193,188)
#D5D4CF
(213,212,207)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212924; }

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

This text font color is #212924.


Background Color

.myBgColor { background-color: #212924; }

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

This div background color is #212924.


Border color

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

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

This div border color is #212924.


Opacity

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

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

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

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

This text has shadow with #212924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212924 on black background.


Color preview on white background

This text has color #212924 on white background.



Black color preview on #212924 background

This text has black color on #212924 background.


White color preview on #212924 background

This text has white color on #212924 background.