COLOR #15120E

HEX: #15120E RGB: (21,18,14)

Color info

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

RGB color model

#15120E color RGB value is (21,18,14).

RGB: (21,18,14) (8%, 7%, 5%)

RGB channels and saturation

R 21 of 255 = 8%
G 18 of 255 = 7%
B 14 of 255 = 5%

21
18
14

R + G + B ~ 7%. #15120E is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 18 + 14 = 53 (100%)
R 21 of 53 ~ 39.62%
G 18 of 53 ~ 33.96%
B 14 of 53 ~ 26.42'%

%39.62
%33.96
%26.42

CMYK color model

#15120E color CMYK value is (0,14,33,92).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 33.33%
  • key color value is 91.76%

CMYK: (0,14,33,92)
C0M14Y33K92 (0%, 14%, 33%, 92%)
(0.00 / 0.14 / 0.33 / 0.92)

CMYK percentages

%0
%14.29
%33.33
%91.76

Codes

Color #15120E in popluar color models

15 12 0E
RGB 21 18 14
HSL 34° 20.00% 6.86%
HSB/HSV 34° 33.33% 8.24%
CMYK 0.00% 14.29% 33.33%
91.76%

Color #15120E in popluar number systems.

HEX 15 12 0E
Decimal 21 18 14
Binary 10101 10010 1110
Octal 25 22 16

Shades and tints

Shades of #15120E

#15120E
(21,18,14)
#14110D
(20,17,13)
#13100C
(19,16,12)
#120F0B
(18,15,11)
#110E0A
(17,14,10)
#100D09
(16,13,9)
#0F0C08
(15,12,8)
#0E0B07
(14,11,7)
#0D0A06
(13,10,6)
#0C0905
(12,9,5)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #15120E

#15120E
(21,18,14)
#2A2723
(42,39,35)
#3F3C38
(63,60,56)
#54514D
(84,81,77)
#696662
(105,102,98)
#7E7B77
(126,123,119)
#93908C
(147,144,140)
#A8A5A1
(168,165,161)
#BDBAB6
(189,186,182)
#D2CFCB
(210,207,203)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15120E color. Also use rgb(21,18,14) instead hex code.

Text Font Color

.myTextColor { color: #15120E; }

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

This text font color is #15120E.

Background Color

.myBgColor { background-color: #15120E; }

<div style="background-color:#15120E">Inner text</div>

This div background color is #15120E.

Border color

.myBorderColor { border: 1px solid #15120E; }

<div style="border:3px solid #15120E">Div</div>

This div border color is #15120E.

Opacity

.myOpacity80 { color: #15120E; opacity: 0.8; }

<p style="color:#15120E;opacity:0.8;">80%</p>

Text with #15120E 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 #15120E;}

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

This text has shadow with #15120E color.


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

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

This text has shadow with #15120E primary color and red secondary color.


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

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

This text has shadow with #15120E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15120E.

Preview

Color preview on black background

This text has color #15120E on black background.


Color preview on white background

This text has color #15120E on white background.


Black color preview on #15120E background

This text has black color on #15120E background.


White color preview on #15120E background

This text has white color on #15120E background.


Related colors

Complementary color

Complementary color for #hex is #EAEDF1.


I love getcolorcode.com

Triadic colors

1 #0E1512 and #120E15 with #15120E are triadic colors.

2 #0E1215 and #12150E with #15120E are triadic colors.