COLOR #213B2A

HEX: #213B2A
RGB: (33,59,42)

Color info

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

RGB color model

#213B2A color RGB value is (33,59,42).

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

RGB channels and saturation

R 33 of 255 = 13%
G 59 of 255 = 23%
B 42 of 255 = 16%

33
59
42

R + G + B ~ 17%. #213B2A is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 59 + 42 = 134 (100%)
R 33 of 134 ~ 24.63%
G 59 of 134 ~ 44.03%
B 42 of 134 ~ 31.34%

%24.63
%44.03
%31.34

CMYK color model

#213B2A color CMYK value is (44,0,29,77).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 76.86%
CMYK:
(44,0,29,77)
C44M0Y29K77 
(44%,0%,29%,77%)
(0.44/0.00/0.29/0.77)	

CMYK percentages

%44.07
%0
%28.81
%76.86

Codes

Color #213B2A in popluar color models

213B2A
RGB335942
HSL141°28.26%18.04%
HSB/HSV141°44.07%23.14%
CMYK44.07%0.00%28.81%
76.86%

Color #213B2A in popluar number systems.

HEX213B2A
Decimal335942
Binary100001111011101010
Octal417352

Shades and tints

Shades of #213B2A

#213B2A
(33,59,42)
#1E3627
(30,54,39)
#1B3124
(27,49,36)
#182C21
(24,44,33)
#15271E
(21,39,30)
#12221B
(18,34,27)
#0F1D18
(15,29,24)
#0C1815
(12,24,21)
#091312
(9,19,18)
#060E0F
(6,14,15)
#03090C
(3,9,12)
#000000
(0,0,0)

Tints of #213B2A

#213B2A
(33,59,42)
#354C3D
(53,76,61)
#495D50
(73,93,80)
#5D6E63
(93,110,99)
#717F76
(113,127,118)
#859089
(133,144,137)
#99A19C
(153,161,156)
#ADB2AF
(173,178,175)
#C1C3C2
(193,195,194)
#D5D4D5
(213,212,213)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213B2A; }

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

This text font color is #213B2A.


Background Color

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

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

This div background color is #213B2A.


Border color

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

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

This div border color is #213B2A.


Opacity

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

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

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

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

This text has shadow with #213B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213B2A on black background.


Color preview on white background

This text has color #213B2A on white background.



Black color preview on #213B2A background

This text has black color on #213B2A background.


White color preview on #213B2A background

This text has white color on #213B2A background.