COLOR #4E847E

HEX: #4E847E RGB: (78,132,126)

Color info

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

RGB color model

#4E847E color RGB value is (78,132,126).

RGB: (78,132,126) (31%, 52%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 132 of 255 = 52%
B 126 of 255 = 49%

78
132
126

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

Portions of RGB colors in percentages

R + G + B = 78 + 132 + 126 = 336 (100%)
R 78 of 336 ~ 23.21%
G 132 of 336 ~ 39.29%
B 126 of 336 ~ 37.5'%

%23.21
%39.29
%37.5

CMYK color model

#4E847E color CMYK value is (41,0,5,48).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%

CMYK: (41,0,5,48)
C41M0Y5K48 (41%, 0%, 5%, 48%)
(0.41 / 0.00 / 0.05 / 0.48)

CMYK percentages

%40.91
%0
%4.55
%48.24

Codes

Color #4E847E in popluar color models

4E 84 7E
RGB 78 132 126
HSL 173° 25.71% 41.18%
HSB/HSV 173° 40.91% 51.76%
CMYK 40.91% 0.00% 4.55%
48.24%

Color #4E847E in popluar number systems.

HEX 4E 84 7E
Decimal 78 132 126
Binary 1001110 10000100 1111110
Octal 116 204 176

Shades and tints

Shades of #4E847E

#4E847E
(78,132,126)
#477873
(71,120,115)
#406C68
(64,108,104)
#39605D
(57,96,93)
#325452
(50,84,82)
#2B4847
(43,72,71)
#243C3C
(36,60,60)
#1D3031
(29,48,49)
#162426
(22,36,38)
#0F181B
(15,24,27)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E847E

#4E847E
(78,132,126)
#5E8F89
(94,143,137)
#6E9A94
(110,154,148)
#7EA59F
(126,165,159)
#8EB0AA
(142,176,170)
#9EBBB5
(158,187,181)
#AEC6C0
(174,198,192)
#BED1CB
(190,209,203)
#CEDCD6
(206,220,214)
#DEE7E1
(222,231,225)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E847E color. Also use rgb(78,132,126) instead hex code.

Text Font Color

.myTextColor { color: #4E847E; }

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

This text font color is #4E847E.

Background Color

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

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

This div background color is #4E847E.

Border color

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

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

This div border color is #4E847E.

Opacity

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

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

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

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

This text has shadow with #4E847E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E847E.

Preview

Color preview on black background

This text has color #4E847E on black background.


Color preview on white background

This text has color #4E847E on white background.


Black color preview on #4E847E background

This text has black color on #4E847E background.


White color preview on #4E847E background

This text has white color on #4E847E background.


Related colors

Complementary color

Complementary color for #hex is #B17B81.


I love getcolorcode.com

Triadic colors

1 #7E4E84 and #847E4E with #4E847E are triadic colors.

2 #7E844E and #844E7E with #4E847E are triadic colors.