COLOR #4E6550

HEX: #4E6550
RGB: (78,101,80)

Color info

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

RGB color model

#4E6550 color RGB value is (78,101,80).

  • red value is 78;
  • green value is 101;
  • blue value is 80.
RGB:
(78,101,80)
(31%,40%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 80 of 255 = 31%

78
101
80

R + G + B ~ 34%. #4E6550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 101 + 80 = 259 (100%)
R 78 of 259 ~ 30.12%
G 101 of 259 ~ 39%
B 80 of 259 ~ 30.89%

%30.12
%39
%30.89

CMYK color model

#4E6550 color CMYK value is (23,0,21,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK:
(23,0,21,60)
C23M0Y21K60 
(23%,0%,21%,60%)
(0.23/0.00/0.21/0.60)	

CMYK percentages

%22.77
%0
%20.79
%60.39

Codes

Color #4E6550 in popluar color models

4E6550
RGB7810180
HSL125°12.85%35.10%
HSB/HSV125°22.77%39.61%
CMYK22.77%0.00%20.79%
60.39%

Color #4E6550 in popluar number systems.

HEX4E6550
Decimal7810180
Binary100111011001011010000
Octal116145120

Shades and tints

Shades of #4E6550

#4E6550
(78,101,80)
#475C49
(71,92,73)
#405342
(64,83,66)
#394A3B
(57,74,59)
#324134
(50,65,52)
#2B382D
(43,56,45)
#242F26
(36,47,38)
#1D261F
(29,38,31)
#161D18
(22,29,24)
#0F1411
(15,20,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E6550

#4E6550
(78,101,80)
#5E735F
(94,115,95)
#6E816E
(110,129,110)
#7E8F7D
(126,143,125)
#8E9D8C
(142,157,140)
#9EAB9B
(158,171,155)
#AEB9AA
(174,185,170)
#BEC7B9
(190,199,185)
#CED5C8
(206,213,200)
#DEE3D7
(222,227,215)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6550; }

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

This text font color is #4E6550.


Background Color

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

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

This div background color is #4E6550.


Border color

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

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

This div border color is #4E6550.


Opacity

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

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

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

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

This text has shadow with #4E6550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6550 on black background.


Color preview on white background

This text has color #4E6550 on white background.



Black color preview on #4E6550 background

This text has black color on #4E6550 background.


White color preview on #4E6550 background

This text has white color on #4E6550 background.