COLOR #15070C

HEX: #15070C RGB: (21,7,12)

Color info

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

RGB color model

#15070C color RGB value is (21,7,12).

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

RGB channels and saturation

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

21
7
12

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

Portions of RGB colors in percentages

R + G + B = 21 + 7 + 12 = 40 (100%)
R 21 of 40 ~ 52.5%
G 7 of 40 ~ 17.5%
B 12 of 40 ~ 30'%

%52.5
%17.5
%30

CMYK color model

#15070C color CMYK value is (0,67,43,92).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 42.86%
  • key color value is 91.76%
CMYK: (0,67,43,92) C0M67Y43K92 (0%,67%,43%,92%) (0.00/0.67/0.43/0.92) 

CMYK percentages

%0
%66.67
%42.86
%91.76

Codes

Color #15070C in popluar color models

15 07 0C
RGB 21 7 12
HSL 339° 50.00% 5.49%
HSB/HSV 339° 66.67% 8.24%
CMYK 0.00% 66.67% 42.86%
91.76%

Color #15070C in popluar number systems.

HEX 15 07 0C
Decimal 21 7 12
Binary 10101 111 1100
Octal 25 7 14

Shades and tints

Shades of #15070C

#15070C
(21,7,12)
#14070B
(20,7,11)
#13070A
(19,7,10)
#120709
(18,7,9)
#110708
(17,7,8)
#100707
(16,7,7)
#0F0706
(15,7,6)
#0E0705
(14,7,5)
#0D0704
(13,7,4)
#0C0703
(12,7,3)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #15070C

#15070C
(21,7,12)
#2A1D22
(42,29,34)
#3F3338
(63,51,56)
#54494E
(84,73,78)
#695F64
(105,95,100)
#7E757A
(126,117,122)
#938B90
(147,139,144)
#A8A1A6
(168,161,166)
#BDB7BC
(189,183,188)
#D2CDD2
(210,205,210)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15070C; }

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

This text font color is #15070C.

Background Color

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

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

This div background color is #15070C.

Border color

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

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

This div border color is #15070C.

Opacity

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

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

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

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

This text has shadow with #15070C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15070C.

Preview

Color preview on black background

This text has color #15070C on black background.


Color preview on white background

This text has color #15070C on white background.


Black color preview on #15070C background

This text has black color on #15070C background.


White color preview on #15070C background

This text has white color on #15070C background.


Related colors

Complementary color

Complementary color for #hex is #EAF8F3.


I love getcolorcode.com

Triadic colors

1 #0C1507 and #070C15 with #15070C are triadic colors.

2 #0C0715 and #07150C with #15070C are triadic colors.