COLOR #4E854C

HEX: #4E854C RGB: (78,133,76)

Color info

#4E854C contains red, green and blue colors in about the same proportion. Web safe color of #4E854C is #669933 (or #693).

RGB color model

#4E854C color RGB value is (78,133,76).

RGB: (78,133,76) (31%, 52%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 76 of 255 = 30%

78
133
76

R + G + B ~ 38%. #4E854C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 133 + 76 = 287 (100%)
R 78 of 287 ~ 27.18%
G 133 of 287 ~ 46.34%
B 76 of 287 ~ 26.48'%

%27.18
%46.34
%26.48

CMYK color model

#4E854C color CMYK value is (41,0,43,48).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 47.84%
CMYK: (41,0,43,48) C41M0Y43K48 (41%,0%,43%,48%) (0.41/0.00/0.43/0.48) 

CMYK percentages

%41.35
%0
%42.86
%47.84

Codes

Color #4E854C in popluar color models

4E 85 4C
RGB 78 133 76
HSL 118° 27.27% 40.98%
HSB/HSV 118° 42.86% 52.16%
CMYK 41.35% 0.00% 42.86%
47.84%

Color #4E854C in popluar number systems.

HEX 4E 85 4C
Decimal 78 133 76
Binary 1001110 10000101 1001100
Octal 116 205 114

Shades and tints

Shades of #4E854C

#4E854C
(78,133,76)
#477946
(71,121,70)
#406D40
(64,109,64)
#39613A
(57,97,58)
#325534
(50,85,52)
#2B492E
(43,73,46)
#243D28
(36,61,40)
#1D3122
(29,49,34)
#16251C
(22,37,28)
#0F1916
(15,25,22)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E854C

#4E854C
(78,133,76)
#5E905C
(94,144,92)
#6E9B6C
(110,155,108)
#7EA67C
(126,166,124)
#8EB18C
(142,177,140)
#9EBC9C
(158,188,156)
#AEC7AC
(174,199,172)
#BED2BC
(190,210,188)
#CEDDCC
(206,221,204)
#DEE8DC
(222,232,220)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E854C color. Also use rgb(78,133,76) instead hex code.

Text Font Color

.myTextColor { color: #4E854C; }

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

This text font color is #4E854C.

Background Color

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

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

This div background color is #4E854C.

Border color

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

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

This div border color is #4E854C.

Opacity

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

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

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

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

This text has shadow with #4E854C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E854C.

Preview

Color preview on black background

This text has color #4E854C on black background.


Color preview on white background

This text has color #4E854C on white background.


Black color preview on #4E854C background

This text has black color on #4E854C background.


White color preview on #4E854C background

This text has white color on #4E854C background.


Related colors

Complementary color

Complementary color for #hex is #B17AB3.


I love getcolorcode.com

Triadic colors

1 #4C4E85 and #854C4E with #4E854C are triadic colors.

2 #4C854E and #854E4C with #4E854C are triadic colors.