COLOR #4E754E

HEX: #4E754E
RGB: (78,117,78)

Color info

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

RGB color model

#4E754E color RGB value is (78,117,78).

  • red value is 78;
  • green value is 117;
  • blue value is 78.
RGB:
(78,117,78)
(31%,46%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 78 of 255 = 31%

78
117
78

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

Portions of RGB colors in percentages

R + G + B =
78 + 117 + 78 = 273 (100%)
R 78 of 273 ~ 28.57%
G 117 of 273 ~ 42.86%
B 78 of 273 ~ 28.57%

%28.57
%42.86
%28.57

CMYK color model

#4E754E color CMYK value is (33,0,33,54).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(33,0,33,54)
C33M0Y33K54 
(33%,0%,33%,54%)
(0.33/0.00/0.33/0.54)	

CMYK percentages

%33.33
%0
%33.33
%54.12

Codes

Color #4E754E in popluar color models

4E754E
RGB7811778
HSL120°20.00%38.24%
HSB/HSV120°33.33%45.88%
CMYK33.33%0.00%33.33%
54.12%

Color #4E754E in popluar number systems.

HEX4E754E
Decimal7811778
Binary100111011101011001110
Octal116165116

Shades and tints

Shades of #4E754E

#4E754E
(78,117,78)
#476B47
(71,107,71)
#406140
(64,97,64)
#395739
(57,87,57)
#324D32
(50,77,50)
#2B432B
(43,67,43)
#243924
(36,57,36)
#1D2F1D
(29,47,29)
#162516
(22,37,22)
#0F1B0F
(15,27,15)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #4E754E

#4E754E
(78,117,78)
#5E815E
(94,129,94)
#6E8D6E
(110,141,110)
#7E997E
(126,153,126)
#8EA58E
(142,165,142)
#9EB19E
(158,177,158)
#AEBDAE
(174,189,174)
#BEC9BE
(190,201,190)
#CED5CE
(206,213,206)
#DEE1DE
(222,225,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E754E; }

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

This text font color is #4E754E.


Background Color

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

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

This div background color is #4E754E.


Border color

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

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

This div border color is #4E754E.


Opacity

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

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

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

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

This text has shadow with #4E754E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E754E on black background.


Color preview on white background

This text has color #4E754E on white background.



Black color preview on #4E754E background

This text has black color on #4E754E background.


White color preview on #4E754E background

This text has white color on #4E754E background.