COLOR #080E04

HEX: #080E04 RGB: (8,14,4)

Color info

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

RGB color model

#080E04 color RGB value is (8,14,4).

RGB: (8,14,4) (3%, 5%, 2%)

RGB channels and saturation

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

8
14
4

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

Portions of RGB colors in percentages

R + G + B = 8 + 14 + 4 = 26 (100%)
R 8 of 26 ~ 30.77%
G 14 of 26 ~ 53.85%
B 4 of 26 ~ 15.38'%

%30.77
%53.85
%15.38

CMYK color model

#080E04 color CMYK value is (43,0,71,95).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 94.51%

CMYK: (43,0,71,95)
C43M0Y71K95 (43%, 0%, 71%, 95%)
(0.43 / 0.00 / 0.71 / 0.95)

CMYK percentages

%42.86
%0
%71.43
%94.51

Codes

Color #080E04 in popluar color models

08 0E 04
RGB 8 14 4
HSL 96° 55.56% 3.53%
HSB/HSV 96° 71.43% 5.49%
CMYK 42.86% 0.00% 71.43%
94.51%

Color #080E04 in popluar number systems.

HEX 08 0E 04
Decimal 8 14 4
Binary 1000 1110 100
Octal 10 16 4

Shades and tints

Shades of #080E04

#080E04
(8,14,4)
#080D04
(8,13,4)
#080C04
(8,12,4)
#080B04
(8,11,4)
#080A04
(8,10,4)
#080904
(8,9,4)
#080804
(8,8,4)
#080704
(8,7,4)
#080604
(8,6,4)
#080504
(8,5,4)
#080404
(8,4,4)
#000000
(0,0,0)

Tints of #080E04

#080E04
(8,14,4)
#1E231A
(30,35,26)
#343830
(52,56,48)
#4A4D46
(74,77,70)
#60625C
(96,98,92)
#767772
(118,119,114)
#8C8C88
(140,140,136)
#A2A19E
(162,161,158)
#B8B6B4
(184,182,180)
#CECBCA
(206,203,202)
#E4E0E0
(228,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080E04; }

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

This text font color is #080E04.

Background Color

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

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

This div background color is #080E04.

Border color

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

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

This div border color is #080E04.

Opacity

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

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

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

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

This text has shadow with #080E04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080E04.

Preview

Color preview on black background

This text has color #080E04 on black background.


Color preview on white background

This text has color #080E04 on white background.


Black color preview on #080E04 background

This text has black color on #080E04 background.


White color preview on #080E04 background

This text has white color on #080E04 background.


Related colors

Complementary color

Complementary color for #hex is #F7F1FB.


I love getcolorcode.com

Triadic colors

1 #04080E and #0E0408 with #080E04 are triadic colors.

2 #040E08 and #0E0804 with #080E04 are triadic colors.