COLOR #4E8560

HEX: #4E8560
RGB: (78,133,96)

Color info

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

RGB color model

#4E8560 color RGB value is (78,133,96).

  • red value is 78;
  • green value is 133;
  • blue value is 96.
RGB:
(78,133,96)
(31%,52%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 96 of 255 = 38%

78
133
96

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

Portions of RGB colors in percentages

R + G + B =
78 + 133 + 96 = 307 (100%)
R 78 of 307 ~ 25.41%
G 133 of 307 ~ 43.32%
B 96 of 307 ~ 31.27%

%25.41
%43.32
%31.27

CMYK color model

#4E8560 color CMYK value is (41,0,28,48).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 27.82%
  • key color value is 47.84%
CMYK:
(41,0,28,48)
C41M0Y28K48 
(41%,0%,28%,48%)
(0.41/0.00/0.28/0.48)	

CMYK percentages

%41.35
%0
%27.82
%47.84

Codes

Color #4E8560 in popluar color models

4E8560
RGB7813396
HSL140°26.07%41.37%
HSB/HSV140°41.35%52.16%
CMYK41.35%0.00%27.82%
47.84%

Color #4E8560 in popluar number systems.

HEX4E8560
Decimal7813396
Binary1001110100001011100000
Octal116205140

Shades and tints

Shades of #4E8560

#4E8560
(78,133,96)
#477958
(71,121,88)
#406D50
(64,109,80)
#396148
(57,97,72)
#325540
(50,85,64)
#2B4938
(43,73,56)
#243D30
(36,61,48)
#1D3128
(29,49,40)
#162520
(22,37,32)
#0F1918
(15,25,24)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E8560

#4E8560
(78,133,96)
#5E906E
(94,144,110)
#6E9B7C
(110,155,124)
#7EA68A
(126,166,138)
#8EB198
(142,177,152)
#9EBCA6
(158,188,166)
#AEC7B4
(174,199,180)
#BED2C2
(190,210,194)
#CEDDD0
(206,221,208)
#DEE8DE
(222,232,222)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8560; }

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

This text font color is #4E8560.


Background Color

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

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

This div background color is #4E8560.


Border color

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

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

This div border color is #4E8560.


Opacity

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

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

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

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

This text has shadow with #4E8560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8560 on black background.


Color preview on white background

This text has color #4E8560 on white background.



Black color preview on #4E8560 background

This text has black color on #4E8560 background.


White color preview on #4E8560 background

This text has white color on #4E8560 background.