COLOR #212431

HEX: #212431
RGB: (33,36,49)

Color info

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

RGB color model

#212431 color RGB value is (33,36,49).

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

RGB channels and saturation

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

33
36
49

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

Portions of RGB colors in percentages

R + G + B =
33 + 36 + 49 = 118 (100%)
R 33 of 118 ~ 27.97%
G 36 of 118 ~ 30.51%
B 49 of 118 ~ 41.53%

%27.97
%30.51
%41.53

CMYK color model

#212431 color CMYK value is (33,27,0,81).

  • cyan value is 32.65%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(33,27,0,81)
C33M27Y0K81 
(33%,27%,0%,81%)
(0.33/0.27/0.00/0.81)	

CMYK percentages

%32.65
%26.53
%0
%80.78

Codes

Color #212431 in popluar color models

212431
RGB333649
HSL229°19.51%16.08%
HSB/HSV229°32.65%19.22%
CMYK32.65%26.53%0.00%
80.78%

Color #212431 in popluar number systems.

HEX212431
Decimal333649
Binary100001100100110001
Octal414461

Shades and tints

Shades of #212431

#212431
(33,36,49)
#1E212D
(30,33,45)
#1B1E29
(27,30,41)
#181B25
(24,27,37)
#151821
(21,24,33)
#12151D
(18,21,29)
#0F1219
(15,18,25)
#0C0F15
(12,15,21)
#090C11
(9,12,17)
#06090D
(6,9,13)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #212431

#212431
(33,36,49)
#353743
(53,55,67)
#494A55
(73,74,85)
#5D5D67
(93,93,103)
#717079
(113,112,121)
#85838B
(133,131,139)
#99969D
(153,150,157)
#ADA9AF
(173,169,175)
#C1BCC1
(193,188,193)
#D5CFD3
(213,207,211)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212431; }

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

This text font color is #212431.


Background Color

.myBgColor { background-color: #212431; }

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

This div background color is #212431.


Border color

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

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

This div border color is #212431.


Opacity

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

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

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

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

This text has shadow with #212431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212431 on black background.


Color preview on white background

This text has color #212431 on white background.



Black color preview on #212431 background

This text has black color on #212431 background.


White color preview on #212431 background

This text has white color on #212431 background.