COLOR #15140E

HEX: #15140E
RGB: (21,20,14)

Color info

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

RGB color model

#15140E color RGB value is (21,20,14).

  • red value is 21;
  • green value is 20;
  • blue value is 14.
RGB:
(21,20,14)
(8%,8%,5%)

RGB channels and saturation

R 21 of 255 = 8%
G 20 of 255 = 8%
B 14 of 255 = 5%

21
20
14

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

Portions of RGB colors in percentages

R + G + B =
21 + 20 + 14 = 55 (100%)
R 21 of 55 ~ 38.18%
G 20 of 55 ~ 36.36%
B 14 of 55 ~ 25.45%

%38.18
%36.36
%25.45

CMYK color model

#15140E color CMYK value is (0,5,33,92).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 33.33%
  • key color value is 91.76%
CMYK:
(0,5,33,92)
C0M5Y33K92 
(0%,5%,33%,92%)
(0.00/0.05/0.33/0.92)	

CMYK percentages

%0
%4.76
%33.33
%91.76

Codes

Color #15140E in popluar color models

15140E
RGB212014
HSL51°20.00%6.86%
HSB/HSV51°33.33%8.24%
CMYK0.00%4.76%33.33%
91.76%

Color #15140E in popluar number systems.

HEX15140E
Decimal212014
Binary10101101001110
Octal252416

Shades and tints

Shades of #15140E

#15140E
(21,20,14)
#14130D
(20,19,13)
#13120C
(19,18,12)
#12110B
(18,17,11)
#11100A
(17,16,10)
#100F09
(16,15,9)
#0F0E08
(15,14,8)
#0E0D07
(14,13,7)
#0D0C06
(13,12,6)
#0C0B05
(12,11,5)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #15140E

#15140E
(21,20,14)
#2A2923
(42,41,35)
#3F3E38
(63,62,56)
#54534D
(84,83,77)
#696862
(105,104,98)
#7E7D77
(126,125,119)
#93928C
(147,146,140)
#A8A7A1
(168,167,161)
#BDBCB6
(189,188,182)
#D2D1CB
(210,209,203)
#E7E6E0
(231,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15140E; }

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

This text font color is #15140E.


Background Color

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

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

This div background color is #15140E.


Border color

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

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

This div border color is #15140E.


Opacity

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

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

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

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

This text has shadow with #15140E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15140E on black background.


Color preview on white background

This text has color #15140E on white background.



Black color preview on #15140E background

This text has black color on #15140E background.


White color preview on #15140E background

This text has white color on #15140E background.