COLOR #4E955A

HEX: #4E955A
RGB: (78,149,90)

Color info

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

RGB color model

#4E955A color RGB value is (78,149,90).

  • red value is 78;
  • green value is 149;
  • blue value is 90.
RGB:
(78,149,90)
(31%,58%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 149 of 255 = 58%
B 90 of 255 = 35%

78
149
90

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

Portions of RGB colors in percentages

R + G + B =
78 + 149 + 90 = 317 (100%)
R 78 of 317 ~ 24.61%
G 149 of 317 ~ 47%
B 90 of 317 ~ 28.39%

%24.61
%47
%28.39

CMYK color model

#4E955A color CMYK value is (48,0,40,42).

  • cyan value is 47.65%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK:
(48,0,40,42)
C48M0Y40K42 
(48%,0%,40%,42%)
(0.48/0.00/0.40/0.42)	

CMYK percentages

%47.65
%0
%39.6
%41.57

Codes

Color #4E955A in popluar color models

4E955A
RGB7814990
HSL130°31.28%44.51%
HSB/HSV130°47.65%58.43%
CMYK47.65%0.00%39.60%
41.57%

Color #4E955A in popluar number systems.

HEX4E955A
Decimal7814990
Binary1001110100101011011010
Octal116225132

Shades and tints

Shades of #4E955A

#4E955A
(78,149,90)
#478852
(71,136,82)
#407B4A
(64,123,74)
#396E42
(57,110,66)
#32613A
(50,97,58)
#2B5432
(43,84,50)
#24472A
(36,71,42)
#1D3A22
(29,58,34)
#162D1A
(22,45,26)
#0F2012
(15,32,18)
#08130A
(8,19,10)
#000000
(0,0,0)

Tints of #4E955A

#4E955A
(78,149,90)
#5E9E69
(94,158,105)
#6EA778
(110,167,120)
#7EB087
(126,176,135)
#8EB996
(142,185,150)
#9EC2A5
(158,194,165)
#AECBB4
(174,203,180)
#BED4C3
(190,212,195)
#CEDDD2
(206,221,210)
#DEE6E1
(222,230,225)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E955A color. Also use rgb(78,149,90) instead hex code.

Text Font Color

.myTextColor { color: #4E955A; }

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

This text font color is #4E955A.


Background Color

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

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

This div background color is #4E955A.


Border color

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

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

This div border color is #4E955A.


Opacity

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

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

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

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

This text has shadow with #4E955A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E955A on black background.


Color preview on white background

This text has color #4E955A on white background.



Black color preview on #4E955A background

This text has black color on #4E955A background.


White color preview on #4E955A background

This text has white color on #4E955A background.