COLOR #13140B

HEX: #13140B
RGB: (19,20,11)

Color info

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

RGB color model

#13140B color RGB value is (19,20,11).

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

RGB channels and saturation

R 19 of 255 = 7%
G 20 of 255 = 8%
B 11 of 255 = 4%

19
20
11

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

Portions of RGB colors in percentages

R + G + B =
19 + 20 + 11 = 50 (100%)
R 19 of 50 ~ 38%
G 20 of 50 ~ 40%
B 11 of 50 ~ 22%

%38
%40
%22

CMYK color model

#13140B color CMYK value is (5,0,45,92).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 92.16%
CMYK:
(5,0,45,92)
C5M0Y45K92 
(5%,0%,45%,92%)
(0.05/0.00/0.45/0.92)	

CMYK percentages

%5
%0
%45
%92.16

Codes

Color #13140B in popluar color models

13140B
RGB192011
HSL67°29.03%6.08%
HSB/HSV67°45.00%7.84%
CMYK5.00%0.00%45.00%
92.16%

Color #13140B in popluar number systems.

HEX13140B
Decimal192011
Binary10011101001011
Octal232413

Shades and tints

Shades of #13140B

#13140B
(19,20,11)
#12130A
(18,19,10)
#111209
(17,18,9)
#101108
(16,17,8)
#0F1007
(15,16,7)
#0E0F06
(14,15,6)
#0D0E05
(13,14,5)
#0C0D04
(12,13,4)
#0B0C03
(11,12,3)
#0A0B02
(10,11,2)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #13140B

#13140B
(19,20,11)
#282921
(40,41,33)
#3D3E37
(61,62,55)
#52534D
(82,83,77)
#676863
(103,104,99)
#7C7D79
(124,125,121)
#91928F
(145,146,143)
#A6A7A5
(166,167,165)
#BBBCBB
(187,188,187)
#D0D1D1
(208,209,209)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13140B color. Also use rgb(19,20,11) instead hex code.

Text Font Color

.myTextColor { color: #13140B; }

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

This text font color is #13140B.


Background Color

.myBgColor { background-color: #13140B; }

<div style="background-color:#13140B">Inner text</div>

This div background color is #13140B.


Border color

.myBorderColor { border: 1px solid #13140B; }

<div style="border:3px solid #13140B">Div</div>

This div border color is #13140B.


Opacity

.myOpacity80 { color: #13140B; opacity: 0.8; }

<p style="color:#13140B;opacity:0.8;">80%</p>

Text with #13140B 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 #13140B;}

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

This text has shadow with #13140B color.

.textShadow {text-shadow: 3px 3px 1px #13140B, 3px 3px 1px red;}

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

This text has shadow with #13140B primary color and red secondary color.


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

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

This text has shadow with #13140B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13140B on black background.


Color preview on white background

This text has color #13140B on white background.



Black color preview on #13140B background

This text has black color on #13140B background.


White color preview on #13140B background

This text has white color on #13140B background.