COLOR #050B06

HEX: #050B06
RGB: (5,11,6)

Color info

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

RGB color model

#050B06 color RGB value is (5,11,6).

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

RGB channels and saturation

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

5
11
6

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

Portions of RGB colors in percentages

R + G + B =
5 + 11 + 6 = 22 (100%)
R 5 of 22 ~ 22.73%
G 11 of 22 ~ 50%
B 6 of 22 ~ 27.27%

%22.73
%50
%27.27

CMYK color model

#050B06 color CMYK value is (55,0,45,96).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 95.69%
CMYK:
(55,0,45,96)
C55M0Y45K96 
(55%,0%,45%,96%)
(0.55/0.00/0.45/0.96)	

CMYK percentages

%54.55
%0
%45.45
%95.69

Codes

Color #050B06 in popluar color models

050B06
RGB5116
HSL130°37.50%3.14%
HSB/HSV130°54.55%4.31%
CMYK54.55%0.00%45.45%
95.69%

Color #050B06 in popluar number systems.

HEX050B06
Decimal5116
Binary1011011110
Octal5136

Shades and tints

Shades of #050B06

#050B06
(5,11,6)
#050A06
(5,10,6)
#050906
(5,9,6)
#050806
(5,8,6)
#050706
(5,7,6)
#050606
(5,6,6)
#050506
(5,5,6)
#050406
(5,4,6)
#050306
(5,3,6)
#050206
(5,2,6)
#050106
(5,1,6)
#000000
(0,0,0)

Tints of #050B06

#050B06
(5,11,6)
#1B211C
(27,33,28)
#313732
(49,55,50)
#474D48
(71,77,72)
#5D635E
(93,99,94)
#737974
(115,121,116)
#898F8A
(137,143,138)
#9FA5A0
(159,165,160)
#B5BBB6
(181,187,182)
#CBD1CC
(203,209,204)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050B06; }

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

This text font color is #050B06.


Background Color

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

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

This div background color is #050B06.


Border color

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

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

This div border color is #050B06.


Opacity

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

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

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

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

This text has shadow with #050B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050B06 on black background.


Color preview on white background

This text has color #050B06 on white background.



Black color preview on #050B06 background

This text has black color on #050B06 background.


White color preview on #050B06 background

This text has white color on #050B06 background.