COLOR #15040E

HEX: #15040E RGB: (21,4,14)

Color info

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

RGB color model

#15040E color RGB value is (21,4,14).

RGB: (21,4,14) (8%, 2%, 5%)

RGB channels and saturation

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

21
4
14

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

Portions of RGB colors in percentages

R + G + B = 21 + 4 + 14 = 39 (100%)
R 21 of 39 ~ 53.85%
G 4 of 39 ~ 10.26%
B 14 of 39 ~ 35.9'%

%53.85
%35.9

CMYK color model

#15040E color CMYK value is (0,81,33,92).

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

CMYK: (0,81,33,92)
C0M81Y33K92 (0%, 81%, 33%, 92%)
(0.00 / 0.81 / 0.33 / 0.92)

CMYK percentages

%0
%80.95
%33.33
%91.76

Codes

Color #15040E in popluar color models

15 04 0E
RGB 21 4 14
HSL 325° 68.00% 4.90%
HSB/HSV 325° 80.95% 8.24%
CMYK 0.00% 80.95% 33.33%
91.76%

Color #15040E in popluar number systems.

HEX 15 04 0E
Decimal 21 4 14
Binary 10101 100 1110
Octal 25 4 16

Shades and tints

Shades of #15040E

#15040E
(21,4,14)
#14040D
(20,4,13)
#13040C
(19,4,12)
#12040B
(18,4,11)
#11040A
(17,4,10)
#100409
(16,4,9)
#0F0408
(15,4,8)
#0E0407
(14,4,7)
#0D0406
(13,4,6)
#0C0405
(12,4,5)
#0B0404
(11,4,4)
#000000
(0,0,0)

Tints of #15040E

#15040E
(21,4,14)
#2A1A23
(42,26,35)
#3F3038
(63,48,56)
#54464D
(84,70,77)
#695C62
(105,92,98)
#7E7277
(126,114,119)
#93888C
(147,136,140)
#A89EA1
(168,158,161)
#BDB4B6
(189,180,182)
#D2CACB
(210,202,203)
#E7E0E0
(231,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15040E; }

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

This text font color is #15040E.

Background Color

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

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

This div background color is #15040E.

Border color

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

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

This div border color is #15040E.

Opacity

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

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

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

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

This text has shadow with #15040E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15040E.

Preview

Color preview on black background

This text has color #15040E on black background.


Color preview on white background

This text has color #15040E on white background.


Black color preview on #15040E background

This text has black color on #15040E background.


White color preview on #15040E background

This text has white color on #15040E background.


Related colors

Complementary color

Complementary color for #hex is #EAFBF1.


I love getcolorcode.com

Triadic colors

1 #0E1504 and #040E15 with #15040E are triadic colors.

2 #0E0415 and #04150E with #15040E are triadic colors.