COLOR #004E3E

HEX: #004E3E
RGB: (0,78,62)

Color info

#004E3E contains only green and blue colors. Web safe color of #004E3E is #006633 (or #063).

RGB color model

#004E3E color RGB value is (0,78,62).

  • red value is 0;
  • green value is 78;
  • blue value is 62.
RGB:
(0,78,62)
(0%,31%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 62 of 255 = 24%

0
78
62

R + G + B ~ 18%. #004E3E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 62 = 140 (100%)
R 0 of 140 ~ 0%
G 78 of 140 ~ 55.71%
B 62 of 140 ~ 44.29%

%55.71
%44.29

CMYK color model

#004E3E color CMYK value is (100,0,21,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 69.41%
CMYK:
(100,0,21,69)
C100M0Y21K69 
(100%,0%,21%,69%)
(1.00/0.00/0.21/0.69)	

CMYK percentages

%100
%0
%20.51
%69.41

Codes

Color #004E3E in popluar color models

004E3E
RGB07862
HSL168°100.00%15.29%
HSB/HSV168°100.00%30.59%
CMYK100.00%0.00%20.51%
69.41%

Color #004E3E in popluar number systems.

HEX004E3E
Decimal07862
Binary01001110111110
Octal011676

Shades and tints

Shades of #004E3E

#004E3E
(0,78,62)
#004739
(0,71,57)
#004034
(0,64,52)
#00392F
(0,57,47)
#00322A
(0,50,42)
#002B25
(0,43,37)
#002420
(0,36,32)
#001D1B
(0,29,27)
#001616
(0,22,22)
#000F11
(0,15,17)
#00080C
(0,8,12)
#000000
(0,0,0)

Tints of #004E3E

#004E3E
(0,78,62)
#175E4F
(23,94,79)
#2E6E60
(46,110,96)
#457E71
(69,126,113)
#5C8E82
(92,142,130)
#739E93
(115,158,147)
#8AAEA4
(138,174,164)
#A1BEB5
(161,190,181)
#B8CEC6
(184,206,198)
#CFDED7
(207,222,215)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004E3E; }

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

This text font color is #004E3E.


Background Color

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

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

This div background color is #004E3E.


Border color

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

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

This div border color is #004E3E.


Opacity

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

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

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

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

This text has shadow with #004E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E3E on black background.


Color preview on white background

This text has color #004E3E on white background.



Black color preview on #004E3E background

This text has black color on #004E3E background.


White color preview on #004E3E background

This text has white color on #004E3E background.