COLOR #12140F

HEX: #12140F RGB: (18,20,15)

Color info

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

RGB color model

#12140F color RGB value is (18,20,15).

RGB: (18,20,15) (7%, 8%, 6%)

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 15 of 255 = 6%

18
20
15

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

Portions of RGB colors in percentages

R + G + B = 18 + 20 + 15 = 53 (100%)
R 18 of 53 ~ 33.96%
G 20 of 53 ~ 37.74%
B 15 of 53 ~ 28.3'%

%33.96
%37.74
%28.3

CMYK color model

#12140F color CMYK value is (10,0,25,92).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 92.16%

CMYK: (10,0,25,92)
C10M0Y25K92 (10%, 0%, 25%, 92%)
(0.10 / 0.00 / 0.25 / 0.92)

CMYK percentages

%10
%0
%25
%92.16

Codes

Color #12140F in popluar color models

12 14 0F
RGB 18 20 15
HSL 84° 14.29% 6.86%
HSB/HSV 84° 25.00% 7.84%
CMYK 10.00% 0.00% 25.00%
92.16%

Color #12140F in popluar number systems.

HEX 12 14 0F
Decimal 18 20 15
Binary 10010 10100 1111
Octal 22 24 17

Shades and tints

Shades of #12140F

#12140F
(18,20,15)
#11130E
(17,19,14)
#10120D
(16,18,13)
#0F110C
(15,17,12)
#0E100B
(14,16,11)
#0D0F0A
(13,15,10)
#0C0E09
(12,14,9)
#0B0D08
(11,13,8)
#0A0C07
(10,12,7)
#090B06
(9,11,6)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #12140F

#12140F
(18,20,15)
#272924
(39,41,36)
#3C3E39
(60,62,57)
#51534E
(81,83,78)
#666863
(102,104,99)
#7B7D78
(123,125,120)
#90928D
(144,146,141)
#A5A7A2
(165,167,162)
#BABCB7
(186,188,183)
#CFD1CC
(207,209,204)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12140F; }

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

This text font color is #12140F.

Background Color

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

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

This div background color is #12140F.

Border color

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

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

This div border color is #12140F.

Opacity

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

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

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

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

This text has shadow with #12140F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12140F.

Preview

Color preview on black background

This text has color #12140F on black background.


Color preview on white background

This text has color #12140F on white background.


Black color preview on #12140F background

This text has black color on #12140F background.


White color preview on #12140F background

This text has white color on #12140F background.


Related colors

Complementary color

Complementary color for #hex is #EDEBF0.


I love getcolorcode.com

Triadic colors

1 #0F1214 and #140F12 with #12140F are triadic colors.

2 #0F1412 and #14120F with #12140F are triadic colors.