COLOR #213720

HEX: #213720
RGB: (33,55,32)

Color info

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

RGB color model

#213720 color RGB value is (33,55,32).

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

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 32 of 255 = 13%

33
55
32

R + G + B ~ 16%. #213720 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 32 = 120 (100%)
R 33 of 120 ~ 27.5%
G 55 of 120 ~ 45.83%
B 32 of 120 ~ 26.67%

%27.5
%45.83
%26.67

CMYK color model

#213720 color CMYK value is (40,0,42,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(40,0,42,78)
C40M0Y42K78 
(40%,0%,42%,78%)
(0.40/0.00/0.42/0.78)	

CMYK percentages

%40
%0
%41.82
%78.43

Codes

Color #213720 in popluar color models

213720
RGB335532
HSL117°26.44%17.06%
HSB/HSV117°41.82%21.57%
CMYK40.00%0.00%41.82%
78.43%

Color #213720 in popluar number systems.

HEX213720
Decimal335532
Binary100001110111100000
Octal416740

Shades and tints

Shades of #213720

#213720
(33,55,32)
#1E321E
(30,50,30)
#1B2D1C
(27,45,28)
#18281A
(24,40,26)
#152318
(21,35,24)
#121E16
(18,30,22)
#0F1914
(15,25,20)
#0C1412
(12,20,18)
#090F10
(9,15,16)
#060A0E
(6,10,14)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #213720

#213720
(33,55,32)
#354934
(53,73,52)
#495B48
(73,91,72)
#5D6D5C
(93,109,92)
#717F70
(113,127,112)
#859184
(133,145,132)
#99A398
(153,163,152)
#ADB5AC
(173,181,172)
#C1C7C0
(193,199,192)
#D5D9D4
(213,217,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213720; }

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

This text font color is #213720.


Background Color

.myBgColor { background-color: #213720; }

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

This div background color is #213720.


Border color

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

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

This div border color is #213720.


Opacity

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

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

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

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

This text has shadow with #213720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213720 on black background.


Color preview on white background

This text has color #213720 on white background.



Black color preview on #213720 background

This text has black color on #213720 background.


White color preview on #213720 background

This text has white color on #213720 background.