COLOR #130E05

HEX: #130E05
RGB: (19,14,5)

Color info

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

RGB color model

#130E05 color RGB value is (19,14,5).

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

RGB channels and saturation

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

19
14
5

R + G + B ~ 5%. #130E05 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 14 + 5 = 38 (100%)
R 19 of 38 ~ 50%
G 14 of 38 ~ 36.84%
B 5 of 38 ~ 13.16%

%50
%36.84
%13.16

CMYK color model

#130E05 color CMYK value is (0,26,74,93).

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

CMYK percentages

%0
%26.32
%73.68
%92.55

Codes

Color #130E05 in popluar color models

130E05
RGB19145
HSL39°58.33%4.71%
HSB/HSV39°73.68%7.45%
CMYK0.00%26.32%73.68%
92.55%

Color #130E05 in popluar number systems.

HEX130E05
Decimal19145
Binary100111110101
Octal23165

Shades and tints

Shades of #130E05

#130E05
(19,14,5)
#120D05
(18,13,5)
#110C05
(17,12,5)
#100B05
(16,11,5)
#0F0A05
(15,10,5)
#0E0905
(14,9,5)
#0D0805
(13,8,5)
#0C0705
(12,7,5)
#0B0605
(11,6,5)
#0A0505
(10,5,5)
#090405
(9,4,5)
#000000
(0,0,0)

Tints of #130E05

#130E05
(19,14,5)
#28231B
(40,35,27)
#3D3831
(61,56,49)
#524D47
(82,77,71)
#67625D
(103,98,93)
#7C7773
(124,119,115)
#918C89
(145,140,137)
#A6A19F
(166,161,159)
#BBB6B5
(187,182,181)
#D0CBCB
(208,203,203)
#E5E0E1
(229,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130E05; }

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

This text font color is #130E05.


Background Color

.myBgColor { background-color: #130E05; }

<div style="background-color:#130E05">Inner text</div>

This div background color is #130E05.


Border color

.myBorderColor { border: 1px solid #130E05; }

<div style="border:3px solid #130E05">Div</div>

This div border color is #130E05.


Opacity

.myOpacity80 { color: #130E05; opacity: 0.8; }

<p style="color:#130E05;opacity:0.8;">80%</p>

Text with #130E05 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 #130E05;}

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

This text has shadow with #130E05 color.

.textShadow {text-shadow: 3px 3px 1px #130E05, 3px 3px 1px red;}

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

This text has shadow with #130E05 primary color and red secondary color.


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

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

This text has shadow with #130E05 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130E05 on black background.


Color preview on white background

This text has color #130E05 on white background.



Black color preview on #130E05 background

This text has black color on #130E05 background.


White color preview on #130E05 background

This text has white color on #130E05 background.