COLOR #120903

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
9
3

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

Portions of RGB colors in percentages

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

%60
%30

CMYK color model

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

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

CMYK: (0,50,83,93)
C0M50Y83K93 (0%, 50%, 83%, 93%)
(0.00 / 0.50 / 0.83 / 0.93)

CMYK percentages

%0
%50
%83.33
%92.94

Codes

Color #120903 in popluar color models

12 09 03
RGB 18 9 3
HSL 24° 71.43% 4.12%
HSB/HSV 24° 83.33% 7.06%
CMYK 0.00% 50.00% 83.33%
92.94%

Color #120903 in popluar number systems.

HEX 12 09 03
Decimal 18 9 3
Binary 10010 1001 11
Octal 22 11 3

Shades and tints

Shades of #120903

#120903
(18,9,3)
#110903
(17,9,3)
#100903
(16,9,3)
#0F0903
(15,9,3)
#0E0903
(14,9,3)
#0D0903
(13,9,3)
#0C0903
(12,9,3)
#0B0903
(11,9,3)
#0A0903
(10,9,3)
#090903
(9,9,3)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #120903

#120903
(18,9,3)
#271F19
(39,31,25)
#3C352F
(60,53,47)
#514B45
(81,75,69)
#66615B
(102,97,91)
#7B7771
(123,119,113)
#908D87
(144,141,135)
#A5A39D
(165,163,157)
#BAB9B3
(186,185,179)
#CFCFC9
(207,207,201)
#E4E5DF
(228,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120903; }

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

This text font color is #120903.

Background Color

.myBgColor { background-color: #120903; }

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

This div background color is #120903.

Border color

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

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

This div border color is #120903.

Opacity

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

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

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

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

This text has shadow with #120903 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120903.

Preview

Color preview on black background

This text has color #120903 on black background.


Color preview on white background

This text has color #120903 on white background.


Black color preview on #120903 background

This text has black color on #120903 background.


White color preview on #120903 background

This text has white color on #120903 background.


Related colors

Complementary color

Complementary color for #hex is #EDF6FC.


I love getcolorcode.com

Triadic colors

1 #031209 and #090312 with #120903 are triadic colors.

2 #030912 and #091203 with #120903 are triadic colors.