COLOR #4E685B

HEX: #4E685B RGB: (78,104,91)

Color info

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

RGB color model

#4E685B color RGB value is (78,104,91).

RGB: (78,104,91) (31%, 41%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 91 of 255 = 36%

78
104
91

R + G + B ~ 36%. #4E685B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 104 + 91 = 273 (100%)
R 78 of 273 ~ 28.57%
G 104 of 273 ~ 38.1%
B 91 of 273 ~ 33.33'%

%28.57
%38.1
%33.33

CMYK color model

#4E685B color CMYK value is (25,0,13,59).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%

CMYK: (25,0,13,59)
C25M0Y13K59 (25%, 0%, 13%, 59%)
(0.25 / 0.00 / 0.13 / 0.59)

CMYK percentages

%25
%0
%12.5
%59.22

Codes

Color #4E685B in popluar color models

4E 68 5B
RGB 78 104 91
HSL 150° 14.29% 35.69%
HSB/HSV 150° 25.00% 40.78%
CMYK 25.00% 0.00% 12.50%
59.22%

Color #4E685B in popluar number systems.

HEX 4E 68 5B
Decimal 78 104 91
Binary 1001110 1101000 1011011
Octal 116 150 133

Shades and tints

Shades of #4E685B

#4E685B
(78,104,91)
#475F53
(71,95,83)
#40564B
(64,86,75)
#394D43
(57,77,67)
#32443B
(50,68,59)
#2B3B33
(43,59,51)
#24322B
(36,50,43)
#1D2923
(29,41,35)
#16201B
(22,32,27)
#0F1713
(15,23,19)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E685B

#4E685B
(78,104,91)
#5E7569
(94,117,105)
#6E8277
(110,130,119)
#7E8F85
(126,143,133)
#8E9C93
(142,156,147)
#9EA9A1
(158,169,161)
#AEB6AF
(174,182,175)
#BEC3BD
(190,195,189)
#CED0CB
(206,208,203)
#DEDDD9
(222,221,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E685B color. Also use rgb(78,104,91) instead hex code.

Text Font Color

.myTextColor { color: #4E685B; }

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

This text font color is #4E685B.

Background Color

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

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

This div background color is #4E685B.

Border color

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

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

This div border color is #4E685B.

Opacity

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

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

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

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

This text has shadow with #4E685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E685B.

Preview

Color preview on black background

This text has color #4E685B on black background.


Color preview on white background

This text has color #4E685B on white background.


Black color preview on #4E685B background

This text has black color on #4E685B background.


White color preview on #4E685B background

This text has white color on #4E685B background.


Related colors

Complementary color

Complementary color for #hex is #B197A4.


I love getcolorcode.com

Triadic colors

1 #5B4E68 and #685B4E with #4E685B are triadic colors.

2 #5B684E and #684E5B with #4E685B are triadic colors.