COLOR #213709

HEX: #213709
RGB: (33,55,9)

Color info

#213709 contains red, green and blue colors in about the same proportion. Web safe color of #213709 is #333300 (or #330).

RGB color model

#213709 color RGB value is (33,55,9).

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

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 9 of 255 = 4%

33
55
9

R + G + B ~ 13%. #213709 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 9 = 97 (100%)
R 33 of 97 ~ 34.02%
G 55 of 97 ~ 56.7%
B 9 of 97 ~ 9.28%

%34.02
%56.7

CMYK color model

#213709 color CMYK value is (40,0,84,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 83.64%
  • key color value is 78.43%
CMYK:
(40,0,84,78)
C40M0Y84K78 
(40%,0%,84%,78%)
(0.40/0.00/0.84/0.78)	

CMYK percentages

%40
%0
%83.64
%78.43

Codes

Color #213709 in popluar color models

213709
RGB33559
HSL89°71.88%12.55%
HSB/HSV89°83.64%21.57%
CMYK40.00%0.00%83.64%
78.43%

Color #213709 in popluar number systems.

HEX213709
Decimal33559
Binary1000011101111001
Octal416711

Shades and tints

Shades of #213709

#213709
(33,55,9)
#1E3209
(30,50,9)
#1B2D09
(27,45,9)
#182809
(24,40,9)
#152309
(21,35,9)
#121E09
(18,30,9)
#0F1909
(15,25,9)
#0C1409
(12,20,9)
#090F09
(9,15,9)
#060A09
(6,10,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #213709

#213709
(33,55,9)
#35491F
(53,73,31)
#495B35
(73,91,53)
#5D6D4B
(93,109,75)
#717F61
(113,127,97)
#859177
(133,145,119)
#99A38D
(153,163,141)
#ADB5A3
(173,181,163)
#C1C7B9
(193,199,185)
#D5D9CF
(213,217,207)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213709; }

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

This text font color is #213709.


Background Color

.myBgColor { background-color: #213709; }

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

This div background color is #213709.


Border color

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

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

This div border color is #213709.


Opacity

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

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

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

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

This text has shadow with #213709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213709 on black background.


Color preview on white background

This text has color #213709 on white background.



Black color preview on #213709 background

This text has black color on #213709 background.


White color preview on #213709 background

This text has white color on #213709 background.