COLOR #15020E

HEX: #15020E
RGB: (21,2,14)

Color info

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

RGB color model

#15020E color RGB value is (21,2,14).

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

RGB channels and saturation

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

21
2
14

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

Portions of RGB colors in percentages

R + G + B =
21 + 2 + 14 = 37 (100%)
R 21 of 37 ~ 56.76%
G 2 of 37 ~ 5.41%
B 14 of 37 ~ 37.84%

%56.76
%37.84

CMYK color model

#15020E color CMYK value is (0,90,33,92).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 33.33%
  • key color value is 91.76%
CMYK:
(0,90,33,92)
C0M90Y33K92 
(0%,90%,33%,92%)
(0.00/0.90/0.33/0.92)	

CMYK percentages

%0
%90.48
%33.33
%91.76

Codes

Color #15020E in popluar color models

15020E
RGB21214
HSL322°82.61%4.51%
HSB/HSV322°90.48%8.24%
CMYK0.00%90.48%33.33%
91.76%

Color #15020E in popluar number systems.

HEX15020E
Decimal21214
Binary10101101110
Octal25216

Shades and tints

Shades of #15020E

#15020E
(21,2,14)
#14020D
(20,2,13)
#13020C
(19,2,12)
#12020B
(18,2,11)
#11020A
(17,2,10)
#100209
(16,2,9)
#0F0208
(15,2,8)
#0E0207
(14,2,7)
#0D0206
(13,2,6)
#0C0205
(12,2,5)
#0B0204
(11,2,4)
#000000
(0,0,0)

Tints of #15020E

#15020E
(21,2,14)
#2A1923
(42,25,35)
#3F3038
(63,48,56)
#54474D
(84,71,77)
#695E62
(105,94,98)
#7E7577
(126,117,119)
#938C8C
(147,140,140)
#A8A3A1
(168,163,161)
#BDBAB6
(189,186,182)
#D2D1CB
(210,209,203)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15020E; }

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

This text font color is #15020E.


Background Color

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

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

This div background color is #15020E.


Border color

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

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

This div border color is #15020E.


Opacity

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

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

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

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

This text has shadow with #15020E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15020E on black background.


Color preview on white background

This text has color #15020E on white background.



Black color preview on #15020E background

This text has black color on #15020E background.


White color preview on #15020E background

This text has white color on #15020E background.