COLOR #050906

HEX: #050906 RGB: (5,9,6)

Color info

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

RGB color model

#050906 color RGB value is (5,9,6).

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

RGB channels and saturation

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

5
9
6

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

Portions of RGB colors in percentages

R + G + B = 5 + 9 + 6 = 20 (100%)
R 5 of 20 ~ 25%
G 9 of 20 ~ 45%
B 6 of 20 ~ 30'%

%25
%45
%30

CMYK color model

#050906 color CMYK value is (44,0,33,96).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 96.47%

CMYK: (44,0,33,96)
C44M0Y33K96 (44%, 0%, 33%, 96%)
(0.44 / 0.00 / 0.33 / 0.96)

CMYK percentages

%44.44
%0
%33.33
%96.47

Codes

Color #050906 in popluar color models

05 09 06
RGB 5 9 6
HSL 135° 28.57% 2.75%
HSB/HSV 135° 44.44% 3.53%
CMYK 44.44% 0.00% 33.33%
96.47%

Color #050906 in popluar number systems.

HEX 05 09 06
Decimal 5 9 6
Binary 101 1001 110
Octal 5 11 6

Shades and tints

Tints of #050906

#050906
(5,9,6)
#1B1F1C
(27,31,28)
#313532
(49,53,50)
#474B48
(71,75,72)
#5D615E
(93,97,94)
#737774
(115,119,116)
#898D8A
(137,141,138)
#9FA3A0
(159,163,160)
#B5B9B6
(181,185,182)
#CBCFCC
(203,207,204)
#E1E5E2
(225,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050906; }

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

This text font color is #050906.

Background Color

.myBgColor { background-color: #050906; }

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

This div background color is #050906.

Border color

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

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

This div border color is #050906.

Opacity

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

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

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

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

This text has shadow with #050906 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050906.

Preview

Color preview on black background

This text has color #050906 on black background.


Color preview on white background

This text has color #050906 on white background.


Black color preview on #050906 background

This text has black color on #050906 background.


White color preview on #050906 background

This text has white color on #050906 background.


Related colors

Complementary color

Complementary color for #hex is #FAF6F9.


I love getcolorcode.com

Triadic colors

1 #060509 and #090605 with #050906 are triadic colors.

2 #060905 and #090506 with #050906 are triadic colors.