COLOR #004E0E

HEX: #004E0E RGB: (0,78,14)

Color info

#004E0E contains mainly green color. Web safe color of #004E0E is #006600 (or #060).

RGB color model

#004E0E color RGB value is (0,78,14).

RGB: (0,78,14) (0%, 31%, 5%)

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 14 of 255 = 5%

0
78
14

R + G + B ~ 12%. #004E0E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 78 + 14 = 92 (100%)
R 0 of 92 ~ 0%
G 78 of 92 ~ 84.78%
B 14 of 92 ~ 15.22'%

%84.78
%15.22

CMYK color model

#004E0E color CMYK value is (100,0,82,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 82.05%
  • key color value is 69.41%

CMYK: (100,0,82,69)
C100M0Y82K69 (100%, 0%, 82%, 69%)
(1.00 / 0.00 / 0.82 / 0.69)

CMYK percentages

%100
%0
%82.05
%69.41

Codes

Color #004E0E in popluar color models

00 4E 0E
RGB 0 78 14
HSL 131° 100.00% 15.29%
HSB/HSV 131° 100.00% 30.59%
CMYK 100.00% 0.00% 82.05%
69.41%

Color #004E0E in popluar number systems.

HEX 00 4E 0E
Decimal 0 78 14
Binary 0 1001110 1110
Octal 0 116 16

Shades and tints

Shades of #004E0E

#004E0E
(0,78,14)
#00470D
(0,71,13)
#00400C
(0,64,12)
#00390B
(0,57,11)
#00320A
(0,50,10)
#002B09
(0,43,9)
#002408
(0,36,8)
#001D07
(0,29,7)
#001606
(0,22,6)
#000F05
(0,15,5)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #004E0E

#004E0E
(0,78,14)
#175E23
(23,94,35)
#2E6E38
(46,110,56)
#457E4D
(69,126,77)
#5C8E62
(92,142,98)
#739E77
(115,158,119)
#8AAE8C
(138,174,140)
#A1BEA1
(161,190,161)
#B8CEB6
(184,206,182)
#CFDECB
(207,222,203)
#E6EEE0
(230,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004E0E color. Also use rgb(0,78,14) instead hex code.

Text Font Color

.myTextColor { color: #004E0E; }

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

This text font color is #004E0E.

Background Color

.myBgColor { background-color: #004E0E; }

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

This div background color is #004E0E.

Border color

.myBorderColor { border: 1px solid #004E0E; }

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

This div border color is #004E0E.

Opacity

.myOpacity80 { color: #004E0E; opacity: 0.8; }

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

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

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

This text has shadow with #004E0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004E0E.

Preview

Color preview on black background

This text has color #004E0E on black background.


Color preview on white background

This text has color #004E0E on white background.


Black color preview on #004E0E background

This text has black color on #004E0E background.


White color preview on #004E0E background

This text has white color on #004E0E background.


Related colors

Complementary color

Complementary color for #hex is #FFB1F1.


I love getcolorcode.com

Triadic colors

1 #0E004E and #4E0E00 with #004E0E are triadic colors.

2 #0E4E00 and #4E000E with #004E0E are triadic colors.