COLOR #21050F

HEX: #21050F
RGB: (33,5,15)

Color info

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

RGB color model

#21050F color RGB value is (33,5,15).

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

RGB channels and saturation

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

33
5
15

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

Portions of RGB colors in percentages

R + G + B =
33 + 5 + 15 = 53 (100%)
R 33 of 53 ~ 62.26%
G 5 of 53 ~ 9.43%
B 15 of 53 ~ 28.3%

%62.26
%28.3

CMYK color model

#21050F color CMYK value is (0,85,55,87).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 54.55%
  • key color value is 87.06%
CMYK:
(0,85,55,87)
C0M85Y55K87 
(0%,85%,55%,87%)
(0.00/0.85/0.55/0.87)	

CMYK percentages

%0
%84.85
%54.55
%87.06

Codes

Color #21050F in popluar color models

21050F
RGB33515
HSL339°73.68%7.45%
HSB/HSV339°84.85%12.94%
CMYK0.00%84.85%54.55%
87.06%

Color #21050F in popluar number systems.

HEX21050F
Decimal33515
Binary1000011011111
Octal41517

Shades and tints

Shades of #21050F

#21050F
(33,5,15)
#1E050E
(30,5,14)
#1B050D
(27,5,13)
#18050C
(24,5,12)
#15050B
(21,5,11)
#12050A
(18,5,10)
#0F0509
(15,5,9)
#0C0508
(12,5,8)
#090507
(9,5,7)
#060506
(6,5,6)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #21050F

#21050F
(33,5,15)
#351B24
(53,27,36)
#493139
(73,49,57)
#5D474E
(93,71,78)
#715D63
(113,93,99)
#857378
(133,115,120)
#99898D
(153,137,141)
#AD9FA2
(173,159,162)
#C1B5B7
(193,181,183)
#D5CBCC
(213,203,204)
#E9E1E1
(233,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21050F; }

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

This text font color is #21050F.


Background Color

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

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

This div background color is #21050F.


Border color

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

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

This div border color is #21050F.


Opacity

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

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

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

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

This text has shadow with #21050F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21050F on black background.


Color preview on white background

This text has color #21050F on white background.



Black color preview on #21050F background

This text has black color on #21050F background.


White color preview on #21050F background

This text has white color on #21050F background.