COLOR #213B2F

HEX: #213B2F
RGB: (33,59,47)

Color info

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

RGB color model

#213B2F color RGB value is (33,59,47).

  • red value is 33;
  • green value is 59;
  • blue value is 47.
RGB:
(33,59,47)
(13%,23%,18%)

RGB channels and saturation

R 33 of 255 = 13%
G 59 of 255 = 23%
B 47 of 255 = 18%

33
59
47

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

Portions of RGB colors in percentages

R + G + B =
33 + 59 + 47 = 139 (100%)
R 33 of 139 ~ 23.74%
G 59 of 139 ~ 42.45%
B 47 of 139 ~ 33.81%

%23.74
%42.45
%33.81

CMYK color model

#213B2F color CMYK value is (44,0,20,77).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 76.86%
CMYK:
(44,0,20,77)
C44M0Y20K77 
(44%,0%,20%,77%)
(0.44/0.00/0.20/0.77)	

CMYK percentages

%44.07
%0
%20.34
%76.86

Codes

Color #213B2F in popluar color models

213B2F
RGB335947
HSL152°28.26%18.04%
HSB/HSV152°44.07%23.14%
CMYK44.07%0.00%20.34%
76.86%

Color #213B2F in popluar number systems.

HEX213B2F
Decimal335947
Binary100001111011101111
Octal417357

Shades and tints

Shades of #213B2F

#213B2F
(33,59,47)
#1E362B
(30,54,43)
#1B3127
(27,49,39)
#182C23
(24,44,35)
#15271F
(21,39,31)
#12221B
(18,34,27)
#0F1D17
(15,29,23)
#0C1813
(12,24,19)
#09130F
(9,19,15)
#060E0B
(6,14,11)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #213B2F

#213B2F
(33,59,47)
#354C41
(53,76,65)
#495D53
(73,93,83)
#5D6E65
(93,110,101)
#717F77
(113,127,119)
#859089
(133,144,137)
#99A19B
(153,161,155)
#ADB2AD
(173,178,173)
#C1C3BF
(193,195,191)
#D5D4D1
(213,212,209)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213B2F color. Also use rgb(33,59,47) instead hex code.

Text Font Color

.myTextColor { color: #213B2F; }

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

This text font color is #213B2F.


Background Color

.myBgColor { background-color: #213B2F; }

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

This div background color is #213B2F.


Border color

.myBorderColor { border: 1px solid #213B2F; }

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

This div border color is #213B2F.


Opacity

.myOpacity80 { color: #213B2F; opacity: 0.8; }

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

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

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

This text has shadow with #213B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213B2F on black background.


Color preview on white background

This text has color #213B2F on white background.



Black color preview on #213B2F background

This text has black color on #213B2F background.


White color preview on #213B2F background

This text has white color on #213B2F background.