COLOR #4E8277

HEX: #4E8277 RGB: (78,130,119)

Color info

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

RGB color model

#4E8277 color RGB value is (78,130,119).

RGB: (78,130,119) (31%, 51%, 47%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 119 of 255 = 47%

78
130
119

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

Portions of RGB colors in percentages

R + G + B = 78 + 130 + 119 = 327 (100%)
R 78 of 327 ~ 23.85%
G 130 of 327 ~ 39.76%
B 119 of 327 ~ 36.39'%

%23.85
%39.76
%36.39

CMYK color model

#4E8277 color CMYK value is (40,0,8,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 49.02%

CMYK: (40,0,8,49)
C40M0Y8K49 (40%, 0%, 8%, 49%)
(0.40 / 0.00 / 0.08 / 0.49)

CMYK percentages

%40
%0
%8.46
%49.02

Codes

Color #4E8277 in popluar color models

4E 82 77
RGB 78 130 119
HSL 167° 25.00% 40.78%
HSB/HSV 167° 40.00% 50.98%
CMYK 40.00% 0.00% 8.46%
49.02%

Color #4E8277 in popluar number systems.

HEX 4E 82 77
Decimal 78 130 119
Binary 1001110 10000010 1110111
Octal 116 202 167

Shades and tints

Shades of #4E8277

#4E8277
(78,130,119)
#47776D
(71,119,109)
#406C63
(64,108,99)
#396159
(57,97,89)
#32564F
(50,86,79)
#2B4B45
(43,75,69)
#24403B
(36,64,59)
#1D3531
(29,53,49)
#162A27
(22,42,39)
#0F1F1D
(15,31,29)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #4E8277

#4E8277
(78,130,119)
#5E8D83
(94,141,131)
#6E988F
(110,152,143)
#7EA39B
(126,163,155)
#8EAEA7
(142,174,167)
#9EB9B3
(158,185,179)
#AEC4BF
(174,196,191)
#BECFCB
(190,207,203)
#CEDAD7
(206,218,215)
#DEE5E3
(222,229,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8277 color. Also use rgb(78,130,119) instead hex code.

Text Font Color

.myTextColor { color: #4E8277; }

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

This text font color is #4E8277.

Background Color

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

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

This div background color is #4E8277.

Border color

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

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

This div border color is #4E8277.

Opacity

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

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

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

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

This text has shadow with #4E8277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8277.

Preview

Color preview on black background

This text has color #4E8277 on black background.


Color preview on white background

This text has color #4E8277 on white background.


Black color preview on #4E8277 background

This text has black color on #4E8277 background.


White color preview on #4E8277 background

This text has white color on #4E8277 background.


Related colors

Complementary color

Complementary color for #hex is #B17D88.


I love getcolorcode.com

Triadic colors

1 #774E82 and #82774E with #4E8277 are triadic colors.

2 #77824E and #824E77 with #4E8277 are triadic colors.