COLOR #130C08

HEX: #130C08
RGB: (19,12,8)

Color info

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

RGB color model

#130C08 color RGB value is (19,12,8).

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

RGB channels and saturation

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

19
12
8

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

Portions of RGB colors in percentages

R + G + B =
19 + 12 + 8 = 39 (100%)
R 19 of 39 ~ 48.72%
G 12 of 39 ~ 30.77%
B 8 of 39 ~ 20.51%

%48.72
%30.77
%20.51

CMYK color model

#130C08 color CMYK value is (0,37,58,93).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 57.89%
  • key color value is 92.55%
CMYK:
(0,37,58,93)
C0M37Y58K93 
(0%,37%,58%,93%)
(0.00/0.37/0.58/0.93)	

CMYK percentages

%0
%36.84
%57.89
%92.55

Codes

Color #130C08 in popluar color models

130C08
RGB19128
HSL22°40.74%5.29%
HSB/HSV22°57.89%7.45%
CMYK0.00%36.84%57.89%
92.55%

Color #130C08 in popluar number systems.

HEX130C08
Decimal19128
Binary1001111001000
Octal231410

Shades and tints

Shades of #130C08

#130C08
(19,12,8)
#120B08
(18,11,8)
#110A08
(17,10,8)
#100908
(16,9,8)
#0F0808
(15,8,8)
#0E0708
(14,7,8)
#0D0608
(13,6,8)
#0C0508
(12,5,8)
#0B0408
(11,4,8)
#0A0308
(10,3,8)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #130C08

#130C08
(19,12,8)
#28221E
(40,34,30)
#3D3834
(61,56,52)
#524E4A
(82,78,74)
#676460
(103,100,96)
#7C7A76
(124,122,118)
#91908C
(145,144,140)
#A6A6A2
(166,166,162)
#BBBCB8
(187,188,184)
#D0D2CE
(208,210,206)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130C08 color. Also use rgb(19,12,8) instead hex code.

Text Font Color

.myTextColor { color: #130C08; }

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

This text font color is #130C08.


Background Color

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

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

This div background color is #130C08.


Border color

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

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

This div border color is #130C08.


Opacity

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

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

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

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

This text has shadow with #130C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130C08 on black background.


Color preview on white background

This text has color #130C08 on white background.



Black color preview on #130C08 background

This text has black color on #130C08 background.


White color preview on #130C08 background

This text has white color on #130C08 background.