COLOR #050506

HEX: #050506 RGB: (5,5,6)

Color info

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

RGB color model

#050506 color RGB value is (5,5,6).

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

RGB channels and saturation

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

5
5
6

R + G + B ~ 2%. #050506 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 5 + 6 = 16 (100%)
R 5 of 16 ~ 31.25%
G 5 of 16 ~ 31.25%
B 6 of 16 ~ 37.5'%

%31.25
%31.25
%37.5

CMYK color model

#050506 color CMYK value is (17,17,0,98).

  • cyan value is 16.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 97.65%
CMYK: (17,17,0,98) C17M17Y0K98 (17%,17%,0%,98%) (0.17/0.17/0.00/0.98) 

CMYK percentages

%16.67
%16.67
%0
%97.65

Codes

Color #050506 in popluar color models

05 05 06
RGB 5 5 6
HSL 240° 9.09% 2.16%
HSB/HSV 240° 16.67% 2.35%
CMYK 16.67% 16.67% 0.00%
97.65%

Color #050506 in popluar number systems.

HEX 05 05 06
Decimal 5 5 6
Binary 101 101 110
Octal 5 5 6

Shades and tints

Tints of #050506

#050506
(5,5,6)
#1B1B1C
(27,27,28)
#313132
(49,49,50)
#474748
(71,71,72)
#5D5D5E
(93,93,94)
#737374
(115,115,116)
#89898A
(137,137,138)
#9F9FA0
(159,159,160)
#B5B5B6
(181,181,182)
#CBCBCC
(203,203,204)
#E1E1E2
(225,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050506; }

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

This text font color is #050506.

Background Color

.myBgColor { background-color: #050506; }

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

This div background color is #050506.

Border color

.myBorderColor { border: 1px solid #050506; }

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

This div border color is #050506.

Opacity

.myOpacity80 { color: #050506; opacity: 0.8; }

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

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

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

This text has shadow with #050506 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050506.

Preview

Color preview on black background

This text has color #050506 on black background.


Color preview on white background

This text has color #050506 on white background.


Black color preview on #050506 background

This text has black color on #050506 background.


White color preview on #050506 background

This text has white color on #050506 background.


Related colors

Complementary color

Complementary color for #hex is #FAFAF9.


I love getcolorcode.com