COLOR #051913

HEX: #051913
RGB: (5,25,19)

Color info

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

RGB color model

#051913 color RGB value is (5,25,19).

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

RGB channels and saturation

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

5
25
19

R + G + B ~ 6%. #051913 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 19 = 49 (100%)
R 5 of 49 ~ 10.2%
G 25 of 49 ~ 51.02%
B 19 of 49 ~ 38.78%

%10.2
%51.02
%38.78

CMYK color model

#051913 color CMYK value is (80,0,24,90).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(80,0,24,90)
C80M0Y24K90 
(80%,0%,24%,90%)
(0.80/0.00/0.24/0.90)	

CMYK percentages

%80
%0
%24
%90.2

Codes

Color #051913 in popluar color models

051913
RGB52519
HSL162°66.67%5.88%
HSB/HSV162°80.00%9.80%
CMYK80.00%0.00%24.00%
90.20%

Color #051913 in popluar number systems.

HEX051913
Decimal52519
Binary1011100110011
Octal53123

Shades and tints

Shades of #051913

#051913
(5,25,19)
#051712
(5,23,18)
#051511
(5,21,17)
#051310
(5,19,16)
#05110F
(5,17,15)
#050F0E
(5,15,14)
#050D0D
(5,13,13)
#050B0C
(5,11,12)
#05090B
(5,9,11)
#05070A
(5,7,10)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #051913

#051913
(5,25,19)
#1B2D28
(27,45,40)
#31413D
(49,65,61)
#475552
(71,85,82)
#5D6967
(93,105,103)
#737D7C
(115,125,124)
#899191
(137,145,145)
#9FA5A6
(159,165,166)
#B5B9BB
(181,185,187)
#CBCDD0
(203,205,208)
#E1E1E5
(225,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051913; }

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

This text font color is #051913.


Background Color

.myBgColor { background-color: #051913; }

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

This div background color is #051913.


Border color

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

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

This div border color is #051913.


Opacity

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

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

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

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

This text has shadow with #051913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051913 on black background.


Color preview on white background

This text has color #051913 on white background.



Black color preview on #051913 background

This text has black color on #051913 background.


White color preview on #051913 background

This text has white color on #051913 background.