COLOR #4E6555

HEX: #4E6555 RGB: (78,101,85)

Color info

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

RGB color model

#4E6555 color RGB value is (78,101,85).

RGB: (78,101,85) (31%, 40%, 33%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 85 of 255 = 33%

78
101
85

R + G + B ~ 35%. #4E6555 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 101 + 85 = 264 (100%)
R 78 of 264 ~ 29.55%
G 101 of 264 ~ 38.26%
B 85 of 264 ~ 32.2'%

%29.55
%38.26
%32.2

CMYK color model

#4E6555 color CMYK value is (23,0,16,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%

CMYK: (23,0,16,60)
C23M0Y16K60 (23%, 0%, 16%, 60%)
(0.23 / 0.00 / 0.16 / 0.60)

CMYK percentages

%22.77
%0
%15.84
%60.39

Codes

Color #4E6555 in popluar color models

4E 65 55
RGB 78 101 85
HSL 138° 12.85% 35.10%
HSB/HSV 138° 22.77% 39.61%
CMYK 22.77% 0.00% 15.84%
60.39%

Color #4E6555 in popluar number systems.

HEX 4E 65 55
Decimal 78 101 85
Binary 1001110 1100101 1010101
Octal 116 145 125

Shades and tints

Shades of #4E6555

#4E6555
(78,101,85)
#475C4E
(71,92,78)
#405347
(64,83,71)
#394A40
(57,74,64)
#324139
(50,65,57)
#2B3832
(43,56,50)
#242F2B
(36,47,43)
#1D2624
(29,38,36)
#161D1D
(22,29,29)
#0F1416
(15,20,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #4E6555

#4E6555
(78,101,85)
#5E7364
(94,115,100)
#6E8173
(110,129,115)
#7E8F82
(126,143,130)
#8E9D91
(142,157,145)
#9EABA0
(158,171,160)
#AEB9AF
(174,185,175)
#BEC7BE
(190,199,190)
#CED5CD
(206,213,205)
#DEE3DC
(222,227,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6555 color. Also use rgb(78,101,85) instead hex code.

Text Font Color

.myTextColor { color: #4E6555; }

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

This text font color is #4E6555.

Background Color

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

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

This div background color is #4E6555.

Border color

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

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

This div border color is #4E6555.

Opacity

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

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

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

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

This text has shadow with #4E6555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6555.

Preview

Color preview on black background

This text has color #4E6555 on black background.


Color preview on white background

This text has color #4E6555 on white background.


Black color preview on #4E6555 background

This text has black color on #4E6555 background.


White color preview on #4E6555 background

This text has white color on #4E6555 background.


Related colors

Complementary color

Complementary color for #hex is #B19AAA.


I love getcolorcode.com

Triadic colors

1 #554E65 and #65554E with #4E6555 are triadic colors.

2 #55654E and #654E55 with #4E6555 are triadic colors.