COLOR #15050E

HEX: #15050E
RGB: (21,5,14)

Color info

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

RGB color model

#15050E color RGB value is (21,5,14).

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

RGB channels and saturation

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

21
5
14

R + G + B ~ 5%. #15050E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 14 = 40 (100%)
R 21 of 40 ~ 52.5%
G 5 of 40 ~ 12.5%
B 14 of 40 ~ 35%

%52.5
%12.5
%35

CMYK color model

#15050E color CMYK value is (0,76,33,92).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 33.33%
  • key color value is 91.76%
CMYK:
(0,76,33,92)
C0M76Y33K92 
(0%,76%,33%,92%)
(0.00/0.76/0.33/0.92)	

CMYK percentages

%0
%76.19
%33.33
%91.76

Codes

Color #15050E in popluar color models

15050E
RGB21514
HSL326°61.54%5.10%
HSB/HSV326°76.19%8.24%
CMYK0.00%76.19%33.33%
91.76%

Color #15050E in popluar number systems.

HEX15050E
Decimal21514
Binary101011011110
Octal25516

Shades and tints

Shades of #15050E

#15050E
(21,5,14)
#14050D
(20,5,13)
#13050C
(19,5,12)
#12050B
(18,5,11)
#11050A
(17,5,10)
#100509
(16,5,9)
#0F0508
(15,5,8)
#0E0507
(14,5,7)
#0D0506
(13,5,6)
#0C0505
(12,5,5)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #15050E

#15050E
(21,5,14)
#2A1B23
(42,27,35)
#3F3138
(63,49,56)
#54474D
(84,71,77)
#695D62
(105,93,98)
#7E7377
(126,115,119)
#93898C
(147,137,140)
#A89FA1
(168,159,161)
#BDB5B6
(189,181,182)
#D2CBCB
(210,203,203)
#E7E1E0
(231,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15050E; }

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

This text font color is #15050E.


Background Color

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

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

This div background color is #15050E.


Border color

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

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

This div border color is #15050E.


Opacity

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

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

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

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

This text has shadow with #15050E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15050E on black background.


Color preview on white background

This text has color #15050E on white background.



Black color preview on #15050E background

This text has black color on #15050E background.


White color preview on #15050E background

This text has white color on #15050E background.