COLOR #212308

HEX: #212308 RGB: (33,35,8)

Color info

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

RGB color model

#212308 color RGB value is (33,35,8).

RGB: (33,35,8) (13%, 14%, 3%)

RGB channels and saturation

R 33 of 255 = 13%
G 35 of 255 = 14%
B 8 of 255 = 3%

33
35
8

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

Portions of RGB colors in percentages

R + G + B = 33 + 35 + 8 = 76 (100%)
R 33 of 76 ~ 43.42%
G 35 of 76 ~ 46.05%
B 8 of 76 ~ 10.53'%

%43.42
%46.05
%10.53

CMYK color model

#212308 color CMYK value is (6,0,77,86).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 77.14%
  • key color value is 86.27%

CMYK: (6,0,77,86)
C6M0Y77K86 (6%, 0%, 77%, 86%)
(0.06 / 0.00 / 0.77 / 0.86)

CMYK percentages

%5.71
%0
%77.14
%86.27

Codes

Color #212308 in popluar color models

21 23 08
RGB 33 35 8
HSL 64° 62.79% 8.43%
HSB/HSV 64° 77.14% 13.73%
CMYK 5.71% 0.00% 77.14%
86.27%

Color #212308 in popluar number systems.

HEX 21 23 08
Decimal 33 35 8
Binary 100001 100011 1000
Octal 41 43 10

Shades and tints

Shades of #212308

#212308
(33,35,8)
#1E2008
(30,32,8)
#1B1D08
(27,29,8)
#181A08
(24,26,8)
#151708
(21,23,8)
#121408
(18,20,8)
#0F1108
(15,17,8)
#0C0E08
(12,14,8)
#090B08
(9,11,8)
#060808
(6,8,8)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #212308

#212308
(33,35,8)
#35371E
(53,55,30)
#494B34
(73,75,52)
#5D5F4A
(93,95,74)
#717360
(113,115,96)
#858776
(133,135,118)
#999B8C
(153,155,140)
#ADAFA2
(173,175,162)
#C1C3B8
(193,195,184)
#D5D7CE
(213,215,206)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212308; }

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

This text font color is #212308.

Background Color

.myBgColor { background-color: #212308; }

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

This div background color is #212308.

Border color

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

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

This div border color is #212308.

Opacity

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

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

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

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

This text has shadow with #212308 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212308.

Preview

Color preview on black background

This text has color #212308 on black background.


Color preview on white background

This text has color #212308 on white background.


Black color preview on #212308 background

This text has black color on #212308 background.


White color preview on #212308 background

This text has white color on #212308 background.


Related colors

Complementary color

Complementary color for #hex is #DEDCF7.


I love getcolorcode.com

Triadic colors

1 #082123 and #230821 with #212308 are triadic colors.

2 #082321 and #232108 with #212308 are triadic colors.