COLOR #021104

HEX: #021104
RGB: (2,17,4)

Color info

#021104 contains red, green and blue colors in about the same proportion. Web safe color of #021104 is #000000 (or #000).

RGB color model

#021104 color RGB value is (2,17,4).

  • red value is 2;
  • green value is 17;
  • blue value is 4.
RGB:
(2,17,4)
(1%,7%,2%)

RGB channels and saturation

R 2 of 255 = 1%
G 17 of 255 = 7%
B 4 of 255 = 2%

2
17
4

R + G + B ~ 3%. #021104 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 17 + 4 = 23 (100%)
R 2 of 23 ~ 8.7%
G 17 of 23 ~ 73.91%
B 4 of 23 ~ 17.39%

%73.91
%17.39

CMYK color model

#021104 color CMYK value is (88,0,76,93).

  • cyan value is 88.24%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 93.33%
CMYK:
(88,0,76,93)
C88M0Y76K93 
(88%,0%,76%,93%)
(0.88/0.00/0.76/0.93)	

CMYK percentages

%88.24
%0
%76.47
%93.33

Codes

Color #021104 in popluar color models

021104
RGB2174
HSL128°78.95%3.73%
HSB/HSV128°88.24%6.67%
CMYK88.24%0.00%76.47%
93.33%

Color #021104 in popluar number systems.

HEX021104
Decimal2174
Binary1010001100
Octal2214

Shades and tints

Shades of #021104

#021104
(2,17,4)
#021004
(2,16,4)
#020F04
(2,15,4)
#020E04
(2,14,4)
#020D04
(2,13,4)
#020C04
(2,12,4)
#020B04
(2,11,4)
#020A04
(2,10,4)
#020904
(2,9,4)
#020804
(2,8,4)
#020704
(2,7,4)
#000000
(0,0,0)

Tints of #021104

#021104
(2,17,4)
#19261A
(25,38,26)
#303B30
(48,59,48)
#475046
(71,80,70)
#5E655C
(94,101,92)
#757A72
(117,122,114)
#8C8F88
(140,143,136)
#A3A49E
(163,164,158)
#BAB9B4
(186,185,180)
#D1CECA
(209,206,202)
#E8E3E0
(232,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021104 color. Also use rgb(2,17,4) instead hex code.

Text Font Color

.myTextColor { color: #021104; }

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

This text font color is #021104.


Background Color

.myBgColor { background-color: #021104; }

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

This div background color is #021104.


Border color

.myBorderColor { border: 1px solid #021104; }

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

This div border color is #021104.


Opacity

.myOpacity80 { color: #021104; opacity: 0.8; }

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

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

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

This text has shadow with #021104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021104 on black background.


Color preview on white background

This text has color #021104 on white background.



Black color preview on #021104 background

This text has black color on #021104 background.


White color preview on #021104 background

This text has white color on #021104 background.