COLOR #4E8968

HEX: #4E8968
RGB: (78,137,104)

Color info

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

RGB color model

#4E8968 color RGB value is (78,137,104).

  • red value is 78;
  • green value is 137;
  • blue value is 104.
RGB:
(78,137,104)
(31%,54%,41%)

RGB channels and saturation

R 78 of 255 = 31%
G 137 of 255 = 54%
B 104 of 255 = 41%

78
137
104

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

Portions of RGB colors in percentages

R + G + B =
78 + 137 + 104 = 319 (100%)
R 78 of 319 ~ 24.45%
G 137 of 319 ~ 42.95%
B 104 of 319 ~ 32.6%

%24.45
%42.95
%32.6

CMYK color model

#4E8968 color CMYK value is (43,0,24,46).

  • cyan value is 43.07%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(43,0,24,46)
C43M0Y24K46 
(43%,0%,24%,46%)
(0.43/0.00/0.24/0.46)	

CMYK percentages

%43.07
%0
%24.09
%46.27

Codes

Color #4E8968 in popluar color models

4E8968
RGB78137104
HSL146°27.44%42.16%
HSB/HSV146°43.07%53.73%
CMYK43.07%0.00%24.09%
46.27%

Color #4E8968 in popluar number systems.

HEX4E8968
Decimal78137104
Binary1001110100010011101000
Octal116211150

Shades and tints

Shades of #4E8968

#4E8968
(78,137,104)
#477D5F
(71,125,95)
#407156
(64,113,86)
#39654D
(57,101,77)
#325944
(50,89,68)
#2B4D3B
(43,77,59)
#244132
(36,65,50)
#1D3529
(29,53,41)
#162920
(22,41,32)
#0F1D17
(15,29,23)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #4E8968

#4E8968
(78,137,104)
#5E9375
(94,147,117)
#6E9D82
(110,157,130)
#7EA78F
(126,167,143)
#8EB19C
(142,177,156)
#9EBBA9
(158,187,169)
#AEC5B6
(174,197,182)
#BECFC3
(190,207,195)
#CED9D0
(206,217,208)
#DEE3DD
(222,227,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8968 color. Also use rgb(78,137,104) instead hex code.

Text Font Color

.myTextColor { color: #4E8968; }

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

This text font color is #4E8968.


Background Color

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

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

This div background color is #4E8968.


Border color

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

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

This div border color is #4E8968.


Opacity

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

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

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

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

This text has shadow with #4E8968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8968 on black background.


Color preview on white background

This text has color #4E8968 on white background.



Black color preview on #4E8968 background

This text has black color on #4E8968 background.


White color preview on #4E8968 background

This text has white color on #4E8968 background.