COLOR #15130F

HEX: #15130F
RGB: (21,19,15)

Color info

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

RGB color model

#15130F color RGB value is (21,19,15).

  • red value is 21;
  • green value is 19;
  • blue value is 15.
RGB:
(21,19,15)
(8%,7%,6%)

RGB channels and saturation

R 21 of 255 = 8%
G 19 of 255 = 7%
B 15 of 255 = 6%

21
19
15

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

Portions of RGB colors in percentages

R + G + B =
21 + 19 + 15 = 55 (100%)
R 21 of 55 ~ 38.18%
G 19 of 55 ~ 34.55%
B 15 of 55 ~ 27.27%

%38.18
%34.55
%27.27

CMYK color model

#15130F color CMYK value is (0,10,29,92).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(0,10,29,92)
C0M10Y29K92 
(0%,10%,29%,92%)
(0.00/0.10/0.29/0.92)	

CMYK percentages

%0
%9.52
%28.57
%91.76

Codes

Color #15130F in popluar color models

15130F
RGB211915
HSL40°16.67%7.06%
HSB/HSV40°28.57%8.24%
CMYK0.00%9.52%28.57%
91.76%

Color #15130F in popluar number systems.

HEX15130F
Decimal211915
Binary10101100111111
Octal252317

Shades and tints

Shades of #15130F

#15130F
(21,19,15)
#14120E
(20,18,14)
#13110D
(19,17,13)
#12100C
(18,16,12)
#110F0B
(17,15,11)
#100E0A
(16,14,10)
#0F0D09
(15,13,9)
#0E0C08
(14,12,8)
#0D0B07
(13,11,7)
#0C0A06
(12,10,6)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #15130F

#15130F
(21,19,15)
#2A2824
(42,40,36)
#3F3D39
(63,61,57)
#54524E
(84,82,78)
#696763
(105,103,99)
#7E7C78
(126,124,120)
#93918D
(147,145,141)
#A8A6A2
(168,166,162)
#BDBBB7
(189,187,183)
#D2D0CC
(210,208,204)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15130F; }

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

This text font color is #15130F.


Background Color

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

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

This div background color is #15130F.


Border color

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

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

This div border color is #15130F.


Opacity

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

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

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

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

This text has shadow with #15130F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15130F on black background.


Color preview on white background

This text has color #15130F on white background.



Black color preview on #15130F background

This text has black color on #15130F background.


White color preview on #15130F background

This text has white color on #15130F background.