COLOR #4E8676

HEX: #4E8676
RGB: (78,134,118)

Color info

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

RGB color model

#4E8676 color RGB value is (78,134,118).

  • red value is 78;
  • green value is 134;
  • blue value is 118.
RGB:
(78,134,118)
(31%,53%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 134 of 255 = 53%
B 118 of 255 = 46%

78
134
118

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

Portions of RGB colors in percentages

R + G + B =
78 + 134 + 118 = 330 (100%)
R 78 of 330 ~ 23.64%
G 134 of 330 ~ 40.61%
B 118 of 330 ~ 35.76%

%23.64
%40.61
%35.76

CMYK color model

#4E8676 color CMYK value is (42,0,12,47).

  • cyan value is 41.79%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(42,0,12,47)
C42M0Y12K47 
(42%,0%,12%,47%)
(0.42/0.00/0.12/0.47)	

CMYK percentages

%41.79
%0
%11.94
%47.45

Codes

Color #4E8676 in popluar color models

4E8676
RGB78134118
HSL163°26.42%41.57%
HSB/HSV163°41.79%52.55%
CMYK41.79%0.00%11.94%
47.45%

Color #4E8676 in popluar number systems.

HEX4E8676
Decimal78134118
Binary1001110100001101110110
Octal116206166

Shades and tints

Shades of #4E8676

#4E8676
(78,134,118)
#477A6C
(71,122,108)
#406E62
(64,110,98)
#396258
(57,98,88)
#32564E
(50,86,78)
#2B4A44
(43,74,68)
#243E3A
(36,62,58)
#1D3230
(29,50,48)
#162626
(22,38,38)
#0F1A1C
(15,26,28)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #4E8676

#4E8676
(78,134,118)
#5E9182
(94,145,130)
#6E9C8E
(110,156,142)
#7EA79A
(126,167,154)
#8EB2A6
(142,178,166)
#9EBDB2
(158,189,178)
#AEC8BE
(174,200,190)
#BED3CA
(190,211,202)
#CEDED6
(206,222,214)
#DEE9E2
(222,233,226)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8676 color. Also use rgb(78,134,118) instead hex code.

Text Font Color

.myTextColor { color: #4E8676; }

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

This text font color is #4E8676.


Background Color

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

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

This div background color is #4E8676.


Border color

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

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

This div border color is #4E8676.


Opacity

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

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

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

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

This text has shadow with #4E8676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8676 on black background.


Color preview on white background

This text has color #4E8676 on white background.



Black color preview on #4E8676 background

This text has black color on #4E8676 background.


White color preview on #4E8676 background

This text has white color on #4E8676 background.