COLOR #211309

HEX: #211309
RGB: (33,19,9)

Color info

#211309 contains red, green and blue colors in about the same proportion. Web safe color of #211309 is #330000 (or #300).

RGB color model

#211309 color RGB value is (33,19,9).

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

RGB channels and saturation

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

33
19
9

R + G + B ~ 8%. #211309 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 19 + 9 = 61 (100%)
R 33 of 61 ~ 54.1%
G 19 of 61 ~ 31.15%
B 9 of 61 ~ 14.75%

%54.1
%31.15
%14.75

CMYK color model

#211309 color CMYK value is (0,42,73,87).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(0,42,73,87)
C0M42Y73K87 
(0%,42%,73%,87%)
(0.00/0.42/0.73/0.87)	

CMYK percentages

%0
%42.42
%72.73
%87.06

Codes

Color #211309 in popluar color models

211309
RGB33199
HSL25°57.14%8.24%
HSB/HSV25°72.73%12.94%
CMYK0.00%42.42%72.73%
87.06%

Color #211309 in popluar number systems.

HEX211309
Decimal33199
Binary100001100111001
Octal412311

Shades and tints

Shades of #211309

#211309
(33,19,9)
#1E1209
(30,18,9)
#1B1109
(27,17,9)
#181009
(24,16,9)
#150F09
(21,15,9)
#120E09
(18,14,9)
#0F0D09
(15,13,9)
#0C0C09
(12,12,9)
#090B09
(9,11,9)
#060A09
(6,10,9)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #211309

#211309
(33,19,9)
#35281F
(53,40,31)
#493D35
(73,61,53)
#5D524B
(93,82,75)
#716761
(113,103,97)
#857C77
(133,124,119)
#99918D
(153,145,141)
#ADA6A3
(173,166,163)
#C1BBB9
(193,187,185)
#D5D0CF
(213,208,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211309; }

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

This text font color is #211309.


Background Color

.myBgColor { background-color: #211309; }

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

This div background color is #211309.


Border color

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

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

This div border color is #211309.


Opacity

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

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

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

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

This text has shadow with #211309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211309 on black background.


Color preview on white background

This text has color #211309 on white background.



Black color preview on #211309 background

This text has black color on #211309 background.


White color preview on #211309 background

This text has white color on #211309 background.