COLOR #213109

HEX: #213109 RGB: (33,49,9)

Color info

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

RGB color model

#213109 color RGB value is (33,49,9).

RGB: (33,49,9) (13%, 19%, 4%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 9 of 255 = 4%

33
49
9

R + G + B ~ 12%. #213109 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 49 + 9 = 91 (100%)
R 33 of 91 ~ 36.26%
G 49 of 91 ~ 53.85%
B 9 of 91 ~ 9.89'%

%36.26
%53.85
%9.89

CMYK color model

#213109 color CMYK value is (33,0,82,81).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 81.63%
  • key color value is 80.78%
CMYK: (33,0,82,81) C33M0Y82K81 (33%,0%,82%,81%) (0.33/0.00/0.82/0.81) 

CMYK percentages

%32.65
%0
%81.63
%80.78

Codes

Color #213109 in popluar color models

21 31 09
RGB 33 49 9
HSL 84° 68.97% 11.37%
HSB/HSV 84° 81.63% 19.22%
CMYK 32.65% 0.00% 81.63%
80.78%

Color #213109 in popluar number systems.

HEX 21 31 09
Decimal 33 49 9
Binary 100001 110001 1001
Octal 41 61 11

Shades and tints

Shades of #213109

#213109
(33,49,9)
#1E2D09
(30,45,9)
#1B2909
(27,41,9)
#182509
(24,37,9)
#152109
(21,33,9)
#121D09
(18,29,9)
#0F1909
(15,25,9)
#0C1509
(12,21,9)
#091109
(9,17,9)
#060D09
(6,13,9)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #213109

#213109
(33,49,9)
#35431F
(53,67,31)
#495535
(73,85,53)
#5D674B
(93,103,75)
#717961
(113,121,97)
#858B77
(133,139,119)
#999D8D
(153,157,141)
#ADAFA3
(173,175,163)
#C1C1B9
(193,193,185)
#D5D3CF
(213,211,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213109; }

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

This text font color is #213109.

Background Color

.myBgColor { background-color: #213109; }

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

This div background color is #213109.

Border color

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

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

This div border color is #213109.

Opacity

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

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

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

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

This text has shadow with #213109 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213109.

Preview

Color preview on black background

This text has color #213109 on black background.


Color preview on white background

This text has color #213109 on white background.


Black color preview on #213109 background

This text has black color on #213109 background.


White color preview on #213109 background

This text has white color on #213109 background.


Related colors

Complementary color

Complementary color for #hex is #DECEF6.


I love getcolorcode.com

Triadic colors

1 #092131 and #310921 with #213109 are triadic colors.

2 #093121 and #312109 with #213109 are triadic colors.