COLOR #051013

HEX: #051013
RGB: (5,16,19)

Color info

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

RGB color model

#051013 color RGB value is (5,16,19).

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

RGB channels and saturation

R 5 of 255 = 2%
G 16 of 255 = 6%
B 19 of 255 = 7%

5
16
19

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

Portions of RGB colors in percentages

R + G + B =
5 + 16 + 19 = 40 (100%)
R 5 of 40 ~ 12.5%
G 16 of 40 ~ 40%
B 19 of 40 ~ 47.5%

%12.5
%40
%47.5

CMYK color model

#051013 color CMYK value is (74,16,0,93).

  • cyan value is 73.68%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(74,16,0,93)
C74M16Y0K93 
(74%,16%,0%,93%)
(0.74/0.16/0.00/0.93)	

CMYK percentages

%73.68
%15.79
%0
%92.55

Codes

Color #051013 in popluar color models

051013
RGB51619
HSL193°58.33%4.71%
HSB/HSV193°73.68%7.45%
CMYK73.68%15.79%0.00%
92.55%

Color #051013 in popluar number systems.

HEX051013
Decimal51619
Binary1011000010011
Octal52023

Shades and tints

Shades of #051013

#051013
(5,16,19)
#050F12
(5,15,18)
#050E11
(5,14,17)
#050D10
(5,13,16)
#050C0F
(5,12,15)
#050B0E
(5,11,14)
#050A0D
(5,10,13)
#05090C
(5,9,12)
#05080B
(5,8,11)
#05070A
(5,7,10)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #051013

#051013
(5,16,19)
#1B2528
(27,37,40)
#313A3D
(49,58,61)
#474F52
(71,79,82)
#5D6467
(93,100,103)
#73797C
(115,121,124)
#898E91
(137,142,145)
#9FA3A6
(159,163,166)
#B5B8BB
(181,184,187)
#CBCDD0
(203,205,208)
#E1E2E5
(225,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051013; }

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

This text font color is #051013.


Background Color

.myBgColor { background-color: #051013; }

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

This div background color is #051013.


Border color

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

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

This div border color is #051013.


Opacity

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

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

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

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

This text has shadow with #051013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051013 on black background.


Color preview on white background

This text has color #051013 on white background.



Black color preview on #051013 background

This text has black color on #051013 background.


White color preview on #051013 background

This text has white color on #051013 background.