COLOR #212923

HEX: #212923
RGB: (33,41,35)

Color info

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

RGB color model

#212923 color RGB value is (33,41,35).

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

RGB channels and saturation

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

33
41
35

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

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 35 = 109 (100%)
R 33 of 109 ~ 30.28%
G 41 of 109 ~ 37.61%
B 35 of 109 ~ 32.11%

%30.28
%37.61
%32.11

CMYK color model

#212923 color CMYK value is (20,0,15,84).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 83.92%
CMYK:
(20,0,15,84)
C20M0Y15K84 
(20%,0%,15%,84%)
(0.20/0.00/0.15/0.84)	

CMYK percentages

%19.51
%0
%14.63
%83.92

Codes

Color #212923 in popluar color models

212923
RGB334135
HSL135°10.81%14.51%
HSB/HSV135°19.51%16.08%
CMYK19.51%0.00%14.63%
83.92%

Color #212923 in popluar number systems.

HEX212923
Decimal334135
Binary100001101001100011
Octal415143

Shades and tints

Shades of #212923

#212923
(33,41,35)
#1E2620
(30,38,32)
#1B231D
(27,35,29)
#18201A
(24,32,26)
#151D17
(21,29,23)
#121A14
(18,26,20)
#0F1711
(15,23,17)
#0C140E
(12,20,14)
#09110B
(9,17,11)
#060E08
(6,14,8)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #212923

#212923
(33,41,35)
#353C37
(53,60,55)
#494F4B
(73,79,75)
#5D625F
(93,98,95)
#717573
(113,117,115)
#858887
(133,136,135)
#999B9B
(153,155,155)
#ADAEAF
(173,174,175)
#C1C1C3
(193,193,195)
#D5D4D7
(213,212,215)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212923; }

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

This text font color is #212923.


Background Color

.myBgColor { background-color: #212923; }

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

This div background color is #212923.


Border color

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

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

This div border color is #212923.


Opacity

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

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

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

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

This text has shadow with #212923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212923 on black background.


Color preview on white background

This text has color #212923 on white background.



Black color preview on #212923 background

This text has black color on #212923 background.


White color preview on #212923 background

This text has white color on #212923 background.