COLOR #05130A

HEX: #05130A RGB: (5,19,10)

Color info

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

RGB color model

#05130A color RGB value is (5,19,10).

RGB: (5,19,10) (2%, 7%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 19 of 255 = 7%
B 10 of 255 = 4%

5
19
10

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

Portions of RGB colors in percentages

R + G + B = 5 + 19 + 10 = 34 (100%)
R 5 of 34 ~ 14.71%
G 19 of 34 ~ 55.88%
B 10 of 34 ~ 29.41'%

%14.71
%55.88
%29.41

CMYK color model

#05130A color CMYK value is (74,0,47,93).

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

CMYK: (74,0,47,93)
C74M0Y47K93 (74%, 0%, 47%, 93%)
(0.74 / 0.00 / 0.47 / 0.93)

CMYK percentages

%73.68
%0
%47.37
%92.55

Codes

Color #05130A in popluar color models

05 13 0A
RGB 5 19 10
HSL 141° 58.33% 4.71%
HSB/HSV 141° 73.68% 7.45%
CMYK 73.68% 0.00% 47.37%
92.55%

Color #05130A in popluar number systems.

HEX 05 13 0A
Decimal 5 19 10
Binary 101 10011 1010
Octal 5 23 12

Shades and tints

Shades of #05130A

#05130A
(5,19,10)
#05120A
(5,18,10)
#05110A
(5,17,10)
#05100A
(5,16,10)
#050F0A
(5,15,10)
#050E0A
(5,14,10)
#050D0A
(5,13,10)
#050C0A
(5,12,10)
#050B0A
(5,11,10)
#050A0A
(5,10,10)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #05130A

#05130A
(5,19,10)
#1B2820
(27,40,32)
#313D36
(49,61,54)
#47524C
(71,82,76)
#5D6762
(93,103,98)
#737C78
(115,124,120)
#89918E
(137,145,142)
#9FA6A4
(159,166,164)
#B5BBBA
(181,187,186)
#CBD0D0
(203,208,208)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05130A; }

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

This text font color is #05130A.

Background Color

.myBgColor { background-color: #05130A; }

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

This div background color is #05130A.

Border color

.myBorderColor { border: 1px solid #05130A; }

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

This div border color is #05130A.

Opacity

.myOpacity80 { color: #05130A; opacity: 0.8; }

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

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

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

This text has shadow with #05130A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05130A.

Preview

Color preview on black background

This text has color #05130A on black background.


Color preview on white background

This text has color #05130A on white background.


Black color preview on #05130A background

This text has black color on #05130A background.


White color preview on #05130A background

This text has white color on #05130A background.


Related colors

Complementary color

Complementary color for #hex is #FAECF5.


I love getcolorcode.com

Triadic colors

1 #0A0513 and #130A05 with #05130A are triadic colors.

2 #0A1305 and #13050A with #05130A are triadic colors.