COLOR #120309

HEX: #120309
RGB: (18,3,9)

Color info

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

RGB color model

#120309 color RGB value is (18,3,9).

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

RGB channels and saturation

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

18
3
9

R + G + B ~ 4%. #120309 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 3 + 9 = 30 (100%)
R 18 of 30 ~ 60%
G 3 of 30 ~ 10%
B 9 of 30 ~ 30%

%60
%10
%30

CMYK color model

#120309 color CMYK value is (0,83,50,93).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 50.00%
  • key color value is 92.94%
CMYK:
(0,83,50,93)
C0M83Y50K93 
(0%,83%,50%,93%)
(0.00/0.83/0.50/0.93)	

CMYK percentages

%0
%83.33
%50
%92.94

Codes

Color #120309 in popluar color models

120309
RGB1839
HSL336°71.43%4.12%
HSB/HSV336°83.33%7.06%
CMYK0.00%83.33%50.00%
92.94%

Color #120309 in popluar number systems.

HEX120309
Decimal1839
Binary10010111001
Octal22311

Shades and tints

Shades of #120309

#120309
(18,3,9)
#110309
(17,3,9)
#100309
(16,3,9)
#0F0309
(15,3,9)
#0E0309
(14,3,9)
#0D0309
(13,3,9)
#0C0309
(12,3,9)
#0B0309
(11,3,9)
#0A0309
(10,3,9)
#090309
(9,3,9)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #120309

#120309
(18,3,9)
#27191F
(39,25,31)
#3C2F35
(60,47,53)
#51454B
(81,69,75)
#665B61
(102,91,97)
#7B7177
(123,113,119)
#90878D
(144,135,141)
#A59DA3
(165,157,163)
#BAB3B9
(186,179,185)
#CFC9CF
(207,201,207)
#E4DFE5
(228,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120309; }

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

This text font color is #120309.


Background Color

.myBgColor { background-color: #120309; }

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

This div background color is #120309.


Border color

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

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

This div border color is #120309.


Opacity

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

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

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

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

This text has shadow with #120309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120309 on black background.


Color preview on white background

This text has color #120309 on white background.



Black color preview on #120309 background

This text has black color on #120309 background.


White color preview on #120309 background

This text has white color on #120309 background.