COLOR #121104

HEX: #121104
RGB: (18,17,4)

Color info

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

RGB color model

#121104 color RGB value is (18,17,4).

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

RGB channels and saturation

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

18
17
4

R + G + B ~ 5%. #121104 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 4 = 39 (100%)
R 18 of 39 ~ 46.15%
G 17 of 39 ~ 43.59%
B 4 of 39 ~ 10.26%

%46.15
%43.59
%10.26

CMYK color model

#121104 color CMYK value is (0,6,78,93).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 77.78%
  • key color value is 92.94%
CMYK:
(0,6,78,93)
C0M6Y78K93 
(0%,6%,78%,93%)
(0.00/0.06/0.78/0.93)	

CMYK percentages

%0
%5.56
%77.78
%92.94

Codes

Color #121104 in popluar color models

121104
RGB18174
HSL56°63.64%4.31%
HSB/HSV56°77.78%7.06%
CMYK0.00%5.56%77.78%
92.94%

Color #121104 in popluar number systems.

HEX121104
Decimal18174
Binary1001010001100
Octal22214

Shades and tints

Shades of #121104

#121104
(18,17,4)
#111004
(17,16,4)
#100F04
(16,15,4)
#0F0E04
(15,14,4)
#0E0D04
(14,13,4)
#0D0C04
(13,12,4)
#0C0B04
(12,11,4)
#0B0A04
(11,10,4)
#0A0904
(10,9,4)
#090804
(9,8,4)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #121104

#121104
(18,17,4)
#27261A
(39,38,26)
#3C3B30
(60,59,48)
#515046
(81,80,70)
#66655C
(102,101,92)
#7B7A72
(123,122,114)
#908F88
(144,143,136)
#A5A49E
(165,164,158)
#BAB9B4
(186,185,180)
#CFCECA
(207,206,202)
#E4E3E0
(228,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121104; }

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

This text font color is #121104.


Background Color

.myBgColor { background-color: #121104; }

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

This div background color is #121104.


Border color

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

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

This div border color is #121104.


Opacity

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

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

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

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

This text has shadow with #121104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121104 on black background.


Color preview on white background

This text has color #121104 on white background.



Black color preview on #121104 background

This text has black color on #121104 background.


White color preview on #121104 background

This text has white color on #121104 background.