COLOR #4E796D

HEX: #4E796D
RGB: (78,121,109)

Color info

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

RGB color model

#4E796D color RGB value is (78,121,109).

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

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 109 of 255 = 43%

78
121
109

R + G + B ~ 40%. #4E796D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 109 = 308 (100%)
R 78 of 308 ~ 25.32%
G 121 of 308 ~ 39.29%
B 109 of 308 ~ 35.39%

%25.32
%39.29
%35.39

CMYK color model

#4E796D color CMYK value is (36,0,10,53).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(36,0,10,53)
C36M0Y10K53 
(36%,0%,10%,53%)
(0.36/0.00/0.10/0.53)	

CMYK percentages

%35.54
%0
%9.92
%52.55

Codes

Color #4E796D in popluar color models

4E796D
RGB78121109
HSL163°21.61%39.02%
HSB/HSV163°35.54%47.45%
CMYK35.54%0.00%9.92%
52.55%

Color #4E796D in popluar number systems.

HEX4E796D
Decimal78121109
Binary100111011110011101101
Octal116171155

Shades and tints

Shades of #4E796D

#4E796D
(78,121,109)
#476E64
(71,110,100)
#40635B
(64,99,91)
#395852
(57,88,82)
#324D49
(50,77,73)
#2B4240
(43,66,64)
#243737
(36,55,55)
#1D2C2E
(29,44,46)
#162125
(22,33,37)
#0F161C
(15,22,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #4E796D

#4E796D
(78,121,109)
#5E857A
(94,133,122)
#6E9187
(110,145,135)
#7E9D94
(126,157,148)
#8EA9A1
(142,169,161)
#9EB5AE
(158,181,174)
#AEC1BB
(174,193,187)
#BECDC8
(190,205,200)
#CED9D5
(206,217,213)
#DEE5E2
(222,229,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E796D; }

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

This text font color is #4E796D.


Background Color

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

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

This div background color is #4E796D.


Border color

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

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

This div border color is #4E796D.


Opacity

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

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

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

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

This text has shadow with #4E796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E796D on black background.


Color preview on white background

This text has color #4E796D on white background.



Black color preview on #4E796D background

This text has black color on #4E796D background.


White color preview on #4E796D background

This text has white color on #4E796D background.