COLOR #050F17

HEX: #050F17 RGB: (5,15,23)

Color info

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

RGB color model

#050F17 color RGB value is (5,15,23).

RGB: (5,15,23) (2%, 6%, 9%)

RGB channels and saturation

R 5 of 255 = 2%
G 15 of 255 = 6%
B 23 of 255 = 9%

5
15
23

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

Portions of RGB colors in percentages

R + G + B = 5 + 15 + 23 = 43 (100%)
R 5 of 43 ~ 11.63%
G 15 of 43 ~ 34.88%
B 23 of 43 ~ 53.49'%

%11.63
%34.88
%53.49

CMYK color model

#050F17 color CMYK value is (78,35,0,91).

  • cyan value is 78.26%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (78,35,0,91)
C78M35Y0K91 (78%, 35%, 0%, 91%)
(0.78 / 0.35 / 0.00 / 0.91)

CMYK percentages

%78.26
%34.78
%0
%90.98

Codes

Color #050F17 in popluar color models

05 0F 17
RGB 5 15 23
HSL 207° 64.29% 5.49%
HSB/HSV 207° 78.26% 9.02%
CMYK 78.26% 34.78% 0.00%
90.98%

Color #050F17 in popluar number systems.

HEX 05 0F 17
Decimal 5 15 23
Binary 101 1111 10111
Octal 5 17 27

Shades and tints

Shades of #050F17

#050F17
(5,15,23)
#050E15
(5,14,21)
#050D13
(5,13,19)
#050C11
(5,12,17)
#050B0F
(5,11,15)
#050A0D
(5,10,13)
#05090B
(5,9,11)
#050809
(5,8,9)
#050707
(5,7,7)
#050605
(5,6,5)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #050F17

#050F17
(5,15,23)
#1B242C
(27,36,44)
#313941
(49,57,65)
#474E56
(71,78,86)
#5D636B
(93,99,107)
#737880
(115,120,128)
#898D95
(137,141,149)
#9FA2AA
(159,162,170)
#B5B7BF
(181,183,191)
#CBCCD4
(203,204,212)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050F17; }

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

This text font color is #050F17.

Background Color

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

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

This div background color is #050F17.

Border color

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

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

This div border color is #050F17.

Opacity

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

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

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

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

This text has shadow with #050F17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050F17.

Preview

Color preview on black background

This text has color #050F17 on black background.


Color preview on white background

This text has color #050F17 on white background.


Black color preview on #050F17 background

This text has black color on #050F17 background.


White color preview on #050F17 background

This text has white color on #050F17 background.


Related colors

Complementary color

Complementary color for #hex is #FAF0E8.


I love getcolorcode.com

Triadic colors

1 #17050F and #0F1705 with #050F17 are triadic colors.

2 #170F05 and #0F0517 with #050F17 are triadic colors.