COLOR #210F09

HEX: #210F09
RGB: (33,15,9)

Color info

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

RGB color model

#210F09 color RGB value is (33,15,9).

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

RGB channels and saturation

R 33 of 255 = 13%
G 15 of 255 = 6%
B 9 of 255 = 4%

33
15
9

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

Portions of RGB colors in percentages

R + G + B =
33 + 15 + 9 = 57 (100%)
R 33 of 57 ~ 57.89%
G 15 of 57 ~ 26.32%
B 9 of 57 ~ 15.79%

%57.89
%26.32
%15.79

CMYK color model

#210F09 color CMYK value is (0,55,73,87).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(0,55,73,87)
C0M55Y73K87 
(0%,55%,73%,87%)
(0.00/0.55/0.73/0.87)	

CMYK percentages

%0
%54.55
%72.73
%87.06

Codes

Color #210F09 in popluar color models

210F09
RGB33159
HSL15°57.14%8.24%
HSB/HSV15°72.73%12.94%
CMYK0.00%54.55%72.73%
87.06%

Color #210F09 in popluar number systems.

HEX210F09
Decimal33159
Binary10000111111001
Octal411711

Shades and tints

Shades of #210F09

#210F09
(33,15,9)
#1E0E09
(30,14,9)
#1B0D09
(27,13,9)
#180C09
(24,12,9)
#150B09
(21,11,9)
#120A09
(18,10,9)
#0F0909
(15,9,9)
#0C0809
(12,8,9)
#090709
(9,7,9)
#060609
(6,6,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #210F09

#210F09
(33,15,9)
#35241F
(53,36,31)
#493935
(73,57,53)
#5D4E4B
(93,78,75)
#716361
(113,99,97)
#857877
(133,120,119)
#998D8D
(153,141,141)
#ADA2A3
(173,162,163)
#C1B7B9
(193,183,185)
#D5CCCF
(213,204,207)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210F09; }

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

This text font color is #210F09.


Background Color

.myBgColor { background-color: #210F09; }

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

This div background color is #210F09.


Border color

.myBorderColor { border: 1px solid #210F09; }

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

This div border color is #210F09.


Opacity

.myOpacity80 { color: #210F09; opacity: 0.8; }

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

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

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

This text has shadow with #210F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210F09 on black background.


Color preview on white background

This text has color #210F09 on white background.



Black color preview on #210F09 background

This text has black color on #210F09 background.


White color preview on #210F09 background

This text has white color on #210F09 background.