COLOR #4E8367

HEX: #4E8367 RGB: (78,131,103)

Color info

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

RGB color model

#4E8367 color RGB value is (78,131,103).

RGB: (78,131,103) (31%, 51%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 131 of 255 = 51%
B 103 of 255 = 40%

78
131
103

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

Portions of RGB colors in percentages

R + G + B = 78 + 131 + 103 = 312 (100%)
R 78 of 312 ~ 25%
G 131 of 312 ~ 41.99%
B 103 of 312 ~ 33.01'%

%25
%41.99
%33.01

CMYK color model

#4E8367 color CMYK value is (40,0,21,49).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 48.63%

CMYK: (40,0,21,49)
C40M0Y21K49 (40%, 0%, 21%, 49%)
(0.40 / 0.00 / 0.21 / 0.49)

CMYK percentages

%40.46
%0
%21.37
%48.63

Codes

Color #4E8367 in popluar color models

4E 83 67
RGB 78 131 103
HSL 148° 25.36% 40.98%
HSB/HSV 148° 40.46% 51.37%
CMYK 40.46% 0.00% 21.37%
48.63%

Color #4E8367 in popluar number systems.

HEX 4E 83 67
Decimal 78 131 103
Binary 1001110 10000011 1100111
Octal 116 203 147

Shades and tints

Shades of #4E8367

#4E8367
(78,131,103)
#47785E
(71,120,94)
#406D55
(64,109,85)
#39624C
(57,98,76)
#325743
(50,87,67)
#2B4C3A
(43,76,58)
#244131
(36,65,49)
#1D3628
(29,54,40)
#162B1F
(22,43,31)
#0F2016
(15,32,22)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #4E8367

#4E8367
(78,131,103)
#5E8E74
(94,142,116)
#6E9981
(110,153,129)
#7EA48E
(126,164,142)
#8EAF9B
(142,175,155)
#9EBAA8
(158,186,168)
#AEC5B5
(174,197,181)
#BED0C2
(190,208,194)
#CEDBCF
(206,219,207)
#DEE6DC
(222,230,220)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8367 color. Also use rgb(78,131,103) instead hex code.

Text Font Color

.myTextColor { color: #4E8367; }

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

This text font color is #4E8367.

Background Color

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

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

This div background color is #4E8367.

Border color

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

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

This div border color is #4E8367.

Opacity

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

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

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

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

This text has shadow with #4E8367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8367.

Preview

Color preview on black background

This text has color #4E8367 on black background.


Color preview on white background

This text has color #4E8367 on white background.


Black color preview on #4E8367 background

This text has black color on #4E8367 background.


White color preview on #4E8367 background

This text has white color on #4E8367 background.


Related colors

Complementary color

Complementary color for #hex is #B17C98.


I love getcolorcode.com

Triadic colors

1 #674E83 and #83674E with #4E8367 are triadic colors.

2 #67834E and #834E67 with #4E8367 are triadic colors.