COLOR #213237

HEX: #213237
RGB: (33,50,55)

Color info

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

RGB color model

#213237 color RGB value is (33,50,55).

  • red value is 33;
  • green value is 50;
  • blue value is 55.
RGB:
(33,50,55)
(13%,20%,22%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 55 of 255 = 22%

33
50
55

R + G + B ~ 18%. #213237 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 50 + 55 = 138 (100%)
R 33 of 138 ~ 23.91%
G 50 of 138 ~ 36.23%
B 55 of 138 ~ 39.86%

%23.91
%36.23
%39.86

CMYK color model

#213237 color CMYK value is (40,9,0,78).

  • cyan value is 40.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(40,9,0,78)
C40M9Y0K78 
(40%,9%,0%,78%)
(0.40/0.09/0.00/0.78)	

CMYK percentages

%40
%9.09
%0
%78.43

Codes

Color #213237 in popluar color models

213237
RGB335055
HSL194°25.00%17.25%
HSB/HSV194°40.00%21.57%
CMYK40.00%9.09%0.00%
78.43%

Color #213237 in popluar number systems.

HEX213237
Decimal335055
Binary100001110010110111
Octal416267

Shades and tints

Shades of #213237

#213237
(33,50,55)
#1E2E32
(30,46,50)
#1B2A2D
(27,42,45)
#182628
(24,38,40)
#152223
(21,34,35)
#121E1E
(18,30,30)
#0F1A19
(15,26,25)
#0C1614
(12,22,20)
#09120F
(9,18,15)
#060E0A
(6,14,10)
#030A05
(3,10,5)
#000000
(0,0,0)

Tints of #213237

#213237
(33,50,55)
#354449
(53,68,73)
#49565B
(73,86,91)
#5D686D
(93,104,109)
#717A7F
(113,122,127)
#858C91
(133,140,145)
#999EA3
(153,158,163)
#ADB0B5
(173,176,181)
#C1C2C7
(193,194,199)
#D5D4D9
(213,212,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213237 color. Also use rgb(33,50,55) instead hex code.

Text Font Color

.myTextColor { color: #213237; }

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

This text font color is #213237.


Background Color

.myBgColor { background-color: #213237; }

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

This div background color is #213237.


Border color

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

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

This div border color is #213237.


Opacity

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

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

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

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

This text has shadow with #213237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213237 on black background.


Color preview on white background

This text has color #213237 on white background.



Black color preview on #213237 background

This text has black color on #213237 background.


White color preview on #213237 background

This text has white color on #213237 background.