COLOR #21071E

HEX: #21071E
RGB: (33,7,30)

Color info

#21071E contains red, green and blue colors in about the same proportion. Web safe color of #21071E is #330033 (or #303).

RGB color model

#21071E color RGB value is (33,7,30).

  • red value is 33;
  • green value is 7;
  • blue value is 30.
RGB:
(33,7,30)
(13%,3%,12%)

RGB channels and saturation

R 33 of 255 = 13%
G 7 of 255 = 3%
B 30 of 255 = 12%

33
7
30

R + G + B ~ 9%. #21071E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 7 + 30 = 70 (100%)
R 33 of 70 ~ 47.14%
G 7 of 70 ~ 10%
B 30 of 70 ~ 42.86%

%47.14
%10
%42.86

CMYK color model

#21071E color CMYK value is (0,79,9,87).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(0,79,9,87)
C0M79Y9K87 
(0%,79%,9%,87%)
(0.00/0.79/0.09/0.87)	

CMYK percentages

%0
%78.79
%9.09
%87.06

Codes

Color #21071E in popluar color models

21071E
RGB33730
HSL307°65.00%7.84%
HSB/HSV307°78.79%12.94%
CMYK0.00%78.79%9.09%
87.06%

Color #21071E in popluar number systems.

HEX21071E
Decimal33730
Binary10000111111110
Octal41736

Shades and tints

Shades of #21071E

#21071E
(33,7,30)
#1E071C
(30,7,28)
#1B071A
(27,7,26)
#180718
(24,7,24)
#150716
(21,7,22)
#120714
(18,7,20)
#0F0712
(15,7,18)
#0C0710
(12,7,16)
#09070E
(9,7,14)
#06070C
(6,7,12)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #21071E

#21071E
(33,7,30)
#351D32
(53,29,50)
#493346
(73,51,70)
#5D495A
(93,73,90)
#715F6E
(113,95,110)
#857582
(133,117,130)
#998B96
(153,139,150)
#ADA1AA
(173,161,170)
#C1B7BE
(193,183,190)
#D5CDD2
(213,205,210)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21071E color. Also use rgb(33,7,30) instead hex code.

Text Font Color

.myTextColor { color: #21071E; }

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

This text font color is #21071E.


Background Color

.myBgColor { background-color: #21071E; }

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

This div background color is #21071E.


Border color

.myBorderColor { border: 1px solid #21071E; }

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

This div border color is #21071E.


Opacity

.myOpacity80 { color: #21071E; opacity: 0.8; }

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

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

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

This text has shadow with #21071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21071E on black background.


Color preview on white background

This text has color #21071E on white background.



Black color preview on #21071E background

This text has black color on #21071E background.


White color preview on #21071E background

This text has white color on #21071E background.