COLOR #4E8464

HEX: #4E8464
RGB: (78,132,100)

Color info

#4E8464 contains red, green and blue colors in about the same proportion. Web safe color of #4E8464 is #669966 (or #696).

RGB color model

#4E8464 color RGB value is (78,132,100).

  • red value is 78;
  • green value is 132;
  • blue value is 100.
RGB:
(78,132,100)
(31%,52%,39%)

RGB channels and saturation

R 78 of 255 = 31%
G 132 of 255 = 52%
B 100 of 255 = 39%

78
132
100

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

Portions of RGB colors in percentages

R + G + B =
78 + 132 + 100 = 310 (100%)
R 78 of 310 ~ 25.16%
G 132 of 310 ~ 42.58%
B 100 of 310 ~ 32.26%

%25.16
%42.58
%32.26

CMYK color model

#4E8464 color CMYK value is (41,0,24,48).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(41,0,24,48)
C41M0Y24K48 
(41%,0%,24%,48%)
(0.41/0.00/0.24/0.48)	

CMYK percentages

%40.91
%0
%24.24
%48.24

Codes

Color #4E8464 in popluar color models

4E8464
RGB78132100
HSL144°25.71%41.18%
HSB/HSV144°40.91%51.76%
CMYK40.91%0.00%24.24%
48.24%

Color #4E8464 in popluar number systems.

HEX4E8464
Decimal78132100
Binary1001110100001001100100
Octal116204144

Shades and tints

Shades of #4E8464

#4E8464
(78,132,100)
#47785B
(71,120,91)
#406C52
(64,108,82)
#396049
(57,96,73)
#325440
(50,84,64)
#2B4837
(43,72,55)
#243C2E
(36,60,46)
#1D3025
(29,48,37)
#16241C
(22,36,28)
#0F1813
(15,24,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #4E8464

#4E8464
(78,132,100)
#5E8F72
(94,143,114)
#6E9A80
(110,154,128)
#7EA58E
(126,165,142)
#8EB09C
(142,176,156)
#9EBBAA
(158,187,170)
#AEC6B8
(174,198,184)
#BED1C6
(190,209,198)
#CEDCD4
(206,220,212)
#DEE7E2
(222,231,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8464 color. Also use rgb(78,132,100) instead hex code.

Text Font Color

.myTextColor { color: #4E8464; }

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

This text font color is #4E8464.


Background Color

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

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

This div background color is #4E8464.


Border color

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

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

This div border color is #4E8464.


Opacity

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

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

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

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

This text has shadow with #4E8464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8464 on black background.


Color preview on white background

This text has color #4E8464 on white background.



Black color preview on #4E8464 background

This text has black color on #4E8464 background.


White color preview on #4E8464 background

This text has white color on #4E8464 background.