COLOR #05190E

HEX: #05190E
RGB: (5,25,14)

Color info

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

RGB color model

#05190E color RGB value is (5,25,14).

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

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 14 of 255 = 5%

5
25
14

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

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 14 = 44 (100%)
R 5 of 44 ~ 11.36%
G 25 of 44 ~ 56.82%
B 14 of 44 ~ 31.82%

%11.36
%56.82
%31.82

CMYK color model

#05190E color CMYK value is (80,0,44,90).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 90.20%
CMYK:
(80,0,44,90)
C80M0Y44K90 
(80%,0%,44%,90%)
(0.80/0.00/0.44/0.90)	

CMYK percentages

%80
%0
%44
%90.2

Codes

Color #05190E in popluar color models

05190E
RGB52514
HSL147°66.67%5.88%
HSB/HSV147°80.00%9.80%
CMYK80.00%0.00%44.00%
90.20%

Color #05190E in popluar number systems.

HEX05190E
Decimal52514
Binary101110011110
Octal53116

Shades and tints

Shades of #05190E

#05190E
(5,25,14)
#05170D
(5,23,13)
#05150C
(5,21,12)
#05130B
(5,19,11)
#05110A
(5,17,10)
#050F09
(5,15,9)
#050D08
(5,13,8)
#050B07
(5,11,7)
#050906
(5,9,6)
#050705
(5,7,5)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #05190E

#05190E
(5,25,14)
#1B2D23
(27,45,35)
#314138
(49,65,56)
#47554D
(71,85,77)
#5D6962
(93,105,98)
#737D77
(115,125,119)
#89918C
(137,145,140)
#9FA5A1
(159,165,161)
#B5B9B6
(181,185,182)
#CBCDCB
(203,205,203)
#E1E1E0
(225,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05190E; }

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

This text font color is #05190E.


Background Color

.myBgColor { background-color: #05190E; }

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

This div background color is #05190E.


Border color

.myBorderColor { border: 1px solid #05190E; }

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

This div border color is #05190E.


Opacity

.myOpacity80 { color: #05190E; opacity: 0.8; }

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

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

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

This text has shadow with #05190E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05190E on black background.


Color preview on white background

This text has color #05190E on white background.



Black color preview on #05190E background

This text has black color on #05190E background.


White color preview on #05190E background

This text has white color on #05190E background.