COLOR #21050D

HEX: #21050D
RGB: (33,5,13)

Color info

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

RGB color model

#21050D color RGB value is (33,5,13).

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

RGB channels and saturation

R 33 of 255 = 13%
G 5 of 255 = 2%
B 13 of 255 = 5%

33
5
13

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

Portions of RGB colors in percentages

R + G + B =
33 + 5 + 13 = 51 (100%)
R 33 of 51 ~ 64.71%
G 5 of 51 ~ 9.8%
B 13 of 51 ~ 25.49%

%64.71
%9.8
%25.49

CMYK color model

#21050D color CMYK value is (0,85,61,87).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(0,85,61,87)
C0M85Y61K87 
(0%,85%,61%,87%)
(0.00/0.85/0.61/0.87)	

CMYK percentages

%0
%84.85
%60.61
%87.06

Codes

Color #21050D in popluar color models

21050D
RGB33513
HSL343°73.68%7.45%
HSB/HSV343°84.85%12.94%
CMYK0.00%84.85%60.61%
87.06%

Color #21050D in popluar number systems.

HEX21050D
Decimal33513
Binary1000011011101
Octal41515

Shades and tints

Shades of #21050D

#21050D
(33,5,13)
#1E050C
(30,5,12)
#1B050B
(27,5,11)
#18050A
(24,5,10)
#150509
(21,5,9)
#120508
(18,5,8)
#0F0507
(15,5,7)
#0C0506
(12,5,6)
#090505
(9,5,5)
#060504
(6,5,4)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #21050D

#21050D
(33,5,13)
#351B23
(53,27,35)
#493139
(73,49,57)
#5D474F
(93,71,79)
#715D65
(113,93,101)
#85737B
(133,115,123)
#998991
(153,137,145)
#AD9FA7
(173,159,167)
#C1B5BD
(193,181,189)
#D5CBD3
(213,203,211)
#E9E1E9
(233,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21050D; }

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

This text font color is #21050D.


Background Color

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

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

This div background color is #21050D.


Border color

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

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

This div border color is #21050D.


Opacity

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

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

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

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

This text has shadow with #21050D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21050D on black background.


Color preview on white background

This text has color #21050D on white background.



Black color preview on #21050D background

This text has black color on #21050D background.


White color preview on #21050D background

This text has white color on #21050D background.