COLOR #15130A

HEX: #15130A
RGB: (21,19,10)

Color info

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

RGB color model

#15130A color RGB value is (21,19,10).

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

RGB channels and saturation

R 21 of 255 = 8%
G 19 of 255 = 7%
B 10 of 255 = 4%

21
19
10

R + G + B ~ 6%. #15130A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 19 + 10 = 50 (100%)
R 21 of 50 ~ 42%
G 19 of 50 ~ 38%
B 10 of 50 ~ 20%

%42
%38
%20

CMYK color model

#15130A color CMYK value is (0,10,52,92).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(0,10,52,92)
C0M10Y52K92 
(0%,10%,52%,92%)
(0.00/0.10/0.52/0.92)	

CMYK percentages

%0
%9.52
%52.38
%91.76

Codes

Color #15130A in popluar color models

15130A
RGB211910
HSL49°35.48%6.08%
HSB/HSV49°52.38%8.24%
CMYK0.00%9.52%52.38%
91.76%

Color #15130A in popluar number systems.

HEX15130A
Decimal211910
Binary10101100111010
Octal252312

Shades and tints

Shades of #15130A

#15130A
(21,19,10)
#14120A
(20,18,10)
#13110A
(19,17,10)
#12100A
(18,16,10)
#110F0A
(17,15,10)
#100E0A
(16,14,10)
#0F0D0A
(15,13,10)
#0E0C0A
(14,12,10)
#0D0B0A
(13,11,10)
#0C0A0A
(12,10,10)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #15130A

#15130A
(21,19,10)
#2A2820
(42,40,32)
#3F3D36
(63,61,54)
#54524C
(84,82,76)
#696762
(105,103,98)
#7E7C78
(126,124,120)
#93918E
(147,145,142)
#A8A6A4
(168,166,164)
#BDBBBA
(189,187,186)
#D2D0D0
(210,208,208)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15130A; }

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

This text font color is #15130A.


Background Color

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

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

This div background color is #15130A.


Border color

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

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

This div border color is #15130A.


Opacity

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

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

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

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

This text has shadow with #15130A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15130A on black background.


Color preview on white background

This text has color #15130A on white background.



Black color preview on #15130A background

This text has black color on #15130A background.


White color preview on #15130A background

This text has white color on #15130A background.