COLOR #213031

HEX: #213031
RGB: (33,48,49)

Color info

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

RGB color model

#213031 color RGB value is (33,48,49).

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

RGB channels and saturation

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

33
48
49

R + G + B ~ 17%. #213031 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 48 + 49 = 130 (100%)
R 33 of 130 ~ 25.38%
G 48 of 130 ~ 36.92%
B 49 of 130 ~ 37.69%

%25.38
%36.92
%37.69

CMYK color model

#213031 color CMYK value is (33,2,0,81).

  • cyan value is 32.65%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(33,2,0,81)
C33M2Y0K81 
(33%,2%,0%,81%)
(0.33/0.02/0.00/0.81)	

CMYK percentages

%32.65
%2.04
%0
%80.78

Codes

Color #213031 in popluar color models

213031
RGB334849
HSL184°19.51%16.08%
HSB/HSV184°32.65%19.22%
CMYK32.65%2.04%0.00%
80.78%

Color #213031 in popluar number systems.

HEX213031
Decimal334849
Binary100001110000110001
Octal416061

Shades and tints

Shades of #213031

#213031
(33,48,49)
#1E2C2D
(30,44,45)
#1B2829
(27,40,41)
#182425
(24,36,37)
#152021
(21,32,33)
#121C1D
(18,28,29)
#0F1819
(15,24,25)
#0C1415
(12,20,21)
#091011
(9,16,17)
#060C0D
(6,12,13)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #213031

#213031
(33,48,49)
#354243
(53,66,67)
#495455
(73,84,85)
#5D6667
(93,102,103)
#717879
(113,120,121)
#858A8B
(133,138,139)
#999C9D
(153,156,157)
#ADAEAF
(173,174,175)
#C1C0C1
(193,192,193)
#D5D2D3
(213,210,211)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213031; }

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

This text font color is #213031.


Background Color

.myBgColor { background-color: #213031; }

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

This div background color is #213031.


Border color

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

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

This div border color is #213031.


Opacity

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

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

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

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

This text has shadow with #213031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213031 on black background.


Color preview on white background

This text has color #213031 on white background.



Black color preview on #213031 background

This text has black color on #213031 background.


White color preview on #213031 background

This text has white color on #213031 background.