COLOR #12140B

HEX: #12140B
RGB: (18,20,11)

Color info

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

RGB color model

#12140B color RGB value is (18,20,11).

  • red value is 18;
  • green value is 20;
  • blue value is 11.
RGB:
(18,20,11)
(7%,8%,4%)

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 11 of 255 = 4%

18
20
11

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

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 11 = 49 (100%)
R 18 of 49 ~ 36.73%
G 20 of 49 ~ 40.82%
B 11 of 49 ~ 22.45%

%36.73
%40.82
%22.45

CMYK color model

#12140B color CMYK value is (10,0,45,92).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 92.16%
CMYK:
(10,0,45,92)
C10M0Y45K92 
(10%,0%,45%,92%)
(0.10/0.00/0.45/0.92)	

CMYK percentages

%10
%0
%45
%92.16

Codes

Color #12140B in popluar color models

12140B
RGB182011
HSL73°29.03%6.08%
HSB/HSV73°45.00%7.84%
CMYK10.00%0.00%45.00%
92.16%

Color #12140B in popluar number systems.

HEX12140B
Decimal182011
Binary10010101001011
Octal222413

Shades and tints

Shades of #12140B

#12140B
(18,20,11)
#11130A
(17,19,10)
#101209
(16,18,9)
#0F1108
(15,17,8)
#0E1007
(14,16,7)
#0D0F06
(13,15,6)
#0C0E05
(12,14,5)
#0B0D04
(11,13,4)
#0A0C03
(10,12,3)
#090B02
(9,11,2)
#080A01
(8,10,1)
#000000
(0,0,0)

Tints of #12140B

#12140B
(18,20,11)
#272921
(39,41,33)
#3C3E37
(60,62,55)
#51534D
(81,83,77)
#666863
(102,104,99)
#7B7D79
(123,125,121)
#90928F
(144,146,143)
#A5A7A5
(165,167,165)
#BABCBB
(186,188,187)
#CFD1D1
(207,209,209)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12140B color. Also use rgb(18,20,11) instead hex code.

Text Font Color

.myTextColor { color: #12140B; }

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

This text font color is #12140B.


Background Color

.myBgColor { background-color: #12140B; }

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

This div background color is #12140B.


Border color

.myBorderColor { border: 1px solid #12140B; }

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

This div border color is #12140B.


Opacity

.myOpacity80 { color: #12140B; opacity: 0.8; }

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

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

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

This text has shadow with #12140B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12140B on black background.


Color preview on white background

This text has color #12140B on white background.



Black color preview on #12140B background

This text has black color on #12140B background.


White color preview on #12140B background

This text has white color on #12140B background.