COLOR #213739

HEX: #213739
RGB: (33,55,57)

Color info

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

RGB color model

#213739 color RGB value is (33,55,57).

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

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 57 of 255 = 22%

33
55
57

R + G + B ~ 19%. #213739 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 57 = 145 (100%)
R 33 of 145 ~ 22.76%
G 55 of 145 ~ 37.93%
B 57 of 145 ~ 39.31%

%22.76
%37.93
%39.31

CMYK color model

#213739 color CMYK value is (42,4,0,78).

  • cyan value is 42.11%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(42,4,0,78)
C42M4Y0K78 
(42%,4%,0%,78%)
(0.42/0.04/0.00/0.78)	

CMYK percentages

%42.11
%3.51
%0
%77.65

Codes

Color #213739 in popluar color models

213739
RGB335557
HSL185°26.67%17.65%
HSB/HSV185°42.11%22.35%
CMYK42.11%3.51%0.00%
77.65%

Color #213739 in popluar number systems.

HEX213739
Decimal335557
Binary100001110111111001
Octal416771

Shades and tints

Shades of #213739

#213739
(33,55,57)
#1E3234
(30,50,52)
#1B2D2F
(27,45,47)
#18282A
(24,40,42)
#152325
(21,35,37)
#121E20
(18,30,32)
#0F191B
(15,25,27)
#0C1416
(12,20,22)
#090F11
(9,15,17)
#060A0C
(6,10,12)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #213739

#213739
(33,55,57)
#35494B
(53,73,75)
#495B5D
(73,91,93)
#5D6D6F
(93,109,111)
#717F81
(113,127,129)
#859193
(133,145,147)
#99A3A5
(153,163,165)
#ADB5B7
(173,181,183)
#C1C7C9
(193,199,201)
#D5D9DB
(213,217,219)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213739; }

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

This text font color is #213739.


Background Color

.myBgColor { background-color: #213739; }

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

This div background color is #213739.


Border color

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

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

This div border color is #213739.


Opacity

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

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

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

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

This text has shadow with #213739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213739 on black background.


Color preview on white background

This text has color #213739 on white background.



Black color preview on #213739 background

This text has black color on #213739 background.


White color preview on #213739 background

This text has white color on #213739 background.