COLOR #120E1D

HEX: #120E1D
RGB: (18,14,29)

Color info

#120E1D contains red, green and blue colors in about the same proportion. Web safe color of #120E1D is #000033 (or #003).

RGB color model

#120E1D color RGB value is (18,14,29).

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

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 29 of 255 = 11%

18
14
29

R + G + B ~ 8%. #120E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 29 = 61 (100%)
R 18 of 61 ~ 29.51%
G 14 of 61 ~ 22.95%
B 29 of 61 ~ 47.54%

%29.51
%22.95
%47.54

CMYK color model

#120E1D color CMYK value is (38,52,0,89).

  • cyan value is 37.93%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(38,52,0,89)
C38M52Y0K89 
(38%,52%,0%,89%)
(0.38/0.52/0.00/0.89)	

CMYK percentages

%37.93
%51.72
%0
%88.63

Codes

Color #120E1D in popluar color models

120E1D
RGB181429
HSL256°34.88%8.43%
HSB/HSV256°51.72%11.37%
CMYK37.93%51.72%0.00%
88.63%

Color #120E1D in popluar number systems.

HEX120E1D
Decimal181429
Binary10010111011101
Octal221635

Shades and tints

Shades of #120E1D

#120E1D
(18,14,29)
#110D1B
(17,13,27)
#100C19
(16,12,25)
#0F0B17
(15,11,23)
#0E0A15
(14,10,21)
#0D0913
(13,9,19)
#0C0811
(12,8,17)
#0B070F
(11,7,15)
#0A060D
(10,6,13)
#09050B
(9,5,11)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #120E1D

#120E1D
(18,14,29)
#272331
(39,35,49)
#3C3845
(60,56,69)
#514D59
(81,77,89)
#66626D
(102,98,109)
#7B7781
(123,119,129)
#908C95
(144,140,149)
#A5A1A9
(165,161,169)
#BAB6BD
(186,182,189)
#CFCBD1
(207,203,209)
#E4E0E5
(228,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E1D; }

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

This text font color is #120E1D.


Background Color

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

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

This div background color is #120E1D.


Border color

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

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

This div border color is #120E1D.


Opacity

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

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

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

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

This text has shadow with #120E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E1D on black background.


Color preview on white background

This text has color #120E1D on white background.



Black color preview on #120E1D background

This text has black color on #120E1D background.


White color preview on #120E1D background

This text has white color on #120E1D background.