COLOR #13130E

HEX: #13130E
RGB: (19,19,14)

Color info

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

RGB color model

#13130E color RGB value is (19,19,14).

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

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 14 of 255 = 5%

19
19
14

R + G + B ~ 6%. #13130E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 14 = 52 (100%)
R 19 of 52 ~ 36.54%
G 19 of 52 ~ 36.54%
B 14 of 52 ~ 26.92%

%36.54
%36.54
%26.92

CMYK color model

#13130E color CMYK value is (0,0,26,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 92.55%
CMYK:
(0,0,26,93)
C0M0Y26K93 
(0%,0%,26%,93%)
(0.00/0.00/0.26/0.93)	

CMYK percentages

%0
%0
%26.32
%92.55

Codes

Color #13130E in popluar color models

13130E
RGB191914
HSL60°15.15%6.47%
HSB/HSV60°26.32%7.45%
CMYK0.00%0.00%26.32%
92.55%

Color #13130E in popluar number systems.

HEX13130E
Decimal191914
Binary10011100111110
Octal232316

Shades and tints

Shades of #13130E

#13130E
(19,19,14)
#12120D
(18,18,13)
#11110C
(17,17,12)
#10100B
(16,16,11)
#0F0F0A
(15,15,10)
#0E0E09
(14,14,9)
#0D0D08
(13,13,8)
#0C0C07
(12,12,7)
#0B0B06
(11,11,6)
#0A0A05
(10,10,5)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #13130E

#13130E
(19,19,14)
#282823
(40,40,35)
#3D3D38
(61,61,56)
#52524D
(82,82,77)
#676762
(103,103,98)
#7C7C77
(124,124,119)
#91918C
(145,145,140)
#A6A6A1
(166,166,161)
#BBBBB6
(187,187,182)
#D0D0CB
(208,208,203)
#E5E5E0
(229,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13130E color. Also use rgb(19,19,14) instead hex code.

Text Font Color

.myTextColor { color: #13130E; }

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

This text font color is #13130E.


Background Color

.myBgColor { background-color: #13130E; }

<div style="background-color:#13130E">Inner text</div>

This div background color is #13130E.


Border color

.myBorderColor { border: 1px solid #13130E; }

<div style="border:3px solid #13130E">Div</div>

This div border color is #13130E.


Opacity

.myOpacity80 { color: #13130E; opacity: 0.8; }

<p style="color:#13130E;opacity:0.8;">80%</p>

Text with #13130E 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 #13130E;}

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

This text has shadow with #13130E color.

.textShadow {text-shadow: 3px 3px 1px #13130E, 3px 3px 1px red;}

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

This text has shadow with #13130E primary color and red secondary color.


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

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

This text has shadow with #13130E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13130E on black background.


Color preview on white background

This text has color #13130E on white background.



Black color preview on #13130E background

This text has black color on #13130E background.


White color preview on #13130E background

This text has white color on #13130E background.