COLOR #050F13

HEX: #050F13
RGB: (5,15,19)

Color info

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

RGB color model

#050F13 color RGB value is (5,15,19).

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

RGB channels and saturation

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

5
15
19

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

Portions of RGB colors in percentages

R + G + B =
5 + 15 + 19 = 39 (100%)
R 5 of 39 ~ 12.82%
G 15 of 39 ~ 38.46%
B 19 of 39 ~ 48.72%

%12.82
%38.46
%48.72

CMYK color model

#050F13 color CMYK value is (74,21,0,93).

  • cyan value is 73.68%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(74,21,0,93)
C74M21Y0K93 
(74%,21%,0%,93%)
(0.74/0.21/0.00/0.93)	

CMYK percentages

%73.68
%21.05
%0
%92.55

Codes

Color #050F13 in popluar color models

050F13
RGB51519
HSL197°58.33%4.71%
HSB/HSV197°73.68%7.45%
CMYK73.68%21.05%0.00%
92.55%

Color #050F13 in popluar number systems.

HEX050F13
Decimal51519
Binary101111110011
Octal51723

Shades and tints

Shades of #050F13

#050F13
(5,15,19)
#050E12
(5,14,18)
#050D11
(5,13,17)
#050C10
(5,12,16)
#050B0F
(5,11,15)
#050A0E
(5,10,14)
#05090D
(5,9,13)
#05080C
(5,8,12)
#05070B
(5,7,11)
#05060A
(5,6,10)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #050F13

#050F13
(5,15,19)
#1B2428
(27,36,40)
#31393D
(49,57,61)
#474E52
(71,78,82)
#5D6367
(93,99,103)
#73787C
(115,120,124)
#898D91
(137,141,145)
#9FA2A6
(159,162,166)
#B5B7BB
(181,183,187)
#CBCCD0
(203,204,208)
#E1E1E5
(225,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050F13; }

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

This text font color is #050F13.


Background Color

.myBgColor { background-color: #050F13; }

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

This div background color is #050F13.


Border color

.myBorderColor { border: 1px solid #050F13; }

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

This div border color is #050F13.


Opacity

.myOpacity80 { color: #050F13; opacity: 0.8; }

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

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

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

This text has shadow with #050F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050F13 on black background.


Color preview on white background

This text has color #050F13 on white background.



Black color preview on #050F13 background

This text has black color on #050F13 background.


White color preview on #050F13 background

This text has white color on #050F13 background.