COLOR #213331

HEX: #213331
RGB: (33,51,49)

Color info

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

RGB color model

#213331 color RGB value is (33,51,49).

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

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 49 of 255 = 19%

33
51
49

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

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 49 = 133 (100%)
R 33 of 133 ~ 24.81%
G 51 of 133 ~ 38.35%
B 49 of 133 ~ 36.84%

%24.81
%38.35
%36.84

CMYK color model

#213331 color CMYK value is (35,0,4,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%
CMYK:
(35,0,4,80)
C35M0Y4K80 
(35%,0%,4%,80%)
(0.35/0.00/0.04/0.80)	

CMYK percentages

%35.29
%0
%3.92
%80

Codes

Color #213331 in popluar color models

213331
RGB335149
HSL173°21.43%16.47%
HSB/HSV173°35.29%20.00%
CMYK35.29%0.00%3.92%
80.00%

Color #213331 in popluar number systems.

HEX213331
Decimal335149
Binary100001110011110001
Octal416361

Shades and tints

Shades of #213331

#213331
(33,51,49)
#1E2F2D
(30,47,45)
#1B2B29
(27,43,41)
#182725
(24,39,37)
#152321
(21,35,33)
#121F1D
(18,31,29)
#0F1B19
(15,27,25)
#0C1715
(12,23,21)
#091311
(9,19,17)
#060F0D
(6,15,13)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #213331

#213331
(33,51,49)
#354543
(53,69,67)
#495755
(73,87,85)
#5D6967
(93,105,103)
#717B79
(113,123,121)
#858D8B
(133,141,139)
#999F9D
(153,159,157)
#ADB1AF
(173,177,175)
#C1C3C1
(193,195,193)
#D5D5D3
(213,213,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213331; }

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

This text font color is #213331.


Background Color

.myBgColor { background-color: #213331; }

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

This div background color is #213331.


Border color

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

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

This div border color is #213331.


Opacity

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

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

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

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

This text has shadow with #213331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213331 on black background.


Color preview on white background

This text has color #213331 on white background.



Black color preview on #213331 background

This text has black color on #213331 background.


White color preview on #213331 background

This text has white color on #213331 background.