COLOR #212314

HEX: #212314
RGB: (33,35,20)

Color info

#212314 contains red, green and blue colors in about the same proportion. Web safe color of #212314 is #333300 (or #330).

RGB color model

#212314 color RGB value is (33,35,20).

  • red value is 33;
  • green value is 35;
  • blue value is 20.
RGB:
(33,35,20)
(13%,14%,8%)

RGB channels and saturation

R 33 of 255 = 13%
G 35 of 255 = 14%
B 20 of 255 = 8%

33
35
20

R + G + B ~ 12%. #212314 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 35 + 20 = 88 (100%)
R 33 of 88 ~ 37.5%
G 35 of 88 ~ 39.77%
B 20 of 88 ~ 22.73%

%37.5
%39.77
%22.73

CMYK color model

#212314 color CMYK value is (6,0,43,86).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 86.27%
CMYK:
(6,0,43,86)
C6M0Y43K86 
(6%,0%,43%,86%)
(0.06/0.00/0.43/0.86)	

CMYK percentages

%5.71
%0
%42.86
%86.27

Codes

Color #212314 in popluar color models

212314
RGB333520
HSL68°27.27%10.78%
HSB/HSV68°42.86%13.73%
CMYK5.71%0.00%42.86%
86.27%

Color #212314 in popluar number systems.

HEX212314
Decimal333520
Binary10000110001110100
Octal414324

Shades and tints

Shades of #212314

#212314
(33,35,20)
#1E2013
(30,32,19)
#1B1D12
(27,29,18)
#181A11
(24,26,17)
#151710
(21,23,16)
#12140F
(18,20,15)
#0F110E
(15,17,14)
#0C0E0D
(12,14,13)
#090B0C
(9,11,12)
#06080B
(6,8,11)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #212314

#212314
(33,35,20)
#353729
(53,55,41)
#494B3E
(73,75,62)
#5D5F53
(93,95,83)
#717368
(113,115,104)
#85877D
(133,135,125)
#999B92
(153,155,146)
#ADAFA7
(173,175,167)
#C1C3BC
(193,195,188)
#D5D7D1
(213,215,209)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212314; }

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

This text font color is #212314.


Background Color

.myBgColor { background-color: #212314; }

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

This div background color is #212314.


Border color

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

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

This div border color is #212314.


Opacity

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

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

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

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

This text has shadow with #212314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212314 on black background.


Color preview on white background

This text has color #212314 on white background.



Black color preview on #212314 background

This text has black color on #212314 background.


White color preview on #212314 background

This text has white color on #212314 background.