COLOR #050E04

HEX: #050E04
RGB: (5,14,4)

Color info

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

RGB color model

#050E04 color RGB value is (5,14,4).

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

RGB channels and saturation

R 5 of 255 = 2%
G 14 of 255 = 5%
B 4 of 255 = 2%

5
14
4

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

Portions of RGB colors in percentages

R + G + B =
5 + 14 + 4 = 23 (100%)
R 5 of 23 ~ 21.74%
G 14 of 23 ~ 60.87%
B 4 of 23 ~ 17.39%

%21.74
%60.87
%17.39

CMYK color model

#050E04 color CMYK value is (64,0,71,95).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 94.51%
CMYK:
(64,0,71,95)
C64M0Y71K95 
(64%,0%,71%,95%)
(0.64/0.00/0.71/0.95)	

CMYK percentages

%64.29
%0
%71.43
%94.51

Codes

Color #050E04 in popluar color models

050E04
RGB5144
HSL114°55.56%3.53%
HSB/HSV114°71.43%5.49%
CMYK64.29%0.00%71.43%
94.51%

Color #050E04 in popluar number systems.

HEX050E04
Decimal5144
Binary1011110100
Octal5164

Shades and tints

Shades of #050E04

#050E04
(5,14,4)
#050D04
(5,13,4)
#050C04
(5,12,4)
#050B04
(5,11,4)
#050A04
(5,10,4)
#050904
(5,9,4)
#050804
(5,8,4)
#050704
(5,7,4)
#050604
(5,6,4)
#050504
(5,5,4)
#050404
(5,4,4)
#000000
(0,0,0)

Tints of #050E04

#050E04
(5,14,4)
#1B231A
(27,35,26)
#313830
(49,56,48)
#474D46
(71,77,70)
#5D625C
(93,98,92)
#737772
(115,119,114)
#898C88
(137,140,136)
#9FA19E
(159,161,158)
#B5B6B4
(181,182,180)
#CBCBCA
(203,203,202)
#E1E0E0
(225,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050E04 color. Also use rgb(5,14,4) instead hex code.

Text Font Color

.myTextColor { color: #050E04; }

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

This text font color is #050E04.


Background Color

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

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

This div background color is #050E04.


Border color

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

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

This div border color is #050E04.


Opacity

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

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

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

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

This text has shadow with #050E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050E04 on black background.


Color preview on white background

This text has color #050E04 on white background.



Black color preview on #050E04 background

This text has black color on #050E04 background.


White color preview on #050E04 background

This text has white color on #050E04 background.