COLOR #4E8167

HEX: #4E8167
RGB: (78,129,103)

Color info

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

RGB color model

#4E8167 color RGB value is (78,129,103).

  • red value is 78;
  • green value is 129;
  • blue value is 103.
RGB:
(78,129,103)
(31%,51%,40%)

RGB channels and saturation

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

78
129
103

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

Portions of RGB colors in percentages

R + G + B =
78 + 129 + 103 = 310 (100%)
R 78 of 310 ~ 25.16%
G 129 of 310 ~ 41.61%
B 103 of 310 ~ 33.23%

%25.16
%41.61
%33.23

CMYK color model

#4E8167 color CMYK value is (40,0,20,49).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 49.41%
CMYK:
(40,0,20,49)
C40M0Y20K49 
(40%,0%,20%,49%)
(0.40/0.00/0.20/0.49)	

CMYK percentages

%39.53
%0
%20.16
%49.41

Codes

Color #4E8167 in popluar color models

4E8167
RGB78129103
HSL149°24.64%40.59%
HSB/HSV149°39.53%50.59%
CMYK39.53%0.00%20.16%
49.41%

Color #4E8167 in popluar number systems.

HEX4E8167
Decimal78129103
Binary1001110100000011100111
Octal116201147

Shades and tints

Shades of #4E8167

#4E8167
(78,129,103)
#47765E
(71,118,94)
#406B55
(64,107,85)
#39604C
(57,96,76)
#325543
(50,85,67)
#2B4A3A
(43,74,58)
#243F31
(36,63,49)
#1D3428
(29,52,40)
#16291F
(22,41,31)
#0F1E16
(15,30,22)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #4E8167

#4E8167
(78,129,103)
#5E8C74
(94,140,116)
#6E9781
(110,151,129)
#7EA28E
(126,162,142)
#8EAD9B
(142,173,155)
#9EB8A8
(158,184,168)
#AEC3B5
(174,195,181)
#BECEC2
(190,206,194)
#CED9CF
(206,217,207)
#DEE4DC
(222,228,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8167; }

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

This text font color is #4E8167.


Background Color

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

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

This div background color is #4E8167.


Border color

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

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

This div border color is #4E8167.


Opacity

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

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

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

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

This text has shadow with #4E8167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8167 on black background.


Color preview on white background

This text has color #4E8167 on white background.



Black color preview on #4E8167 background

This text has black color on #4E8167 background.


White color preview on #4E8167 background

This text has white color on #4E8167 background.