COLOR #4E8276

HEX: #4E8276 RGB: (78,130,118)

Color info

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

RGB color model

#4E8276 color RGB value is (78,130,118).

RGB: (78,130,118) (31%, 51%, 46%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 118 of 255 = 46%

78
130
118

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

Portions of RGB colors in percentages

R + G + B = 78 + 130 + 118 = 326 (100%)
R 78 of 326 ~ 23.93%
G 130 of 326 ~ 39.88%
B 118 of 326 ~ 36.2'%

%23.93
%39.88
%36.2

CMYK color model

#4E8276 color CMYK value is (40,0,9,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK: (40,0,9,49) C40M0Y9K49 (40%,0%,9%,49%) (0.40/0.00/0.09/0.49) 

CMYK percentages

%40
%0
%9.23
%49.02

Codes

Color #4E8276 in popluar color models

4E 82 76
RGB 78 130 118
HSL 166° 25.00% 40.78%
HSB/HSV 166° 40.00% 50.98%
CMYK 40.00% 0.00% 9.23%
49.02%

Color #4E8276 in popluar number systems.

HEX 4E 82 76
Decimal 78 130 118
Binary 1001110 10000010 1110110
Octal 116 202 166

Shades and tints

Shades of #4E8276

#4E8276
(78,130,118)
#47776C
(71,119,108)
#406C62
(64,108,98)
#396158
(57,97,88)
#32564E
(50,86,78)
#2B4B44
(43,75,68)
#24403A
(36,64,58)
#1D3530
(29,53,48)
#162A26
(22,42,38)
#0F1F1C
(15,31,28)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #4E8276

#4E8276
(78,130,118)
#5E8D82
(94,141,130)
#6E988E
(110,152,142)
#7EA39A
(126,163,154)
#8EAEA6
(142,174,166)
#9EB9B2
(158,185,178)
#AEC4BE
(174,196,190)
#BECFCA
(190,207,202)
#CEDAD6
(206,218,214)
#DEE5E2
(222,229,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8276; }

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

This text font color is #4E8276.

Background Color

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

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

This div background color is #4E8276.

Border color

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

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

This div border color is #4E8276.

Opacity

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

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

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

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

This text has shadow with #4E8276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8276.

Preview

Color preview on black background

This text has color #4E8276 on black background.


Color preview on white background

This text has color #4E8276 on white background.


Black color preview on #4E8276 background

This text has black color on #4E8276 background.


White color preview on #4E8276 background

This text has white color on #4E8276 background.


Related colors

Complementary color

Complementary color for #hex is #B17D89.


I love getcolorcode.com

Triadic colors

1 #764E82 and #82764E with #4E8276 are triadic colors.

2 #76824E and #824E76 with #4E8276 are triadic colors.