COLOR #4E8A61

HEX: #4E8A61
RGB: (78,138,97)

Color info

#4E8A61 contains mainly green and blue colors. Web safe color of #4E8A61 is #669966 (or #696).

RGB color model

#4E8A61 color RGB value is (78,138,97).

  • red value is 78;
  • green value is 138;
  • blue value is 97.
RGB:
(78,138,97)
(31%,54%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 97 of 255 = 38%

78
138
97

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 97 = 313 (100%)
R 78 of 313 ~ 24.92%
G 138 of 313 ~ 44.09%
B 97 of 313 ~ 30.99%

%24.92
%44.09
%30.99

CMYK color model

#4E8A61 color CMYK value is (43,0,30,46).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(43,0,30,46)
C43M0Y30K46 
(43%,0%,30%,46%)
(0.43/0.00/0.30/0.46)	

CMYK percentages

%43.48
%0
%29.71
%45.88

Codes

Color #4E8A61 in popluar color models

4E8A61
RGB7813897
HSL139°27.78%42.35%
HSB/HSV139°43.48%54.12%
CMYK43.48%0.00%29.71%
45.88%

Color #4E8A61 in popluar number systems.

HEX4E8A61
Decimal7813897
Binary1001110100010101100001
Octal116212141

Shades and tints

Shades of #4E8A61

#4E8A61
(78,138,97)
#477E59
(71,126,89)
#407251
(64,114,81)
#396649
(57,102,73)
#325A41
(50,90,65)
#2B4E39
(43,78,57)
#244231
(36,66,49)
#1D3629
(29,54,41)
#162A21
(22,42,33)
#0F1E19
(15,30,25)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #4E8A61

#4E8A61
(78,138,97)
#5E946F
(94,148,111)
#6E9E7D
(110,158,125)
#7EA88B
(126,168,139)
#8EB299
(142,178,153)
#9EBCA7
(158,188,167)
#AEC6B5
(174,198,181)
#BED0C3
(190,208,195)
#CEDAD1
(206,218,209)
#DEE4DF
(222,228,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8A61 color. Also use rgb(78,138,97) instead hex code.

Text Font Color

.myTextColor { color: #4E8A61; }

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

This text font color is #4E8A61.


Background Color

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

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

This div background color is #4E8A61.


Border color

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

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

This div border color is #4E8A61.


Opacity

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

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

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

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

This text has shadow with #4E8A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A61 on black background.


Color preview on white background

This text has color #4E8A61 on white background.



Black color preview on #4E8A61 background

This text has black color on #4E8A61 background.


White color preview on #4E8A61 background

This text has white color on #4E8A61 background.