COLOR #213037

HEX: #213037
RGB: (33,48,55)

Color info

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

RGB color model

#213037 color RGB value is (33,48,55).

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

RGB channels and saturation

R 33 of 255 = 13%
G 48 of 255 = 19%
B 55 of 255 = 22%

33
48
55

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

Portions of RGB colors in percentages

R + G + B =
33 + 48 + 55 = 136 (100%)
R 33 of 136 ~ 24.26%
G 48 of 136 ~ 35.29%
B 55 of 136 ~ 40.44%

%24.26
%35.29
%40.44

CMYK color model

#213037 color CMYK value is (40,13,0,78).

  • cyan value is 40.00%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(40,13,0,78)
C40M13Y0K78 
(40%,13%,0%,78%)
(0.40/0.13/0.00/0.78)	

CMYK percentages

%40
%12.73
%0
%78.43

Codes

Color #213037 in popluar color models

213037
RGB334855
HSL199°25.00%17.25%
HSB/HSV199°40.00%21.57%
CMYK40.00%12.73%0.00%
78.43%

Color #213037 in popluar number systems.

HEX213037
Decimal334855
Binary100001110000110111
Octal416067

Shades and tints

Shades of #213037

#213037
(33,48,55)
#1E2C32
(30,44,50)
#1B282D
(27,40,45)
#182428
(24,36,40)
#152023
(21,32,35)
#121C1E
(18,28,30)
#0F1819
(15,24,25)
#0C1414
(12,20,20)
#09100F
(9,16,15)
#060C0A
(6,12,10)
#030805
(3,8,5)
#000000
(0,0,0)

Tints of #213037

#213037
(33,48,55)
#354249
(53,66,73)
#49545B
(73,84,91)
#5D666D
(93,102,109)
#71787F
(113,120,127)
#858A91
(133,138,145)
#999CA3
(153,156,163)
#ADAEB5
(173,174,181)
#C1C0C7
(193,192,199)
#D5D2D9
(213,210,217)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213037; }

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

This text font color is #213037.


Background Color

.myBgColor { background-color: #213037; }

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

This div background color is #213037.


Border color

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

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

This div border color is #213037.


Opacity

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

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

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

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

This text has shadow with #213037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213037 on black background.


Color preview on white background

This text has color #213037 on white background.



Black color preview on #213037 background

This text has black color on #213037 background.


White color preview on #213037 background

This text has white color on #213037 background.