COLOR #130805

HEX: #130805 RGB: (19,8,5)

Color info

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

RGB color model

#130805 color RGB value is (19,8,5).

RGB: (19,8,5) (7%, 3%, 2%)

RGB channels and saturation

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

19
8
5

R + G + B ~ 4%. #130805 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 5 = 32 (100%)
R 19 of 32 ~ 59.38%
G 8 of 32 ~ 25%
B 5 of 32 ~ 15.63'%

%59.38
%25
%15.63

CMYK color model

#130805 color CMYK value is (0,58,74,93).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 73.68%
  • key color value is 92.55%

CMYK: (0,58,74,93)
C0M58Y74K93 (0%, 58%, 74%, 93%)
(0.00 / 0.58 / 0.74 / 0.93)

CMYK percentages

%0
%57.89
%73.68
%92.55

Codes

Color #130805 in popluar color models

13 08 05
RGB 19 8 5
HSL 13° 58.33% 4.71%
HSB/HSV 13° 73.68% 7.45%
CMYK 0.00% 57.89% 73.68%
92.55%

Color #130805 in popluar number systems.

HEX 13 08 05
Decimal 19 8 5
Binary 10011 1000 101
Octal 23 10 5

Shades and tints

Shades of #130805

#130805
(19,8,5)
#120805
(18,8,5)
#110805
(17,8,5)
#100805
(16,8,5)
#0F0805
(15,8,5)
#0E0805
(14,8,5)
#0D0805
(13,8,5)
#0C0805
(12,8,5)
#0B0805
(11,8,5)
#0A0805
(10,8,5)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #130805

#130805
(19,8,5)
#281E1B
(40,30,27)
#3D3431
(61,52,49)
#524A47
(82,74,71)
#67605D
(103,96,93)
#7C7673
(124,118,115)
#918C89
(145,140,137)
#A6A29F
(166,162,159)
#BBB8B5
(187,184,181)
#D0CECB
(208,206,203)
#E5E4E1
(229,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130805; }

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

This text font color is #130805.

Background Color

.myBgColor { background-color: #130805; }

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

This div background color is #130805.

Border color

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

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

This div border color is #130805.

Opacity

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

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

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

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

This text has shadow with #130805 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130805.

Preview

Color preview on black background

This text has color #130805 on black background.


Color preview on white background

This text has color #130805 on white background.


Black color preview on #130805 background

This text has black color on #130805 background.


White color preview on #130805 background

This text has white color on #130805 background.


Related colors

Complementary color

Complementary color for #hex is #ECF7FA.


I love getcolorcode.com

Triadic colors

1 #051308 and #080513 with #130805 are triadic colors.

2 #050813 and #081305 with #130805 are triadic colors.