COLOR #4E857C

HEX: #4E857C RGB: (78,133,124)

Color info

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

RGB color model

#4E857C color RGB value is (78,133,124).

RGB: (78,133,124) (31%, 52%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 124 of 255 = 49%

78
133
124

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

Portions of RGB colors in percentages

R + G + B = 78 + 133 + 124 = 335 (100%)
R 78 of 335 ~ 23.28%
G 133 of 335 ~ 39.7%
B 124 of 335 ~ 37.01'%

%23.28
%39.7
%37.01

CMYK color model

#4E857C color CMYK value is (41,0,7,48).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 47.84%

CMYK: (41,0,7,48)
C41M0Y7K48 (41%, 0%, 7%, 48%)
(0.41 / 0.00 / 0.07 / 0.48)

CMYK percentages

%41.35
%0
%6.77
%47.84

Codes

Color #4E857C in popluar color models

4E 85 7C
RGB 78 133 124
HSL 170° 26.07% 41.37%
HSB/HSV 170° 41.35% 52.16%
CMYK 41.35% 0.00% 6.77%
47.84%

Color #4E857C in popluar number systems.

HEX 4E 85 7C
Decimal 78 133 124
Binary 1001110 10000101 1111100
Octal 116 205 174

Shades and tints

Shades of #4E857C

#4E857C
(78,133,124)
#477971
(71,121,113)
#406D66
(64,109,102)
#39615B
(57,97,91)
#325550
(50,85,80)
#2B4945
(43,73,69)
#243D3A
(36,61,58)
#1D312F
(29,49,47)
#162524
(22,37,36)
#0F1919
(15,25,25)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #4E857C

#4E857C
(78,133,124)
#5E9087
(94,144,135)
#6E9B92
(110,155,146)
#7EA69D
(126,166,157)
#8EB1A8
(142,177,168)
#9EBCB3
(158,188,179)
#AEC7BE
(174,199,190)
#BED2C9
(190,210,201)
#CEDDD4
(206,221,212)
#DEE8DF
(222,232,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E857C color. Also use rgb(78,133,124) instead hex code.

Text Font Color

.myTextColor { color: #4E857C; }

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

This text font color is #4E857C.

Background Color

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

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

This div background color is #4E857C.

Border color

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

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

This div border color is #4E857C.

Opacity

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

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

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

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

This text has shadow with #4E857C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E857C.

Preview

Color preview on black background

This text has color #4E857C on black background.


Color preview on white background

This text has color #4E857C on white background.


Black color preview on #4E857C background

This text has black color on #4E857C background.


White color preview on #4E857C background

This text has white color on #4E857C background.


Related colors

Complementary color

Complementary color for #hex is #B17A83.


I love getcolorcode.com

Triadic colors

1 #7C4E85 and #857C4E with #4E857C are triadic colors.

2 #7C854E and #854E7C with #4E857C are triadic colors.