COLOR #4E7866

HEX: #4E7866 RGB: (78,120,102)

Color info

#4E7866 contains red, green and blue colors in about the same proportion. Web safe color of #4E7866 is #666666 (or #666).

RGB color model

#4E7866 color RGB value is (78,120,102).

RGB: (78,120,102) (31%, 47%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 102 of 255 = 40%

78
120
102

R + G + B ~ 39%. #4E7866 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 120 + 102 = 300 (100%)
R 78 of 300 ~ 26%
G 120 of 300 ~ 40%
B 102 of 300 ~ 34'%

%26
%40
%34

CMYK color model

#4E7866 color CMYK value is (35,0,15,53).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK: (35,0,15,53) C35M0Y15K53 (35%,0%,15%,53%) (0.35/0.00/0.15/0.53) 

CMYK percentages

%35
%0
%15
%52.94

Codes

Color #4E7866 in popluar color models

4E 78 66
RGB 78 120 102
HSL 154° 21.21% 38.82%
HSB/HSV 154° 35.00% 47.06%
CMYK 35.00% 0.00% 15.00%
52.94%

Color #4E7866 in popluar number systems.

HEX 4E 78 66
Decimal 78 120 102
Binary 1001110 1111000 1100110
Octal 116 170 146

Shades and tints

Shades of #4E7866

#4E7866
(78,120,102)
#476E5D
(71,110,93)
#406454
(64,100,84)
#395A4B
(57,90,75)
#325042
(50,80,66)
#2B4639
(43,70,57)
#243C30
(36,60,48)
#1D3227
(29,50,39)
#16281E
(22,40,30)
#0F1E15
(15,30,21)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #4E7866

#4E7866
(78,120,102)
#5E8473
(94,132,115)
#6E9080
(110,144,128)
#7E9C8D
(126,156,141)
#8EA89A
(142,168,154)
#9EB4A7
(158,180,167)
#AEC0B4
(174,192,180)
#BECCC1
(190,204,193)
#CED8CE
(206,216,206)
#DEE4DB
(222,228,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7866 color. Also use rgb(78,120,102) instead hex code.

Text Font Color

.myTextColor { color: #4E7866; }

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

This text font color is #4E7866.

Background Color

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

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

This div background color is #4E7866.

Border color

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

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

This div border color is #4E7866.

Opacity

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

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

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

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

This text has shadow with #4E7866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7866.

Preview

Color preview on black background

This text has color #4E7866 on black background.


Color preview on white background

This text has color #4E7866 on white background.


Black color preview on #4E7866 background

This text has black color on #4E7866 background.


White color preview on #4E7866 background

This text has white color on #4E7866 background.


Related colors

Complementary color

Complementary color for #hex is #B18799.


I love getcolorcode.com

Triadic colors

1 #664E78 and #78664E with #4E7866 are triadic colors.

2 #66784E and #784E66 with #4E7866 are triadic colors.