COLOR #4E905F

HEX: #4E905F RGB: (78,144,95)

Color info

#4E905F contains mainly green and blue colors. Web safe color of #4E905F is #669966 (or #696).

RGB color model

#4E905F color RGB value is (78,144,95).

RGB: (78,144,95) (31%, 56%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 144 of 255 = 56%
B 95 of 255 = 37%

78
144
95

R + G + B ~ 41%. #4E905F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 144 + 95 = 317 (100%)
R 78 of 317 ~ 24.61%
G 144 of 317 ~ 45.43%
B 95 of 317 ~ 29.97'%

%24.61
%45.43
%29.97

CMYK color model

#4E905F color CMYK value is (46,0,34,44).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 43.53%

CMYK: (46,0,34,44)
C46M0Y34K44 (46%, 0%, 34%, 44%)
(0.46 / 0.00 / 0.34 / 0.44)

CMYK percentages

%45.83
%0
%34.03
%43.53

Codes

Color #4E905F in popluar color models

4E 90 5F
RGB 78 144 95
HSL 135° 29.73% 43.53%
HSB/HSV 135° 45.83% 56.47%
CMYK 45.83% 0.00% 34.03%
43.53%

Color #4E905F in popluar number systems.

HEX 4E 90 5F
Decimal 78 144 95
Binary 1001110 10010000 1011111
Octal 116 220 137

Shades and tints

Shades of #4E905F

#4E905F
(78,144,95)
#478357
(71,131,87)
#40764F
(64,118,79)
#396947
(57,105,71)
#325C3F
(50,92,63)
#2B4F37
(43,79,55)
#24422F
(36,66,47)
#1D3527
(29,53,39)
#16281F
(22,40,31)
#0F1B17
(15,27,23)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E905F

#4E905F
(78,144,95)
#5E9A6D
(94,154,109)
#6EA47B
(110,164,123)
#7EAE89
(126,174,137)
#8EB897
(142,184,151)
#9EC2A5
(158,194,165)
#AECCB3
(174,204,179)
#BED6C1
(190,214,193)
#CEE0CF
(206,224,207)
#DEEADD
(222,234,221)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E905F color. Also use rgb(78,144,95) instead hex code.

Text Font Color

.myTextColor { color: #4E905F; }

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

This text font color is #4E905F.

Background Color

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

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

This div background color is #4E905F.

Border color

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

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

This div border color is #4E905F.

Opacity

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

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

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

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

This text has shadow with #4E905F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E905F.

Preview

Color preview on black background

This text has color #4E905F on black background.


Color preview on white background

This text has color #4E905F on white background.


Black color preview on #4E905F background

This text has black color on #4E905F background.


White color preview on #4E905F background

This text has white color on #4E905F background.


Related colors

Complementary color

Complementary color for #hex is #B16FA0.


I love getcolorcode.com

Triadic colors

1 #5F4E90 and #905F4E with #4E905F are triadic colors.

2 #5F904E and #904E5F with #4E905F are triadic colors.