COLOR #120F03

HEX: #120F03
RGB: (18,15,3)

Color info

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

RGB color model

#120F03 color RGB value is (18,15,3).

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

RGB channels and saturation

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

18
15
3

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

Portions of RGB colors in percentages

R + G + B =
18 + 15 + 3 = 36 (100%)
R 18 of 36 ~ 50%
G 15 of 36 ~ 41.67%
B 3 of 36 ~ 8.33%

%50
%41.67

CMYK color model

#120F03 color CMYK value is (0,17,83,93).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 83.33%
  • key color value is 92.94%
CMYK:
(0,17,83,93)
C0M17Y83K93 
(0%,17%,83%,93%)
(0.00/0.17/0.83/0.93)	

CMYK percentages

%0
%16.67
%83.33
%92.94

Codes

Color #120F03 in popluar color models

120F03
RGB18153
HSL48°71.43%4.12%
HSB/HSV48°83.33%7.06%
CMYK0.00%16.67%83.33%
92.94%

Color #120F03 in popluar number systems.

HEX120F03
Decimal18153
Binary10010111111
Octal22173

Shades and tints

Shades of #120F03

#120F03
(18,15,3)
#110E03
(17,14,3)
#100D03
(16,13,3)
#0F0C03
(15,12,3)
#0E0B03
(14,11,3)
#0D0A03
(13,10,3)
#0C0903
(12,9,3)
#0B0803
(11,8,3)
#0A0703
(10,7,3)
#090603
(9,6,3)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #120F03

#120F03
(18,15,3)
#272419
(39,36,25)
#3C392F
(60,57,47)
#514E45
(81,78,69)
#66635B
(102,99,91)
#7B7871
(123,120,113)
#908D87
(144,141,135)
#A5A29D
(165,162,157)
#BAB7B3
(186,183,179)
#CFCCC9
(207,204,201)
#E4E1DF
(228,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F03; }

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

This text font color is #120F03.


Background Color

.myBgColor { background-color: #120F03; }

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

This div background color is #120F03.


Border color

.myBorderColor { border: 1px solid #120F03; }

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

This div border color is #120F03.


Opacity

.myOpacity80 { color: #120F03; opacity: 0.8; }

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

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

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

This text has shadow with #120F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120F03 on black background.


Color preview on white background

This text has color #120F03 on white background.



Black color preview on #120F03 background

This text has black color on #120F03 background.


White color preview on #120F03 background

This text has white color on #120F03 background.