COLOR #212331

HEX: #212331
RGB: (33,35,49)

Color info

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

RGB color model

#212331 color RGB value is (33,35,49).

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

RGB channels and saturation

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

33
35
49

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

Portions of RGB colors in percentages

R + G + B =
33 + 35 + 49 = 117 (100%)
R 33 of 117 ~ 28.21%
G 35 of 117 ~ 29.91%
B 49 of 117 ~ 41.88%

%28.21
%29.91
%41.88

CMYK color model

#212331 color CMYK value is (33,29,0,81).

  • cyan value is 32.65%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(33,29,0,81)
C33M29Y0K81 
(33%,29%,0%,81%)
(0.33/0.29/0.00/0.81)	

CMYK percentages

%32.65
%28.57
%0
%80.78

Codes

Color #212331 in popluar color models

212331
RGB333549
HSL233°19.51%16.08%
HSB/HSV233°32.65%19.22%
CMYK32.65%28.57%0.00%
80.78%

Color #212331 in popluar number systems.

HEX212331
Decimal333549
Binary100001100011110001
Octal414361

Shades and tints

Shades of #212331

#212331
(33,35,49)
#1E202D
(30,32,45)
#1B1D29
(27,29,41)
#181A25
(24,26,37)
#151721
(21,23,33)
#12141D
(18,20,29)
#0F1119
(15,17,25)
#0C0E15
(12,14,21)
#090B11
(9,11,17)
#06080D
(6,8,13)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #212331

#212331
(33,35,49)
#353743
(53,55,67)
#494B55
(73,75,85)
#5D5F67
(93,95,103)
#717379
(113,115,121)
#85878B
(133,135,139)
#999B9D
(153,155,157)
#ADAFAF
(173,175,175)
#C1C3C1
(193,195,193)
#D5D7D3
(213,215,211)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212331; }

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

This text font color is #212331.


Background Color

.myBgColor { background-color: #212331; }

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

This div background color is #212331.


Border color

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

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

This div border color is #212331.


Opacity

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

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

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

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

This text has shadow with #212331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212331 on black background.


Color preview on white background

This text has color #212331 on white background.



Black color preview on #212331 background

This text has black color on #212331 background.


White color preview on #212331 background

This text has white color on #212331 background.