COLOR #213F31

HEX: #213F31
RGB: (33,63,49)

Color info

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

RGB color model

#213F31 color RGB value is (33,63,49).

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

RGB channels and saturation

R 33 of 255 = 13%
G 63 of 255 = 25%
B 49 of 255 = 19%

33
63
49

R + G + B ~ 19%. #213F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 63 + 49 = 145 (100%)
R 33 of 145 ~ 22.76%
G 63 of 145 ~ 43.45%
B 49 of 145 ~ 33.79%

%22.76
%43.45
%33.79

CMYK color model

#213F31 color CMYK value is (48,0,22,75).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 75.29%
CMYK:
(48,0,22,75)
C48M0Y22K75 
(48%,0%,22%,75%)
(0.48/0.00/0.22/0.75)	

CMYK percentages

%47.62
%0
%22.22
%75.29

Codes

Color #213F31 in popluar color models

213F31
RGB336349
HSL152°31.25%18.82%
HSB/HSV152°47.62%24.71%
CMYK47.62%0.00%22.22%
75.29%

Color #213F31 in popluar number systems.

HEX213F31
Decimal336349
Binary100001111111110001
Octal417761

Shades and tints

Shades of #213F31

#213F31
(33,63,49)
#1E3A2D
(30,58,45)
#1B3529
(27,53,41)
#183025
(24,48,37)
#152B21
(21,43,33)
#12261D
(18,38,29)
#0F2119
(15,33,25)
#0C1C15
(12,28,21)
#091711
(9,23,17)
#06120D
(6,18,13)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #213F31

#213F31
(33,63,49)
#355043
(53,80,67)
#496155
(73,97,85)
#5D7267
(93,114,103)
#718379
(113,131,121)
#85948B
(133,148,139)
#99A59D
(153,165,157)
#ADB6AF
(173,182,175)
#C1C7C1
(193,199,193)
#D5D8D3
(213,216,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213F31; }

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

This text font color is #213F31.


Background Color

.myBgColor { background-color: #213F31; }

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

This div background color is #213F31.


Border color

.myBorderColor { border: 1px solid #213F31; }

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

This div border color is #213F31.


Opacity

.myOpacity80 { color: #213F31; opacity: 0.8; }

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

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

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

This text has shadow with #213F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213F31 on black background.


Color preview on white background

This text has color #213F31 on white background.



Black color preview on #213F31 background

This text has black color on #213F31 background.


White color preview on #213F31 background

This text has white color on #213F31 background.