COLOR #120D0D

HEX: #120D0D
RGB: (18,13,13)

Color info

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

RGB color model

#120D0D color RGB value is (18,13,13).

  • red value is 18;
  • green value is 13;
  • blue value is 13.
RGB:
(18,13,13)
(7%,5%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 13 of 255 = 5%

18
13
13

R + G + B ~ 6%. #120D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 13 = 44 (100%)
R 18 of 44 ~ 40.91%
G 13 of 44 ~ 29.55%
B 13 of 44 ~ 29.55%

%40.91
%29.55
%29.55

CMYK color model

#120D0D color CMYK value is (0,28,28,93).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(0,28,28,93)
C0M28Y28K93 
(0%,28%,28%,93%)
(0.00/0.28/0.28/0.93)	

CMYK percentages

%0
%27.78
%27.78
%92.94

Codes

Color #120D0D in popluar color models

120D0D
RGB181313
HSL16.13%6.08%
HSB/HSV27.78%7.06%
CMYK0.00%27.78%27.78%
92.94%

Color #120D0D in popluar number systems.

HEX120D0D
Decimal181313
Binary1001011011101
Octal221515

Shades and tints

Shades of #120D0D

#120D0D
(18,13,13)
#110C0C
(17,12,12)
#100B0B
(16,11,11)
#0F0A0A
(15,10,10)
#0E0909
(14,9,9)
#0D0808
(13,8,8)
#0C0707
(12,7,7)
#0B0606
(11,6,6)
#0A0505
(10,5,5)
#090404
(9,4,4)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #120D0D

#120D0D
(18,13,13)
#272323
(39,35,35)
#3C3939
(60,57,57)
#514F4F
(81,79,79)
#666565
(102,101,101)
#7B7B7B
(123,123,123)
#909191
(144,145,145)
#A5A7A7
(165,167,167)
#BABDBD
(186,189,189)
#CFD3D3
(207,211,211)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D0D; }

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

This text font color is #120D0D.


Background Color

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

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

This div background color is #120D0D.


Border color

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

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

This div border color is #120D0D.


Opacity

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

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

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

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

This text has shadow with #120D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D0D on black background.


Color preview on white background

This text has color #120D0D on white background.



Black color preview on #120D0D background

This text has black color on #120D0D background.


White color preview on #120D0D background

This text has white color on #120D0D background.