COLOR #212309

HEX: #212309 RGB: (33,35,9)

Color info

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

RGB color model

#212309 color RGB value is (33,35,9).

RGB: (33,35,9) (13%, 14%, 4%)

RGB channels and saturation

R 33 of 255 = 13%
G 35 of 255 = 14%
B 9 of 255 = 4%

33
35
9

R + G + B ~ 10%. #212309 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 35 + 9 = 77 (100%)
R 33 of 77 ~ 42.86%
G 35 of 77 ~ 45.45%
B 9 of 77 ~ 11.69'%

%42.86
%45.45
%11.69

CMYK color model

#212309 color CMYK value is (6,0,74,86).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 86.27%
CMYK: (6,0,74,86) C6M0Y74K86 (6%,0%,74%,86%) (0.06/0.00/0.74/0.86) 

CMYK percentages

%5.71
%0
%74.29
%86.27

Codes

Color #212309 in popluar color models

21 23 09
RGB 33 35 9
HSL 65° 59.09% 8.63%
HSB/HSV 65° 74.29% 13.73%
CMYK 5.71% 0.00% 74.29%
86.27%

Color #212309 in popluar number systems.

HEX 21 23 09
Decimal 33 35 9
Binary 100001 100011 1001
Octal 41 43 11

Shades and tints

Shades of #212309

#212309
(33,35,9)
#1E2009
(30,32,9)
#1B1D09
(27,29,9)
#181A09
(24,26,9)
#151709
(21,23,9)
#121409
(18,20,9)
#0F1109
(15,17,9)
#0C0E09
(12,14,9)
#090B09
(9,11,9)
#060809
(6,8,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #212309

#212309
(33,35,9)
#35371F
(53,55,31)
#494B35
(73,75,53)
#5D5F4B
(93,95,75)
#717361
(113,115,97)
#858777
(133,135,119)
#999B8D
(153,155,141)
#ADAFA3
(173,175,163)
#C1C3B9
(193,195,185)
#D5D7CF
(213,215,207)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212309; }

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

This text font color is #212309.

Background Color

.myBgColor { background-color: #212309; }

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

This div background color is #212309.

Border color

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

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

This div border color is #212309.

Opacity

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

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

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

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

This text has shadow with #212309 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212309.

Preview

Color preview on black background

This text has color #212309 on black background.


Color preview on white background

This text has color #212309 on white background.


Black color preview on #212309 background

This text has black color on #212309 background.


White color preview on #212309 background

This text has white color on #212309 background.


Related colors

Complementary color

Complementary color for #hex is #DEDCF6.


I love getcolorcode.com

Triadic colors

1 #092123 and #230921 with #212309 are triadic colors.

2 #092321 and #232109 with #212309 are triadic colors.