COLOR #21090D

HEX: #21090D
RGB: (33,9,13)

Color info

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

RGB color model

#21090D color RGB value is (33,9,13).

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

RGB channels and saturation

R 33 of 255 = 13%
G 9 of 255 = 4%
B 13 of 255 = 5%

33
9
13

R + G + B ~ 7%. #21090D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 9 + 13 = 55 (100%)
R 33 of 55 ~ 60%
G 9 of 55 ~ 16.36%
B 13 of 55 ~ 23.64%

%60
%16.36
%23.64

CMYK color model

#21090D color CMYK value is (0,73,61,87).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(0,73,61,87)
C0M73Y61K87 
(0%,73%,61%,87%)
(0.00/0.73/0.61/0.87)	

CMYK percentages

%0
%72.73
%60.61
%87.06

Codes

Color #21090D in popluar color models

21090D
RGB33913
HSL350°57.14%8.24%
HSB/HSV350°72.73%12.94%
CMYK0.00%72.73%60.61%
87.06%

Color #21090D in popluar number systems.

HEX21090D
Decimal33913
Binary10000110011101
Octal411115

Shades and tints

Shades of #21090D

#21090D
(33,9,13)
#1E090C
(30,9,12)
#1B090B
(27,9,11)
#18090A
(24,9,10)
#150909
(21,9,9)
#120908
(18,9,8)
#0F0907
(15,9,7)
#0C0906
(12,9,6)
#090905
(9,9,5)
#060904
(6,9,4)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #21090D

#21090D
(33,9,13)
#351F23
(53,31,35)
#493539
(73,53,57)
#5D4B4F
(93,75,79)
#716165
(113,97,101)
#85777B
(133,119,123)
#998D91
(153,141,145)
#ADA3A7
(173,163,167)
#C1B9BD
(193,185,189)
#D5CFD3
(213,207,211)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21090D; }

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

This text font color is #21090D.


Background Color

.myBgColor { background-color: #21090D; }

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

This div background color is #21090D.


Border color

.myBorderColor { border: 1px solid #21090D; }

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

This div border color is #21090D.


Opacity

.myOpacity80 { color: #21090D; opacity: 0.8; }

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

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

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

This text has shadow with #21090D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21090D on black background.


Color preview on white background

This text has color #21090D on white background.



Black color preview on #21090D background

This text has black color on #21090D background.


White color preview on #21090D background

This text has white color on #21090D background.