COLOR #050A0F

HEX: #050A0F
RGB: (5,10,15)

Color info

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

RGB color model

#050A0F color RGB value is (5,10,15).

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

RGB channels and saturation

R 5 of 255 = 2%
G 10 of 255 = 4%
B 15 of 255 = 6%

5
10
15

R + G + B ~ 4%. #050A0F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 10 + 15 = 30 (100%)
R 5 of 30 ~ 16.67%
G 10 of 30 ~ 33.33%
B 15 of 30 ~ 50%

%16.67
%33.33
%50

CMYK color model

#050A0F color CMYK value is (67,33,0,94).

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK: (67,33,0,94) C67M33Y0K94 (67%,33%,0%,94%) (0.67/0.33/0.00/0.94)

CMYK percentages

%66.67
%33.33
%0
%94.12

Codes

Color #050A0F in popluar color models

050A0F
RGB51015
HSL210°50.00%3.92%
HSB/HSV210°66.67%5.88%
CMYK66.67%33.33%0.00%
94.12%

Color #050A0F in popluar number systems.

HEX050A0F
Decimal51015
Binary10110101111
Octal51217

Shades and tints

Shades of #050A0F

#050A0F
(5,10,15)
#050A0E
(5,10,14)
#050A0D
(5,10,13)
#050A0C
(5,10,12)
#050A0B
(5,10,11)
#050A0A
(5,10,10)
#050A09
(5,10,9)
#050A08
(5,10,8)
#050A07
(5,10,7)
#050A06
(5,10,6)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #050A0F

#050A0F
(5,10,15)
#1B2024
(27,32,36)
#313639
(49,54,57)
#474C4E
(71,76,78)
#5D6263
(93,98,99)
#737878
(115,120,120)
#898E8D
(137,142,141)
#9FA4A2
(159,164,162)
#B5BAB7
(181,186,183)
#CBD0CC
(203,208,204)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050A0F; }

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

This text font color is #050A0F.


Background Color

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

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

This div background color is #050A0F.


Border color

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

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

This div border color is #050A0F.


Opacity

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

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

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

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

This text has shadow with #050A0F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #050A0F on black background.


Color preview on white background

This text has color #050A0F on white background.



Black color preview on #050A0F background

This text has black color on #050A0F background.


White color preview on #050A0F background

This text has white color on #050A0F background.