COLOR #212123

HEX: #212123
RGB: (33,33,35)

Color info

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

RGB color model

#212123 color RGB value is (33,33,35).

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

RGB channels and saturation

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

33
33
35

R + G + B ~ 13%. #212123 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 33 + 35 = 101 (100%)
R 33 of 101 ~ 32.67%
G 33 of 101 ~ 32.67%
B 35 of 101 ~ 34.65%

%32.67
%32.67
%34.65

CMYK color model

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

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

CMYK percentages

%5.71
%5.71
%0
%86.27

Codes

Color #212123 in popluar color models

212123
RGB333335
HSL240°2.94%13.33%
HSB/HSV240°5.71%13.73%
CMYK5.71%5.71%0.00%
86.27%

Color #212123 in popluar number systems.

HEX212123
Decimal333335
Binary100001100001100011
Octal414143

Shades and tints

Shades of #212123

#212123
(33,33,35)
#1E1E20
(30,30,32)
#1B1B1D
(27,27,29)
#18181A
(24,24,26)
#151517
(21,21,23)
#121214
(18,18,20)
#0F0F11
(15,15,17)
#0C0C0E
(12,12,14)
#09090B
(9,9,11)
#060608
(6,6,8)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #212123

#212123
(33,33,35)
#353537
(53,53,55)
#49494B
(73,73,75)
#5D5D5F
(93,93,95)
#717173
(113,113,115)
#858587
(133,133,135)
#99999B
(153,153,155)
#ADADAF
(173,173,175)
#C1C1C3
(193,193,195)
#D5D5D7
(213,213,215)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212123; }

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

This text font color is #212123.


Background Color

.myBgColor { background-color: #212123; }

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

This div background color is #212123.


Border color

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

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

This div border color is #212123.


Opacity

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

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

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

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

This text has shadow with #212123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212123 on black background.


Color preview on white background

This text has color #212123 on white background.



Black color preview on #212123 background

This text has black color on #212123 background.


White color preview on #212123 background

This text has white color on #212123 background.