COLOR #15110E

HEX: #15110E RGB: (21,17,14)

Color info

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

RGB color model

#15110E color RGB value is (21,17,14).

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

RGB channels and saturation

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

21
17
14

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

Portions of RGB colors in percentages

R + G + B = 21 + 17 + 14 = 52 (100%)
R 21 of 52 ~ 40.38%
G 17 of 52 ~ 32.69%
B 14 of 52 ~ 26.92'%

%40.38
%32.69
%26.92

CMYK color model

#15110E color CMYK value is (0,19,33,92).

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

CMYK: (0,19,33,92)
C0M19Y33K92 (0%, 19%, 33%, 92%)
(0.00 / 0.19 / 0.33 / 0.92)

CMYK percentages

%0
%19.05
%33.33
%91.76

Codes

Color #15110E in popluar color models

15 11 0E
RGB 21 17 14
HSL 26° 20.00% 6.86%
HSB/HSV 26° 33.33% 8.24%
CMYK 0.00% 19.05% 33.33%
91.76%

Color #15110E in popluar number systems.

HEX 15 11 0E
Decimal 21 17 14
Binary 10101 10001 1110
Octal 25 21 16

Shades and tints

Shades of #15110E

#15110E
(21,17,14)
#14100D
(20,16,13)
#130F0C
(19,15,12)
#120E0B
(18,14,11)
#110D0A
(17,13,10)
#100C09
(16,12,9)
#0F0B08
(15,11,8)
#0E0A07
(14,10,7)
#0D0906
(13,9,6)
#0C0805
(12,8,5)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #15110E

#15110E
(21,17,14)
#2A2623
(42,38,35)
#3F3B38
(63,59,56)
#54504D
(84,80,77)
#696562
(105,101,98)
#7E7A77
(126,122,119)
#938F8C
(147,143,140)
#A8A4A1
(168,164,161)
#BDB9B6
(189,185,182)
#D2CECB
(210,206,203)
#E7E3E0
(231,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15110E; }

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

This text font color is #15110E.

Background Color

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

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

This div background color is #15110E.

Border color

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

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

This div border color is #15110E.

Opacity

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

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

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

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

This text has shadow with #15110E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15110E.

Preview

Color preview on black background

This text has color #15110E on black background.


Color preview on white background

This text has color #15110E on white background.


Black color preview on #15110E background

This text has black color on #15110E background.


White color preview on #15110E background

This text has white color on #15110E background.


Related colors

Complementary color

Complementary color for #hex is #EAEEF1.


I love getcolorcode.com

Triadic colors

1 #0E1511 and #110E15 with #15110E are triadic colors.

2 #0E1115 and #11150E with #15110E are triadic colors.