COLOR #05050F

HEX: #05050F RGB: (5,5,15)

Color info

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

RGB color model

#05050F color RGB value is (5,5,15).

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

RGB channels and saturation

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

5
5
15

R + G + B ~ 3%. #05050F is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 5 + 15 = 25 (100%)
R 5 of 25 ~ 20%
G 5 of 25 ~ 20%
B 15 of 25 ~ 60'%

%20
%20
%60

CMYK color model

#05050F color CMYK value is (67,67,0,94).

  • cyan value is 66.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (67,67,0,94)
C67M67Y0K94 (67%, 67%, 0%, 94%)
(0.67 / 0.67 / 0.00 / 0.94)

CMYK percentages

%66.67
%66.67
%0
%94.12

Codes

Color #05050F in popluar color models

05 05 0F
RGB 5 5 15
HSL 240° 50.00% 3.92%
HSB/HSV 240° 66.67% 5.88%
CMYK 66.67% 66.67% 0.00%
94.12%

Color #05050F in popluar number systems.

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

Shades and tints

Shades of #05050F

#05050F
(5,5,15)
#05050E
(5,5,14)
#05050D
(5,5,13)
#05050C
(5,5,12)
#05050B
(5,5,11)
#05050A
(5,5,10)
#050509
(5,5,9)
#050508
(5,5,8)
#050507
(5,5,7)
#050506
(5,5,6)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #05050F

#05050F
(5,5,15)
#1B1B24
(27,27,36)
#313139
(49,49,57)
#47474E
(71,71,78)
#5D5D63
(93,93,99)
#737378
(115,115,120)
#89898D
(137,137,141)
#9F9FA2
(159,159,162)
#B5B5B7
(181,181,183)
#CBCBCC
(203,203,204)
#E1E1E1
(225,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05050F; }

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

This text font color is #05050F.

Background Color

.myBgColor { background-color: #05050F; }

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

This div background color is #05050F.

Border color

.myBorderColor { border: 1px solid #05050F; }

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

This div border color is #05050F.

Opacity

.myOpacity80 { color: #05050F; opacity: 0.8; }

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

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

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

This text has shadow with #05050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05050F.

Preview

Color preview on black background

This text has color #05050F on black background.


Color preview on white background

This text has color #05050F on white background.


Black color preview on #05050F background

This text has black color on #05050F background.


White color preview on #05050F background

This text has white color on #05050F background.


Related colors

Complementary color

Complementary color for #hex is #FAFAF0.


I love getcolorcode.com