COLOR #130800

HEX: #130800 RGB: (19,8,0)

Color info

#130800 contains only red and green colors. Web safe color of #130800 is #000000 (or #000).

RGB color model

#130800 color RGB value is (19,8,0).

RGB: (19,8,0) (7%, 3%, 0%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 0 of 255 = 0%

19
8
0

R + G + B ~ 3%. #130800 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 0 = 27 (100%)
R 19 of 27 ~ 70.37%
G 8 of 27 ~ 29.63%
B 0 of 27 ~ 0'%

%70.37
%29.63

CMYK color model

#130800 color CMYK value is (0,58,100,93).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 100.00%
  • key color value is 92.55%
CMYK: (0,58,100,93) C0M58Y100K93 (0%,58%,100%,93%) (0.00/0.58/1.00/0.93) 

CMYK percentages

%0
%57.89
%100
%92.55

Codes

Color #130800 in popluar color models

13 08 00
RGB 19 8 0
HSL 25° 100.00% 3.73%
HSB/HSV 25° 100.00% 7.45%
CMYK 0.00% 57.89% 100.00%
92.55%

Color #130800 in popluar number systems.

HEX 13 08 00
Decimal 19 8 0
Binary 10011 1000 0
Octal 23 10 0

Shades and tints

Shades of #130800

#130800
(19,8,0)
#120800
(18,8,0)
#110800
(17,8,0)
#100800
(16,8,0)
#0F0800
(15,8,0)
#0E0800
(14,8,0)
#0D0800
(13,8,0)
#0C0800
(12,8,0)
#0B0800
(11,8,0)
#0A0800
(10,8,0)
#090800
(9,8,0)
#000000
(0,0,0)

Tints of #130800

#130800
(19,8,0)
#281E17
(40,30,23)
#3D342E
(61,52,46)
#524A45
(82,74,69)
#67605C
(103,96,92)
#7C7673
(124,118,115)
#918C8A
(145,140,138)
#A6A2A1
(166,162,161)
#BBB8B8
(187,184,184)
#D0CECF
(208,206,207)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130800; }

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

This text font color is #130800.

Background Color

.myBgColor { background-color: #130800; }

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

This div background color is #130800.

Border color

.myBorderColor { border: 1px solid #130800; }

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

This div border color is #130800.

Opacity

.myOpacity80 { color: #130800; opacity: 0.8; }

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

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

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

This text has shadow with #130800 color.


.textShadow {text-shadow: 3px 3px 1px #130800', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #130800; -webkit-box-shadow: 1px 1px 3px 2px #130800; box-shadow:1px 1px 3px 2px #130800;">
Div content here
</div>

This div box has shadow with color #130800.

Preview

Color preview on black background

This text has color #130800 on black background.


Color preview on white background

This text has color #130800 on white background.


Black color preview on #130800 background

This text has black color on #130800 background.


White color preview on #130800 background

This text has white color on #130800 background.


Related colors

Complementary color

Complementary color for #hex is #ECF7FF.


I love getcolorcode.com

Triadic colors

1 #001308 and #080013 with #130800 are triadic colors.

2 #000813 and #081300 with #130800 are triadic colors.