COLOR #210E13

HEX: #210E13
RGB: (33,14,19)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
14
19

R + G + B ~ 8%. #210E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 14 + 19 = 66 (100%)
R 33 of 66 ~ 50%
G 14 of 66 ~ 21.21%
B 19 of 66 ~ 28.79%

%50
%21.21
%28.79

CMYK color model

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

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

CMYK percentages

%0
%57.58
%42.42
%87.06

Codes

Color #210E13 in popluar color models

210E13
RGB331419
HSL344°40.43%9.22%
HSB/HSV344°57.58%12.94%
CMYK0.00%57.58%42.42%
87.06%

Color #210E13 in popluar number systems.

HEX210E13
Decimal331419
Binary100001111010011
Octal411623

Shades and tints

Shades of #210E13

#210E13
(33,14,19)
#1E0D12
(30,13,18)
#1B0C11
(27,12,17)
#180B10
(24,11,16)
#150A0F
(21,10,15)
#12090E
(18,9,14)
#0F080D
(15,8,13)
#0C070C
(12,7,12)
#09060B
(9,6,11)
#06050A
(6,5,10)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #210E13

#210E13
(33,14,19)
#352328
(53,35,40)
#49383D
(73,56,61)
#5D4D52
(93,77,82)
#716267
(113,98,103)
#85777C
(133,119,124)
#998C91
(153,140,145)
#ADA1A6
(173,161,166)
#C1B6BB
(193,182,187)
#D5CBD0
(213,203,208)
#E9E0E5
(233,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210E13; }

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

This text font color is #210E13.


Background Color

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

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

This div background color is #210E13.


Border color

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

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

This div border color is #210E13.


Opacity

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

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

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

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

This text has shadow with #210E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210E13 on black background.


Color preview on white background

This text has color #210E13 on white background.



Black color preview on #210E13 background

This text has black color on #210E13 background.


White color preview on #210E13 background

This text has white color on #210E13 background.