COLOR #210E21

HEX: #210E21
RGB: (33,14,33)

Color info

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

RGB color model

#210E21 color RGB value is (33,14,33).

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

RGB channels and saturation

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

33
14
33

R + G + B ~ 10%. #210E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 14 + 33 = 80 (100%)
R 33 of 80 ~ 41.25%
G 14 of 80 ~ 17.5%
B 33 of 80 ~ 41.25%

%41.25
%17.5
%41.25

CMYK color model

#210E21 color CMYK value is (0,58,0,87).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(0,58,0,87)
C0M58Y0K87 
(0%,58%,0%,87%)
(0.00/0.58/0.00/0.87)	

CMYK percentages

%0
%57.58
%0
%87.06

Codes

Color #210E21 in popluar color models

210E21
RGB331433
HSL300°40.43%9.22%
HSB/HSV300°57.58%12.94%
CMYK0.00%57.58%0.00%
87.06%

Color #210E21 in popluar number systems.

HEX210E21
Decimal331433
Binary1000011110100001
Octal411641

Shades and tints

Shades of #210E21

#210E21
(33,14,33)
#1E0D1E
(30,13,30)
#1B0C1B
(27,12,27)
#180B18
(24,11,24)
#150A15
(21,10,21)
#120912
(18,9,18)
#0F080F
(15,8,15)
#0C070C
(12,7,12)
#090609
(9,6,9)
#060506
(6,5,6)
#030403
(3,4,3)
#000000
(0,0,0)

Tints of #210E21

#210E21
(33,14,33)
#352335
(53,35,53)
#493849
(73,56,73)
#5D4D5D
(93,77,93)
#716271
(113,98,113)
#857785
(133,119,133)
#998C99
(153,140,153)
#ADA1AD
(173,161,173)
#C1B6C1
(193,182,193)
#D5CBD5
(213,203,213)
#E9E0E9
(233,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210E21 color. Also use rgb(33,14,33) instead hex code.

Text Font Color

.myTextColor { color: #210E21; }

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

This text font color is #210E21.


Background Color

.myBgColor { background-color: #210E21; }

<div style="background-color:#210E21">Inner text</div>

This div background color is #210E21.


Border color

.myBorderColor { border: 1px solid #210E21; }

<div style="border:3px solid #210E21">Div</div>

This div border color is #210E21.


Opacity

.myOpacity80 { color: #210E21; opacity: 0.8; }

<p style="color:#210E21;opacity:0.8;">80%</p>

Text with #210E21 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 #210E21;}

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

This text has shadow with #210E21 color.

.textShadow {text-shadow: 3px 3px 1px #210E21, 3px 3px 1px red;}

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

This text has shadow with #210E21 primary color and red secondary color.


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

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

This text has shadow with #210E21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210E21 on black background.


Color preview on white background

This text has color #210E21 on white background.



Black color preview on #210E21 background

This text has black color on #210E21 background.


White color preview on #210E21 background

This text has white color on #210E21 background.