COLOR #120304

HEX: #120304 RGB: (18,3,4)

Color info

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

RGB color model

#120304 color RGB value is (18,3,4).

RGB: (18,3,4) (7%, 1%, 2%)

RGB channels and saturation

R 18 of 255 = 7%
G 3 of 255 = 1%
B 4 of 255 = 2%

18
3
4

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

Portions of RGB colors in percentages

R + G + B = 18 + 3 + 4 = 25 (100%)
R 18 of 25 ~ 72%
G 3 of 25 ~ 12%
B 4 of 25 ~ 16'%

%72
%12
%16

CMYK color model

#120304 color CMYK value is (0,83,78,93).

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

CMYK: (0,83,78,93)
C0M83Y78K93 (0%, 83%, 78%, 93%)
(0.00 / 0.83 / 0.78 / 0.93)

CMYK percentages

%0
%83.33
%77.78
%92.94

Codes

Color #120304 in popluar color models

12 03 04
RGB 18 3 4
HSL 356° 71.43% 4.12%
HSB/HSV 356° 83.33% 7.06%
CMYK 0.00% 83.33% 77.78%
92.94%

Color #120304 in popluar number systems.

HEX 12 03 04
Decimal 18 3 4
Binary 10010 11 100
Octal 22 3 4

Shades and tints

Shades of #120304

#120304
(18,3,4)
#110304
(17,3,4)
#100304
(16,3,4)
#0F0304
(15,3,4)
#0E0304
(14,3,4)
#0D0304
(13,3,4)
#0C0304
(12,3,4)
#0B0304
(11,3,4)
#0A0304
(10,3,4)
#090304
(9,3,4)
#080304
(8,3,4)
#000000
(0,0,0)

Tints of #120304

#120304
(18,3,4)
#27191A
(39,25,26)
#3C2F30
(60,47,48)
#514546
(81,69,70)
#665B5C
(102,91,92)
#7B7172
(123,113,114)
#908788
(144,135,136)
#A59D9E
(165,157,158)
#BAB3B4
(186,179,180)
#CFC9CA
(207,201,202)
#E4DFE0
(228,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120304; }

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

This text font color is #120304.

Background Color

.myBgColor { background-color: #120304; }

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

This div background color is #120304.

Border color

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

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

This div border color is #120304.

Opacity

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

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

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

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

This text has shadow with #120304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120304.

Preview

Color preview on black background

This text has color #120304 on black background.


Color preview on white background

This text has color #120304 on white background.


Black color preview on #120304 background

This text has black color on #120304 background.


White color preview on #120304 background

This text has white color on #120304 background.


Related colors

Complementary color

Complementary color for #hex is #EDFCFB.


I love getcolorcode.com

Triadic colors

1 #041203 and #030412 with #120304 are triadic colors.

2 #040312 and #031204 with #120304 are triadic colors.