COLOR #13150C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
21
12

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

Portions of RGB colors in percentages

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

%36.54
%40.38
%23.08

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 91.76%
CMYK:
(10,0,43,92)
C10M0Y43K92 
(10%,0%,43%,92%)
(0.10/0.00/0.43/0.92)	

CMYK percentages

%9.52
%0
%42.86
%91.76

Codes

Color #13150C in popluar color models

13150C
RGB192112
HSL73°27.27%6.47%
HSB/HSV73°42.86%8.24%
CMYK9.52%0.00%42.86%
91.76%

Color #13150C in popluar number systems.

HEX13150C
Decimal192112
Binary10011101011100
Octal232514

Shades and tints

Shades of #13150C

#13150C
(19,21,12)
#12140B
(18,20,11)
#11130A
(17,19,10)
#101209
(16,18,9)
#0F1108
(15,17,8)
#0E1007
(14,16,7)
#0D0F06
(13,15,6)
#0C0E05
(12,14,5)
#0B0D04
(11,13,4)
#0A0C03
(10,12,3)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #13150C

#13150C
(19,21,12)
#282A22
(40,42,34)
#3D3F38
(61,63,56)
#52544E
(82,84,78)
#676964
(103,105,100)
#7C7E7A
(124,126,122)
#919390
(145,147,144)
#A6A8A6
(166,168,166)
#BBBDBC
(187,189,188)
#D0D2D2
(208,210,210)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13150C; }

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

This text font color is #13150C.


Background Color

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

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

This div background color is #13150C.


Border color

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

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

This div border color is #13150C.


Opacity

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

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

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

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

This text has shadow with #13150C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13150C on black background.


Color preview on white background

This text has color #13150C on white background.



Black color preview on #13150C background

This text has black color on #13150C background.


White color preview on #13150C background

This text has white color on #13150C background.