COLOR #13120D

HEX: #13120D
RGB: (19,18,13)

Color info

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

RGB color model

#13120D color RGB value is (19,18,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 13 of 255 = 5%

19
18
13

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 13 = 50 (100%)
R 19 of 50 ~ 38%
G 18 of 50 ~ 36%
B 13 of 50 ~ 26%

%38
%36
%26

CMYK color model

#13120D color CMYK value is (0,5,32,93).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(0,5,32,93)
C0M5Y32K93 
(0%,5%,32%,93%)
(0.00/0.05/0.32/0.93)	

CMYK percentages

%0
%5.26
%31.58
%92.55

Codes

Color #13120D in popluar color models

13120D
RGB191813
HSL50°18.75%6.27%
HSB/HSV50°31.58%7.45%
CMYK0.00%5.26%31.58%
92.55%

Color #13120D in popluar number systems.

HEX13120D
Decimal191813
Binary10011100101101
Octal232215

Shades and tints

Shades of #13120D

#13120D
(19,18,13)
#12110C
(18,17,12)
#11100B
(17,16,11)
#100F0A
(16,15,10)
#0F0E09
(15,14,9)
#0E0D08
(14,13,8)
#0D0C07
(13,12,7)
#0C0B06
(12,11,6)
#0B0A05
(11,10,5)
#0A0904
(10,9,4)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #13120D

#13120D
(19,18,13)
#282723
(40,39,35)
#3D3C39
(61,60,57)
#52514F
(82,81,79)
#676665
(103,102,101)
#7C7B7B
(124,123,123)
#919091
(145,144,145)
#A6A5A7
(166,165,167)
#BBBABD
(187,186,189)
#D0CFD3
(208,207,211)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13120D color. Also use rgb(19,18,13) instead hex code.

Text Font Color

.myTextColor { color: #13120D; }

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

This text font color is #13120D.


Background Color

.myBgColor { background-color: #13120D; }

<div style="background-color:#13120D">Inner text</div>

This div background color is #13120D.


Border color

.myBorderColor { border: 1px solid #13120D; }

<div style="border:3px solid #13120D">Div</div>

This div border color is #13120D.


Opacity

.myOpacity80 { color: #13120D; opacity: 0.8; }

<p style="color:#13120D;opacity:0.8;">80%</p>

Text with #13120D 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 #13120D;}

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

This text has shadow with #13120D color.

.textShadow {text-shadow: 3px 3px 1px #13120D, 3px 3px 1px red;}

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

This text has shadow with #13120D primary color and red secondary color.


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

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

This text has shadow with #13120D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13120D on black background.


Color preview on white background

This text has color #13120D on white background.



Black color preview on #13120D background

This text has black color on #13120D background.


White color preview on #13120D background

This text has white color on #13120D background.