COLOR #213151

HEX: #213151
RGB: (33,49,81)

Color info

#213151 contains red, green and blue colors in about the same proportion. Web safe color of #213151 is #333366 (or #336).

RGB color model

#213151 color RGB value is (33,49,81).

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

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 81 of 255 = 32%

33
49
81

R + G + B ~ 21%. #213151 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 81 = 163 (100%)
R 33 of 163 ~ 20.25%
G 49 of 163 ~ 30.06%
B 81 of 163 ~ 49.69%

%20.25
%30.06
%49.69

CMYK color model

#213151 color CMYK value is (59,40,0,68).

  • cyan value is 59.26%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(59,40,0,68)
C59M40Y0K68 
(59%,40%,0%,68%)
(0.59/0.40/0.00/0.68)	

CMYK percentages

%59.26
%39.51
%0
%68.24

Codes

Color #213151 in popluar color models

213151
RGB334981
HSL220°42.11%22.35%
HSB/HSV220°59.26%31.76%
CMYK59.26%39.51%0.00%
68.24%

Color #213151 in popluar number systems.

HEX213151
Decimal334981
Binary1000011100011010001
Octal4161121

Shades and tints

Shades of #213151

#213151
(33,49,81)
#1E2D4A
(30,45,74)
#1B2943
(27,41,67)
#18253C
(24,37,60)
#152135
(21,33,53)
#121D2E
(18,29,46)
#0F1927
(15,25,39)
#0C1520
(12,21,32)
#091119
(9,17,25)
#060D12
(6,13,18)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #213151

#213151
(33,49,81)
#354360
(53,67,96)
#49556F
(73,85,111)
#5D677E
(93,103,126)
#71798D
(113,121,141)
#858B9C
(133,139,156)
#999DAB
(153,157,171)
#ADAFBA
(173,175,186)
#C1C1C9
(193,193,201)
#D5D3D8
(213,211,216)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213151; }

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

This text font color is #213151.


Background Color

.myBgColor { background-color: #213151; }

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

This div background color is #213151.


Border color

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

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

This div border color is #213151.


Opacity

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

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

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

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

This text has shadow with #213151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213151 on black background.


Color preview on white background

This text has color #213151 on white background.



Black color preview on #213151 background

This text has black color on #213151 background.


White color preview on #213151 background

This text has white color on #213151 background.