COLOR #4E877F

HEX: #4E877F RGB: (78,135,127)

Color info

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

RGB color model

#4E877F color RGB value is (78,135,127).

RGB: (78,135,127) (31%, 53%, 50%)

RGB channels and saturation

R 78 of 255 = 31%
G 135 of 255 = 53%
B 127 of 255 = 50%

78
135
127

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

Portions of RGB colors in percentages

R + G + B = 78 + 135 + 127 = 340 (100%)
R 78 of 340 ~ 22.94%
G 135 of 340 ~ 39.71%
B 127 of 340 ~ 37.35'%

%22.94
%39.71
%37.35

CMYK color model

#4E877F color CMYK value is (42,0,6,47).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%

CMYK: (42,0,6,47)
C42M0Y6K47 (42%, 0%, 6%, 47%)
(0.42 / 0.00 / 0.06 / 0.47)

CMYK percentages

%42.22
%0
%5.93
%47.06

Codes

Color #4E877F in popluar color models

4E 87 7F
RGB 78 135 127
HSL 172° 26.76% 41.76%
HSB/HSV 172° 42.22% 52.94%
CMYK 42.22% 0.00% 5.93%
47.06%

Color #4E877F in popluar number systems.

HEX 4E 87 7F
Decimal 78 135 127
Binary 1001110 10000111 1111111
Octal 116 207 177

Shades and tints

Shades of #4E877F

#4E877F
(78,135,127)
#477B74
(71,123,116)
#406F69
(64,111,105)
#39635E
(57,99,94)
#325753
(50,87,83)
#2B4B48
(43,75,72)
#243F3D
(36,63,61)
#1D3332
(29,51,50)
#162727
(22,39,39)
#0F1B1C
(15,27,28)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4E877F

#4E877F
(78,135,127)
#5E918A
(94,145,138)
#6E9B95
(110,155,149)
#7EA5A0
(126,165,160)
#8EAFAB
(142,175,171)
#9EB9B6
(158,185,182)
#AEC3C1
(174,195,193)
#BECDCC
(190,205,204)
#CED7D7
(206,215,215)
#DEE1E2
(222,225,226)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E877F color. Also use rgb(78,135,127) instead hex code.

Text Font Color

.myTextColor { color: #4E877F; }

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

This text font color is #4E877F.

Background Color

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

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

This div background color is #4E877F.

Border color

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

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

This div border color is #4E877F.

Opacity

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

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

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

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

This text has shadow with #4E877F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E877F.

Preview

Color preview on black background

This text has color #4E877F on black background.


Color preview on white background

This text has color #4E877F on white background.


Black color preview on #4E877F background

This text has black color on #4E877F background.


White color preview on #4E877F background

This text has white color on #4E877F background.


Related colors

Complementary color

Complementary color for #hex is #B17880.


I love getcolorcode.com

Triadic colors

1 #7F4E87 and #877F4E with #4E877F are triadic colors.

2 #7F874E and #874E7F with #4E877F are triadic colors.