COLOR #212231

HEX: #212231
RGB: (33,34,49)

Color info

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

RGB color model

#212231 color RGB value is (33,34,49).

  • red value is 33;
  • green value is 34;
  • blue value is 49.
RGB:
(33,34,49)
(13%,13%,19%)

RGB channels and saturation

R 33 of 255 = 13%
G 34 of 255 = 13%
B 49 of 255 = 19%

33
34
49

R + G + B ~ 15%. #212231 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 34 + 49 = 116 (100%)
R 33 of 116 ~ 28.45%
G 34 of 116 ~ 29.31%
B 49 of 116 ~ 42.24%

%28.45
%29.31
%42.24

CMYK color model

#212231 color CMYK value is (33,31,0,81).

  • cyan value is 32.65%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(33,31,0,81)
C33M31Y0K81 
(33%,31%,0%,81%)
(0.33/0.31/0.00/0.81)	

CMYK percentages

%32.65
%30.61
%0
%80.78

Codes

Color #212231 in popluar color models

212231
RGB333449
HSL236°19.51%16.08%
HSB/HSV236°32.65%19.22%
CMYK32.65%30.61%0.00%
80.78%

Color #212231 in popluar number systems.

HEX212231
Decimal333449
Binary100001100010110001
Octal414261

Shades and tints

Shades of #212231

#212231
(33,34,49)
#1E1F2D
(30,31,45)
#1B1C29
(27,28,41)
#181925
(24,25,37)
#151621
(21,22,33)
#12131D
(18,19,29)
#0F1019
(15,16,25)
#0C0D15
(12,13,21)
#090A11
(9,10,17)
#06070D
(6,7,13)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #212231

#212231
(33,34,49)
#353643
(53,54,67)
#494A55
(73,74,85)
#5D5E67
(93,94,103)
#717279
(113,114,121)
#85868B
(133,134,139)
#999A9D
(153,154,157)
#ADAEAF
(173,174,175)
#C1C2C1
(193,194,193)
#D5D6D3
(213,214,211)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212231; }

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

This text font color is #212231.


Background Color

.myBgColor { background-color: #212231; }

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

This div background color is #212231.


Border color

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

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

This div border color is #212231.


Opacity

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

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

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

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

This text has shadow with #212231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212231 on black background.


Color preview on white background

This text has color #212231 on white background.



Black color preview on #212231 background

This text has black color on #212231 background.


White color preview on #212231 background

This text has white color on #212231 background.