COLOR #15070E

HEX: #15070E RGB: (21,7,14)

Color info

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

RGB color model

#15070E color RGB value is (21,7,14).

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

RGB channels and saturation

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

21
7
14

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

Portions of RGB colors in percentages

R + G + B = 21 + 7 + 14 = 42 (100%)
R 21 of 42 ~ 50%
G 7 of 42 ~ 16.67%
B 14 of 42 ~ 33.33'%

%50
%16.67
%33.33

CMYK color model

#15070E color CMYK value is (0,67,33,92).

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

CMYK: (0,67,33,92)
C0M67Y33K92 (0%, 67%, 33%, 92%)
(0.00 / 0.67 / 0.33 / 0.92)

CMYK percentages

%0
%66.67
%33.33
%91.76

Codes

Color #15070E in popluar color models

15 07 0E
RGB 21 7 14
HSL 330° 50.00% 5.49%
HSB/HSV 330° 66.67% 8.24%
CMYK 0.00% 66.67% 33.33%
91.76%

Color #15070E in popluar number systems.

HEX 15 07 0E
Decimal 21 7 14
Binary 10101 111 1110
Octal 25 7 16

Shades and tints

Shades of #15070E

#15070E
(21,7,14)
#14070D
(20,7,13)
#13070C
(19,7,12)
#12070B
(18,7,11)
#11070A
(17,7,10)
#100709
(16,7,9)
#0F0708
(15,7,8)
#0E0707
(14,7,7)
#0D0706
(13,7,6)
#0C0705
(12,7,5)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #15070E

#15070E
(21,7,14)
#2A1D23
(42,29,35)
#3F3338
(63,51,56)
#54494D
(84,73,77)
#695F62
(105,95,98)
#7E7577
(126,117,119)
#938B8C
(147,139,140)
#A8A1A1
(168,161,161)
#BDB7B6
(189,183,182)
#D2CDCB
(210,205,203)
#E7E3E0
(231,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15070E; }

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

This text font color is #15070E.

Background Color

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

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

This div background color is #15070E.

Border color

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

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

This div border color is #15070E.

Opacity

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

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

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

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

This text has shadow with #15070E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15070E.

Preview

Color preview on black background

This text has color #15070E on black background.


Color preview on white background

This text has color #15070E on white background.


Black color preview on #15070E background

This text has black color on #15070E background.


White color preview on #15070E background

This text has white color on #15070E background.


Related colors

Complementary color

Complementary color for #hex is #EAF8F1.


I love getcolorcode.com

Triadic colors

1 #0E1507 and #070E15 with #15070E are triadic colors.

2 #0E0715 and #07150E with #15070E are triadic colors.