COLOR #4E924D

HEX: #4E924D RGB: (78,146,77)

Color info

#4E924D contains mainly green color. Web safe color of #4E924D is #669933 (or #693).

RGB color model

#4E924D color RGB value is (78,146,77).

RGB: (78,146,77) (31%, 57%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 146 of 255 = 57%
B 77 of 255 = 30%

78
146
77

R + G + B ~ 39%. #4E924D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 146 + 77 = 301 (100%)
R 78 of 301 ~ 25.91%
G 146 of 301 ~ 48.5%
B 77 of 301 ~ 25.58'%

%25.91
%48.5
%25.58

CMYK color model

#4E924D color CMYK value is (47,0,47,43).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 47.26%
  • key color value is 42.75%

CMYK: (47,0,47,43)
C47M0Y47K43 (47%, 0%, 47%, 43%)
(0.47 / 0.00 / 0.47 / 0.43)

CMYK percentages

%46.58
%0
%47.26
%42.75

Codes

Color #4E924D in popluar color models

4E 92 4D
RGB 78 146 77
HSL 119° 30.94% 43.73%
HSB/HSV 119° 47.26% 57.25%
CMYK 46.58% 0.00% 47.26%
42.75%

Color #4E924D in popluar number systems.

HEX 4E 92 4D
Decimal 78 146 77
Binary 1001110 10010010 1001101
Octal 116 222 115

Shades and tints

Shades of #4E924D

#4E924D
(78,146,77)
#478546
(71,133,70)
#40783F
(64,120,63)
#396B38
(57,107,56)
#325E31
(50,94,49)
#2B512A
(43,81,42)
#244423
(36,68,35)
#1D371C
(29,55,28)
#162A15
(22,42,21)
#0F1D0E
(15,29,14)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #4E924D

#4E924D
(78,146,77)
#5E9B5D
(94,155,93)
#6EA46D
(110,164,109)
#7EAD7D
(126,173,125)
#8EB68D
(142,182,141)
#9EBF9D
(158,191,157)
#AEC8AD
(174,200,173)
#BED1BD
(190,209,189)
#CEDACD
(206,218,205)
#DEE3DD
(222,227,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E924D color. Also use rgb(78,146,77) instead hex code.

Text Font Color

.myTextColor { color: #4E924D; }

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

This text font color is #4E924D.

Background Color

.myBgColor { background-color: #4E924D; }

<div style="background-color:#4E924D">Inner text</div>

This div background color is #4E924D.

Border color

.myBorderColor { border: 1px solid #4E924D; }

<div style="border:3px solid #4E924D">Div</div>

This div border color is #4E924D.

Opacity

.myOpacity80 { color: #4E924D; opacity: 0.8; }

<p style="color:#4E924D;opacity:0.8;">80%</p>

Text with #4E924D 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 #4E924D;}

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

This text has shadow with #4E924D color.


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

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

This text has shadow with #4E924D primary color and red secondary color.


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

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

This text has shadow with #4E924D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4E924D.

Preview

Color preview on black background

This text has color #4E924D on black background.


Color preview on white background

This text has color #4E924D on white background.


Black color preview on #4E924D background

This text has black color on #4E924D background.


White color preview on #4E924D background

This text has white color on #4E924D background.


Related colors

Complementary color

Complementary color for #hex is #B16DB2.


I love getcolorcode.com

Triadic colors

1 #4D4E92 and #924D4E with #4E924D are triadic colors.

2 #4D924E and #924E4D with #4E924D are triadic colors.