COLOR #213847

HEX: #213847
RGB: (33,56,71)

Color info

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

RGB color model

#213847 color RGB value is (33,56,71).

  • red value is 33;
  • green value is 56;
  • blue value is 71.
RGB:
(33,56,71)
(13%,22%,28%)

RGB channels and saturation

R 33 of 255 = 13%
G 56 of 255 = 22%
B 71 of 255 = 28%

33
56
71

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

Portions of RGB colors in percentages

R + G + B =
33 + 56 + 71 = 160 (100%)
R 33 of 160 ~ 20.63%
G 56 of 160 ~ 35%
B 71 of 160 ~ 44.38%

%20.63
%35
%44.38

CMYK color model

#213847 color CMYK value is (54,21,0,72).

  • cyan value is 53.52%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(54,21,0,72)
C54M21Y0K72 
(54%,21%,0%,72%)
(0.54/0.21/0.00/0.72)	

CMYK percentages

%53.52
%21.13
%0
%72.16

Codes

Color #213847 in popluar color models

213847
RGB335671
HSL204°36.54%20.39%
HSB/HSV204°53.52%27.84%
CMYK53.52%21.13%0.00%
72.16%

Color #213847 in popluar number systems.

HEX213847
Decimal335671
Binary1000011110001000111
Octal4170107

Shades and tints

Shades of #213847

#213847
(33,56,71)
#1E3341
(30,51,65)
#1B2E3B
(27,46,59)
#182935
(24,41,53)
#15242F
(21,36,47)
#121F29
(18,31,41)
#0F1A23
(15,26,35)
#0C151D
(12,21,29)
#091017
(9,16,23)
#060B11
(6,11,17)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #213847

#213847
(33,56,71)
#354A57
(53,74,87)
#495C67
(73,92,103)
#5D6E77
(93,110,119)
#718087
(113,128,135)
#859297
(133,146,151)
#99A4A7
(153,164,167)
#ADB6B7
(173,182,183)
#C1C8C7
(193,200,199)
#D5DAD7
(213,218,215)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213847 color. Also use rgb(33,56,71) instead hex code.

Text Font Color

.myTextColor { color: #213847; }

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

This text font color is #213847.


Background Color

.myBgColor { background-color: #213847; }

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

This div background color is #213847.


Border color

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

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

This div border color is #213847.


Opacity

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

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

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

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

This text has shadow with #213847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213847 on black background.


Color preview on white background

This text has color #213847 on white background.



Black color preview on #213847 background

This text has black color on #213847 background.


White color preview on #213847 background

This text has white color on #213847 background.