COLOR #4E795B

HEX: #4E795B
RGB: (78,121,91)

Color info

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

RGB color model

#4E795B color RGB value is (78,121,91).

  • red value is 78;
  • green value is 121;
  • blue value is 91.
RGB:
(78,121,91)
(31%,47%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 91 of 255 = 36%

78
121
91

R + G + B ~ 38%. #4E795B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 91 = 290 (100%)
R 78 of 290 ~ 26.9%
G 121 of 290 ~ 41.72%
B 91 of 290 ~ 31.38%

%26.9
%41.72
%31.38

CMYK color model

#4E795B color CMYK value is (36,0,25,53).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(36,0,25,53)
C36M0Y25K53 
(36%,0%,25%,53%)
(0.36/0.00/0.25/0.53)	

CMYK percentages

%35.54
%0
%24.79
%52.55

Codes

Color #4E795B in popluar color models

4E795B
RGB7812191
HSL138°21.61%39.02%
HSB/HSV138°35.54%47.45%
CMYK35.54%0.00%24.79%
52.55%

Color #4E795B in popluar number systems.

HEX4E795B
Decimal7812191
Binary100111011110011011011
Octal116171133

Shades and tints

Shades of #4E795B

#4E795B
(78,121,91)
#476E53
(71,110,83)
#40634B
(64,99,75)
#395843
(57,88,67)
#324D3B
(50,77,59)
#2B4233
(43,66,51)
#24372B
(36,55,43)
#1D2C23
(29,44,35)
#16211B
(22,33,27)
#0F1613
(15,22,19)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #4E795B

#4E795B
(78,121,91)
#5E8569
(94,133,105)
#6E9177
(110,145,119)
#7E9D85
(126,157,133)
#8EA993
(142,169,147)
#9EB5A1
(158,181,161)
#AEC1AF
(174,193,175)
#BECDBD
(190,205,189)
#CED9CB
(206,217,203)
#DEE5D9
(222,229,217)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E795B; }

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

This text font color is #4E795B.


Background Color

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

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

This div background color is #4E795B.


Border color

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

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

This div border color is #4E795B.


Opacity

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

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

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

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

This text has shadow with #4E795B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E795B on black background.


Color preview on white background

This text has color #4E795B on white background.



Black color preview on #4E795B background

This text has black color on #4E795B background.


White color preview on #4E795B background

This text has white color on #4E795B background.