COLOR #15130C

HEX: #15130C RGB: (21,19,12)

Color info

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

RGB color model

#15130C color RGB value is (21,19,12).

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

RGB channels and saturation

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

21
19
12

R + G + B ~ 7%. #15130C is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 19 + 12 = 52 (100%)
R 21 of 52 ~ 40.38%
G 19 of 52 ~ 36.54%
B 12 of 52 ~ 23.08'%

%40.38
%36.54
%23.08

CMYK color model

#15130C color CMYK value is (0,10,43,92).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 42.86%
  • key color value is 91.76%

CMYK: (0,10,43,92)
C0M10Y43K92 (0%, 10%, 43%, 92%)
(0.00 / 0.10 / 0.43 / 0.92)

CMYK percentages

%0
%9.52
%42.86
%91.76

Codes

Color #15130C in popluar color models

15 13 0C
RGB 21 19 12
HSL 47° 27.27% 6.47%
HSB/HSV 47° 42.86% 8.24%
CMYK 0.00% 9.52% 42.86%
91.76%

Color #15130C in popluar number systems.

HEX 15 13 0C
Decimal 21 19 12
Binary 10101 10011 1100
Octal 25 23 14

Shades and tints

Shades of #15130C

#15130C
(21,19,12)
#14120B
(20,18,11)
#13110A
(19,17,10)
#121009
(18,16,9)
#110F08
(17,15,8)
#100E07
(16,14,7)
#0F0D06
(15,13,6)
#0E0C05
(14,12,5)
#0D0B04
(13,11,4)
#0C0A03
(12,10,3)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #15130C

#15130C
(21,19,12)
#2A2822
(42,40,34)
#3F3D38
(63,61,56)
#54524E
(84,82,78)
#696764
(105,103,100)
#7E7C7A
(126,124,122)
#939190
(147,145,144)
#A8A6A6
(168,166,166)
#BDBBBC
(189,187,188)
#D2D0D2
(210,208,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15130C; }

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

This text font color is #15130C.

Background Color

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

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

This div background color is #15130C.

Border color

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

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

This div border color is #15130C.

Opacity

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

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

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

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

This text has shadow with #15130C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15130C.

Preview

Color preview on black background

This text has color #15130C on black background.


Color preview on white background

This text has color #15130C on white background.


Black color preview on #15130C background

This text has black color on #15130C background.


White color preview on #15130C background

This text has white color on #15130C background.


Related colors

Complementary color

Complementary color for #hex is #EAECF3.


I love getcolorcode.com

Triadic colors

1 #0C1513 and #130C15 with #15130C are triadic colors.

2 #0C1315 and #13150C with #15130C are triadic colors.