COLOR #213D20

HEX: #213D20
RGB: (33,61,32)

Color info

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

RGB color model

#213D20 color RGB value is (33,61,32).

  • red value is 33;
  • green value is 61;
  • blue value is 32.
RGB:
(33,61,32)
(13%,24%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 61 of 255 = 24%
B 32 of 255 = 13%

33
61
32

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

Portions of RGB colors in percentages

R + G + B =
33 + 61 + 32 = 126 (100%)
R 33 of 126 ~ 26.19%
G 61 of 126 ~ 48.41%
B 32 of 126 ~ 25.4%

%26.19
%48.41
%25.4

CMYK color model

#213D20 color CMYK value is (46,0,48,76).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 76.08%
CMYK:
(46,0,48,76)
C46M0Y48K76 
(46%,0%,48%,76%)
(0.46/0.00/0.48/0.76)	

CMYK percentages

%45.9
%0
%47.54
%76.08

Codes

Color #213D20 in popluar color models

213D20
RGB336132
HSL118°31.18%18.24%
HSB/HSV118°47.54%23.92%
CMYK45.90%0.00%47.54%
76.08%

Color #213D20 in popluar number systems.

HEX213D20
Decimal336132
Binary100001111101100000
Octal417540

Shades and tints

Shades of #213D20

#213D20
(33,61,32)
#1E381E
(30,56,30)
#1B331C
(27,51,28)
#182E1A
(24,46,26)
#152918
(21,41,24)
#122416
(18,36,22)
#0F1F14
(15,31,20)
#0C1A12
(12,26,18)
#091510
(9,21,16)
#06100E
(6,16,14)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #213D20

#213D20
(33,61,32)
#354E34
(53,78,52)
#495F48
(73,95,72)
#5D705C
(93,112,92)
#718170
(113,129,112)
#859284
(133,146,132)
#99A398
(153,163,152)
#ADB4AC
(173,180,172)
#C1C5C0
(193,197,192)
#D5D6D4
(213,214,212)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213D20 color. Also use rgb(33,61,32) instead hex code.

Text Font Color

.myTextColor { color: #213D20; }

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

This text font color is #213D20.


Background Color

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

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

This div background color is #213D20.


Border color

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

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

This div border color is #213D20.


Opacity

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

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

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

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

This text has shadow with #213D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213D20 on black background.


Color preview on white background

This text has color #213D20 on white background.



Black color preview on #213D20 background

This text has black color on #213D20 background.


White color preview on #213D20 background

This text has white color on #213D20 background.