COLOR #050B00

HEX: #050B00
RGB: (5,11,0)

Color info

#050B00 contains only red and green colors. Web safe color of #050B00 is #000000 (or #000).

RGB color model

#050B00 color RGB value is (5,11,0).

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

RGB channels and saturation

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

5
11
0

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

Portions of RGB colors in percentages

R + G + B =
5 + 11 + 0 = 16 (100%)
R 5 of 16 ~ 31.25%
G 11 of 16 ~ 68.75%
B 0 of 16 ~ 0%

%31.25
%68.75

CMYK color model

#050B00 color CMYK value is (55,0,100,96).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 95.69%
CMYK:
(55,0,100,96)
C55M0Y100K96 
(55%,0%,100%,96%)
(0.55/0.00/1.00/0.96)	

CMYK percentages

%54.55
%0
%100
%95.69

Codes

Color #050B00 in popluar color models

050B00
RGB5110
HSL93°100.00%2.16%
HSB/HSV93°100.00%4.31%
CMYK54.55%0.00%100.00%
95.69%

Color #050B00 in popluar number systems.

HEX050B00
Decimal5110
Binary10110110
Octal5130

Shades and tints

Shades of #050B00

#050B00
(5,11,0)
#050A00
(5,10,0)
#050900
(5,9,0)
#050800
(5,8,0)
#050700
(5,7,0)
#050600
(5,6,0)
#050500
(5,5,0)
#050400
(5,4,0)
#050300
(5,3,0)
#050200
(5,2,0)
#050100
(5,1,0)
#000000
(0,0,0)

Tints of #050B00

#050B00
(5,11,0)
#1B2117
(27,33,23)
#31372E
(49,55,46)
#474D45
(71,77,69)
#5D635C
(93,99,92)
#737973
(115,121,115)
#898F8A
(137,143,138)
#9FA5A1
(159,165,161)
#B5BBB8
(181,187,184)
#CBD1CF
(203,209,207)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050B00; }

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

This text font color is #050B00.


Background Color

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

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

This div background color is #050B00.


Border color

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

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

This div border color is #050B00.


Opacity

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

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

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

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

This text has shadow with #050B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050B00 on black background.


Color preview on white background

This text has color #050B00 on white background.



Black color preview on #050B00 background

This text has black color on #050B00 background.


White color preview on #050B00 background

This text has white color on #050B00 background.