COLOR #213733

HEX: #213733
RGB: (33,55,51)

Color info

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

RGB color model

#213733 color RGB value is (33,55,51).

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

RGB channels and saturation

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

33
55
51

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

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 51 = 139 (100%)
R 33 of 139 ~ 23.74%
G 55 of 139 ~ 39.57%
B 51 of 139 ~ 36.69%

%23.74
%39.57
%36.69

CMYK color model

#213733 color CMYK value is (40,0,7,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 78.43%
CMYK:
(40,0,7,78)
C40M0Y7K78 
(40%,0%,7%,78%)
(0.40/0.00/0.07/0.78)	

CMYK percentages

%40
%0
%7.27
%78.43

Codes

Color #213733 in popluar color models

213733
RGB335551
HSL169°25.00%17.25%
HSB/HSV169°40.00%21.57%
CMYK40.00%0.00%7.27%
78.43%

Color #213733 in popluar number systems.

HEX213733
Decimal335551
Binary100001110111110011
Octal416763

Shades and tints

Shades of #213733

#213733
(33,55,51)
#1E322F
(30,50,47)
#1B2D2B
(27,45,43)
#182827
(24,40,39)
#152323
(21,35,35)
#121E1F
(18,30,31)
#0F191B
(15,25,27)
#0C1417
(12,20,23)
#090F13
(9,15,19)
#060A0F
(6,10,15)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #213733

#213733
(33,55,51)
#354945
(53,73,69)
#495B57
(73,91,87)
#5D6D69
(93,109,105)
#717F7B
(113,127,123)
#85918D
(133,145,141)
#99A39F
(153,163,159)
#ADB5B1
(173,181,177)
#C1C7C3
(193,199,195)
#D5D9D5
(213,217,213)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213733; }

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

This text font color is #213733.


Background Color

.myBgColor { background-color: #213733; }

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

This div background color is #213733.


Border color

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

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

This div border color is #213733.


Opacity

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

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

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

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

This text has shadow with #213733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213733 on black background.


Color preview on white background

This text has color #213733 on white background.



Black color preview on #213733 background

This text has black color on #213733 background.


White color preview on #213733 background

This text has white color on #213733 background.