COLOR #212018

HEX: #212018
RGB: (33,32,24)

Color info

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

RGB color model

#212018 color RGB value is (33,32,24).

  • red value is 33;
  • green value is 32;
  • blue value is 24.
RGB:
(33,32,24)
(13%,13%,9%)

RGB channels and saturation

R 33 of 255 = 13%
G 32 of 255 = 13%
B 24 of 255 = 9%

33
32
24

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

Portions of RGB colors in percentages

R + G + B =
33 + 32 + 24 = 89 (100%)
R 33 of 89 ~ 37.08%
G 32 of 89 ~ 35.96%
B 24 of 89 ~ 26.97%

%37.08
%35.96
%26.97

CMYK color model

#212018 color CMYK value is (0,3,27,87).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 27.27%
  • key color value is 87.06%
CMYK:
(0,3,27,87)
C0M3Y27K87 
(0%,3%,27%,87%)
(0.00/0.03/0.27/0.87)	

CMYK percentages

%0
%3.03
%27.27
%87.06

Codes

Color #212018 in popluar color models

212018
RGB333224
HSL53°15.79%11.18%
HSB/HSV53°27.27%12.94%
CMYK0.00%3.03%27.27%
87.06%

Color #212018 in popluar number systems.

HEX212018
Decimal333224
Binary10000110000011000
Octal414030

Shades and tints

Shades of #212018

#212018
(33,32,24)
#1E1E16
(30,30,22)
#1B1C14
(27,28,20)
#181A12
(24,26,18)
#151810
(21,24,16)
#12160E
(18,22,14)
#0F140C
(15,20,12)
#0C120A
(12,18,10)
#091008
(9,16,8)
#060E06
(6,14,6)
#030C04
(3,12,4)
#000000
(0,0,0)

Tints of #212018

#212018
(33,32,24)
#35342D
(53,52,45)
#494842
(73,72,66)
#5D5C57
(93,92,87)
#71706C
(113,112,108)
#858481
(133,132,129)
#999896
(153,152,150)
#ADACAB
(173,172,171)
#C1C0C0
(193,192,192)
#D5D4D5
(213,212,213)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212018 color. Also use rgb(33,32,24) instead hex code.

Text Font Color

.myTextColor { color: #212018; }

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

This text font color is #212018.


Background Color

.myBgColor { background-color: #212018; }

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

This div background color is #212018.


Border color

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

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

This div border color is #212018.


Opacity

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

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

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

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

This text has shadow with #212018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212018 on black background.


Color preview on white background

This text has color #212018 on white background.



Black color preview on #212018 background

This text has black color on #212018 background.


White color preview on #212018 background

This text has white color on #212018 background.