COLOR #121004

HEX: #121004 RGB: (18,16,4)

Color info

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

RGB color model

#121004 color RGB value is (18,16,4).

RGB: (18,16,4) (7%, 6%, 2%)

RGB channels and saturation

R 18 of 255 = 7%
G 16 of 255 = 6%
B 4 of 255 = 2%

18
16
4

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

Portions of RGB colors in percentages

R + G + B = 18 + 16 + 4 = 38 (100%)
R 18 of 38 ~ 47.37%
G 16 of 38 ~ 42.11%
B 4 of 38 ~ 10.53'%

%47.37
%42.11
%10.53

CMYK color model

#121004 color CMYK value is (0,11,78,93).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 77.78%
  • key color value is 92.94%

CMYK: (0,11,78,93)
C0M11Y78K93 (0%, 11%, 78%, 93%)
(0.00 / 0.11 / 0.78 / 0.93)

CMYK percentages

%0
%11.11
%77.78
%92.94

Codes

Color #121004 in popluar color models

12 10 04
RGB 18 16 4
HSL 51° 63.64% 4.31%
HSB/HSV 51° 77.78% 7.06%
CMYK 0.00% 11.11% 77.78%
92.94%

Color #121004 in popluar number systems.

HEX 12 10 04
Decimal 18 16 4
Binary 10010 10000 100
Octal 22 20 4

Shades and tints

Shades of #121004

#121004
(18,16,4)
#110F04
(17,15,4)
#100E04
(16,14,4)
#0F0D04
(15,13,4)
#0E0C04
(14,12,4)
#0D0B04
(13,11,4)
#0C0A04
(12,10,4)
#0B0904
(11,9,4)
#0A0804
(10,8,4)
#090704
(9,7,4)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #121004

#121004
(18,16,4)
#27251A
(39,37,26)
#3C3A30
(60,58,48)
#514F46
(81,79,70)
#66645C
(102,100,92)
#7B7972
(123,121,114)
#908E88
(144,142,136)
#A5A39E
(165,163,158)
#BAB8B4
(186,184,180)
#CFCDCA
(207,205,202)
#E4E2E0
(228,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121004; }

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

This text font color is #121004.

Background Color

.myBgColor { background-color: #121004; }

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

This div background color is #121004.

Border color

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

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

This div border color is #121004.

Opacity

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

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

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

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

This text has shadow with #121004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121004.

Preview

Color preview on black background

This text has color #121004 on black background.


Color preview on white background

This text has color #121004 on white background.


Black color preview on #121004 background

This text has black color on #121004 background.


White color preview on #121004 background

This text has white color on #121004 background.


Related colors

Complementary color

Complementary color for #hex is #EDEFFB.


I love getcolorcode.com

Triadic colors

1 #041210 and #100412 with #121004 are triadic colors.

2 #041012 and #101204 with #121004 are triadic colors.