COLOR #4E604D

HEX: #4E604D
RGB: (78,96,77)

Color info

#4E604D contains red, green and blue colors in about the same proportion. Web safe color of #4E604D is #666633 (or #663).

RGB color model

#4E604D color RGB value is (78,96,77).

  • red value is 78;
  • green value is 96;
  • blue value is 77.
RGB:
(78,96,77)
(31%,38%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 77 of 255 = 30%

78
96
77

R + G + B ~ 33%. #4E604D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 77 = 251 (100%)
R 78 of 251 ~ 31.08%
G 96 of 251 ~ 38.25%
B 77 of 251 ~ 30.68%

%31.08
%38.25
%30.68

CMYK color model

#4E604D color CMYK value is (19,0,20,62).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(19,0,20,62)
C19M0Y20K62 
(19%,0%,20%,62%)
(0.19/0.00/0.20/0.62)	

CMYK percentages

%18.75
%0
%19.79
%62.35

Codes

Color #4E604D in popluar color models

4E604D
RGB789677
HSL117°10.98%33.92%
HSB/HSV117°19.79%37.65%
CMYK18.75%0.00%19.79%
62.35%

Color #4E604D in popluar number systems.

HEX4E604D
Decimal789677
Binary100111011000001001101
Octal116140115

Shades and tints

Shades of #4E604D

#4E604D
(78,96,77)
#475846
(71,88,70)
#40503F
(64,80,63)
#394838
(57,72,56)
#324031
(50,64,49)
#2B382A
(43,56,42)
#243023
(36,48,35)
#1D281C
(29,40,28)
#162015
(22,32,21)
#0F180E
(15,24,14)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #4E604D

#4E604D
(78,96,77)
#5E6E5D
(94,110,93)
#6E7C6D
(110,124,109)
#7E8A7D
(126,138,125)
#8E988D
(142,152,141)
#9EA69D
(158,166,157)
#AEB4AD
(174,180,173)
#BEC2BD
(190,194,189)
#CED0CD
(206,208,205)
#DEDEDD
(222,222,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E604D color. Also use rgb(78,96,77) instead hex code.

Text Font Color

.myTextColor { color: #4E604D; }

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

This text font color is #4E604D.


Background Color

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

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

This div background color is #4E604D.


Border color

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

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

This div border color is #4E604D.


Opacity

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

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

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

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

This text has shadow with #4E604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E604D on black background.


Color preview on white background

This text has color #4E604D on white background.



Black color preview on #4E604D background

This text has black color on #4E604D background.


White color preview on #4E604D background

This text has white color on #4E604D background.