COLOR #120306

HEX: #120306
RGB: (18,3,6)

Color info

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

RGB color model

#120306 color RGB value is (18,3,6).

  • red value is 18;
  • green value is 3;
  • blue value is 6.
RGB:
(18,3,6)
(7%,1%,2%)

RGB channels and saturation

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

18
3
6

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

Portions of RGB colors in percentages

R + G + B =
18 + 3 + 6 = 27 (100%)
R 18 of 27 ~ 66.67%
G 3 of 27 ~ 11.11%
B 6 of 27 ~ 22.22%

%66.67
%11.11
%22.22

CMYK color model

#120306 color CMYK value is (0,83,67,93).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK:
(0,83,67,93)
C0M83Y67K93 
(0%,83%,67%,93%)
(0.00/0.83/0.67/0.93)	

CMYK percentages

%0
%83.33
%66.67
%92.94

Codes

Color #120306 in popluar color models

120306
RGB1836
HSL348°71.43%4.12%
HSB/HSV348°83.33%7.06%
CMYK0.00%83.33%66.67%
92.94%

Color #120306 in popluar number systems.

HEX120306
Decimal1836
Binary1001011110
Octal2236

Shades and tints

Shades of #120306

#120306
(18,3,6)
#110306
(17,3,6)
#100306
(16,3,6)
#0F0306
(15,3,6)
#0E0306
(14,3,6)
#0D0306
(13,3,6)
#0C0306
(12,3,6)
#0B0306
(11,3,6)
#0A0306
(10,3,6)
#090306
(9,3,6)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #120306

#120306
(18,3,6)
#27191C
(39,25,28)
#3C2F32
(60,47,50)
#514548
(81,69,72)
#665B5E
(102,91,94)
#7B7174
(123,113,116)
#90878A
(144,135,138)
#A59DA0
(165,157,160)
#BAB3B6
(186,179,182)
#CFC9CC
(207,201,204)
#E4DFE2
(228,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120306; }

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

This text font color is #120306.


Background Color

.myBgColor { background-color: #120306; }

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

This div background color is #120306.


Border color

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

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

This div border color is #120306.


Opacity

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

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

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

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

This text has shadow with #120306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120306 on black background.


Color preview on white background

This text has color #120306 on white background.



Black color preview on #120306 background

This text has black color on #120306 background.


White color preview on #120306 background

This text has white color on #120306 background.