COLOR #21071B

HEX: #21071B
RGB: (33,7,27)

Color info

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

RGB color model

#21071B color RGB value is (33,7,27).

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

RGB channels and saturation

R 33 of 255 = 13%
G 7 of 255 = 3%
B 27 of 255 = 11%

33
7
27

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

Portions of RGB colors in percentages

R + G + B =
33 + 7 + 27 = 67 (100%)
R 33 of 67 ~ 49.25%
G 7 of 67 ~ 10.45%
B 27 of 67 ~ 40.3%

%49.25
%10.45
%40.3

CMYK color model

#21071B color CMYK value is (0,79,18,87).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(0,79,18,87)
C0M79Y18K87 
(0%,79%,18%,87%)
(0.00/0.79/0.18/0.87)	

CMYK percentages

%0
%78.79
%18.18
%87.06

Codes

Color #21071B in popluar color models

21071B
RGB33727
HSL314°65.00%7.84%
HSB/HSV314°78.79%12.94%
CMYK0.00%78.79%18.18%
87.06%

Color #21071B in popluar number systems.

HEX21071B
Decimal33727
Binary10000111111011
Octal41733

Shades and tints

Shades of #21071B

#21071B
(33,7,27)
#1E0719
(30,7,25)
#1B0717
(27,7,23)
#180715
(24,7,21)
#150713
(21,7,19)
#120711
(18,7,17)
#0F070F
(15,7,15)
#0C070D
(12,7,13)
#09070B
(9,7,11)
#060709
(6,7,9)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #21071B

#21071B
(33,7,27)
#351D2F
(53,29,47)
#493343
(73,51,67)
#5D4957
(93,73,87)
#715F6B
(113,95,107)
#85757F
(133,117,127)
#998B93
(153,139,147)
#ADA1A7
(173,161,167)
#C1B7BB
(193,183,187)
#D5CDCF
(213,205,207)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21071B; }

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

This text font color is #21071B.


Background Color

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

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

This div background color is #21071B.


Border color

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

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

This div border color is #21071B.


Opacity

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

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

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

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

This text has shadow with #21071B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21071B on black background.


Color preview on white background

This text has color #21071B on white background.



Black color preview on #21071B background

This text has black color on #21071B background.


White color preview on #21071B background

This text has white color on #21071B background.