COLOR #212931

HEX: #212931
RGB: (33,41,49)

Color info

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

RGB color model

#212931 color RGB value is (33,41,49).

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

RGB channels and saturation

R 33 of 255 = 13%
G 41 of 255 = 16%
B 49 of 255 = 19%

33
41
49

R + G + B ~ 16%. #212931 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 49 = 123 (100%)
R 33 of 123 ~ 26.83%
G 41 of 123 ~ 33.33%
B 49 of 123 ~ 39.84%

%26.83
%33.33
%39.84

CMYK color model

#212931 color CMYK value is (33,16,0,81).

  • cyan value is 32.65%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(33,16,0,81)
C33M16Y0K81 
(33%,16%,0%,81%)
(0.33/0.16/0.00/0.81)	

CMYK percentages

%32.65
%16.33
%0
%80.78

Codes

Color #212931 in popluar color models

212931
RGB334149
HSL210°19.51%16.08%
HSB/HSV210°32.65%19.22%
CMYK32.65%16.33%0.00%
80.78%

Color #212931 in popluar number systems.

HEX212931
Decimal334149
Binary100001101001110001
Octal415161

Shades and tints

Shades of #212931

#212931
(33,41,49)
#1E262D
(30,38,45)
#1B2329
(27,35,41)
#182025
(24,32,37)
#151D21
(21,29,33)
#121A1D
(18,26,29)
#0F1719
(15,23,25)
#0C1415
(12,20,21)
#091111
(9,17,17)
#060E0D
(6,14,13)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #212931

#212931
(33,41,49)
#353C43
(53,60,67)
#494F55
(73,79,85)
#5D6267
(93,98,103)
#717579
(113,117,121)
#85888B
(133,136,139)
#999B9D
(153,155,157)
#ADAEAF
(173,174,175)
#C1C1C1
(193,193,193)
#D5D4D3
(213,212,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212931; }

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

This text font color is #212931.


Background Color

.myBgColor { background-color: #212931; }

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

This div background color is #212931.


Border color

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

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

This div border color is #212931.


Opacity

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

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

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

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

This text has shadow with #212931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212931 on black background.


Color preview on white background

This text has color #212931 on white background.



Black color preview on #212931 background

This text has black color on #212931 background.


White color preview on #212931 background

This text has white color on #212931 background.