COLOR #4E855A

HEX: #4E855A RGB: (78,133,90)

Color info

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

RGB color model

#4E855A color RGB value is (78,133,90).

RGB: (78,133,90) (31%, 52%, 35%)

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 90 of 255 = 35%

78
133
90

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

Portions of RGB colors in percentages

R + G + B = 78 + 133 + 90 = 301 (100%)
R 78 of 301 ~ 25.91%
G 133 of 301 ~ 44.19%
B 90 of 301 ~ 29.9'%

%25.91
%44.19
%29.9

CMYK color model

#4E855A color CMYK value is (41,0,32,48).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 47.84%

CMYK: (41,0,32,48)
C41M0Y32K48 (41%, 0%, 32%, 48%)
(0.41 / 0.00 / 0.32 / 0.48)

CMYK percentages

%41.35
%0
%32.33
%47.84

Codes

Color #4E855A in popluar color models

4E 85 5A
RGB 78 133 90
HSL 133° 26.07% 41.37%
HSB/HSV 133° 41.35% 52.16%
CMYK 41.35% 0.00% 32.33%
47.84%

Color #4E855A in popluar number systems.

HEX 4E 85 5A
Decimal 78 133 90
Binary 1001110 10000101 1011010
Octal 116 205 132

Shades and tints

Shades of #4E855A

#4E855A
(78,133,90)
#477952
(71,121,82)
#406D4A
(64,109,74)
#396142
(57,97,66)
#32553A
(50,85,58)
#2B4932
(43,73,50)
#243D2A
(36,61,42)
#1D3122
(29,49,34)
#16251A
(22,37,26)
#0F1912
(15,25,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E855A

#4E855A
(78,133,90)
#5E9069
(94,144,105)
#6E9B78
(110,155,120)
#7EA687
(126,166,135)
#8EB196
(142,177,150)
#9EBCA5
(158,188,165)
#AEC7B4
(174,199,180)
#BED2C3
(190,210,195)
#CEDDD2
(206,221,210)
#DEE8E1
(222,232,225)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E855A; }

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

This text font color is #4E855A.

Background Color

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

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

This div background color is #4E855A.

Border color

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

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

This div border color is #4E855A.

Opacity

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

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

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

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

This text has shadow with #4E855A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E855A.

Preview

Color preview on black background

This text has color #4E855A on black background.


Color preview on white background

This text has color #4E855A on white background.


Black color preview on #4E855A background

This text has black color on #4E855A background.


White color preview on #4E855A background

This text has white color on #4E855A background.


Related colors

Complementary color

Complementary color for #hex is #B17AA5.


I love getcolorcode.com

Triadic colors

1 #5A4E85 and #855A4E with #4E855A are triadic colors.

2 #5A854E and #854E5A with #4E855A are triadic colors.