COLOR #213C3B

HEX: #213C3B
RGB: (33,60,59)

Color info

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

RGB color model

#213C3B color RGB value is (33,60,59).

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

RGB channels and saturation

R 33 of 255 = 13%
G 60 of 255 = 24%
B 59 of 255 = 23%

33
60
59

R + G + B ~ 20%. #213C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 60 + 59 = 152 (100%)
R 33 of 152 ~ 21.71%
G 60 of 152 ~ 39.47%
B 59 of 152 ~ 38.82%

%21.71
%39.47
%38.82

CMYK color model

#213C3B color CMYK value is (45,0,2,76).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 76.47%
CMYK:
(45,0,2,76)
C45M0Y2K76 
(45%,0%,2%,76%)
(0.45/0.00/0.02/0.76)	

CMYK percentages

%45
%0
%1.67
%76.47

Codes

Color #213C3B in popluar color models

213C3B
RGB336059
HSL178°29.03%18.24%
HSB/HSV178°45.00%23.53%
CMYK45.00%0.00%1.67%
76.47%

Color #213C3B in popluar number systems.

HEX213C3B
Decimal336059
Binary100001111100111011
Octal417473

Shades and tints

Shades of #213C3B

#213C3B
(33,60,59)
#1E3736
(30,55,54)
#1B3231
(27,50,49)
#182D2C
(24,45,44)
#152827
(21,40,39)
#122322
(18,35,34)
#0F1E1D
(15,30,29)
#0C1918
(12,25,24)
#091413
(9,20,19)
#060F0E
(6,15,14)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #213C3B

#213C3B
(33,60,59)
#354D4C
(53,77,76)
#495E5D
(73,94,93)
#5D6F6E
(93,111,110)
#71807F
(113,128,127)
#859190
(133,145,144)
#99A2A1
(153,162,161)
#ADB3B2
(173,179,178)
#C1C4C3
(193,196,195)
#D5D5D4
(213,213,212)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213C3B; }

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

This text font color is #213C3B.


Background Color

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

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

This div background color is #213C3B.


Border color

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

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

This div border color is #213C3B.


Opacity

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

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

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

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

This text has shadow with #213C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213C3B on black background.


Color preview on white background

This text has color #213C3B on white background.



Black color preview on #213C3B background

This text has black color on #213C3B background.


White color preview on #213C3B background

This text has white color on #213C3B background.