COLOR #4E796F

HEX: #4E796F
RGB: (78,121,111)

Color info

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

RGB color model

#4E796F color RGB value is (78,121,111).

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

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 111 of 255 = 44%

78
121
111

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

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 111 = 310 (100%)
R 78 of 310 ~ 25.16%
G 121 of 310 ~ 39.03%
B 111 of 310 ~ 35.81%

%25.16
%39.03
%35.81

CMYK color model

#4E796F color CMYK value is (36,0,8,53).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(36,0,8,53)
C36M0Y8K53 
(36%,0%,8%,53%)
(0.36/0.00/0.08/0.53)	

CMYK percentages

%35.54
%0
%8.26
%52.55

Codes

Color #4E796F in popluar color models

4E796F
RGB78121111
HSL166°21.61%39.02%
HSB/HSV166°35.54%47.45%
CMYK35.54%0.00%8.26%
52.55%

Color #4E796F in popluar number systems.

HEX4E796F
Decimal78121111
Binary100111011110011101111
Octal116171157

Shades and tints

Shades of #4E796F

#4E796F
(78,121,111)
#476E65
(71,110,101)
#40635B
(64,99,91)
#395851
(57,88,81)
#324D47
(50,77,71)
#2B423D
(43,66,61)
#243733
(36,55,51)
#1D2C29
(29,44,41)
#16211F
(22,33,31)
#0F1615
(15,22,21)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #4E796F

#4E796F
(78,121,111)
#5E857C
(94,133,124)
#6E9189
(110,145,137)
#7E9D96
(126,157,150)
#8EA9A3
(142,169,163)
#9EB5B0
(158,181,176)
#AEC1BD
(174,193,189)
#BECDCA
(190,205,202)
#CED9D7
(206,217,215)
#DEE5E4
(222,229,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E796F; }

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

This text font color is #4E796F.


Background Color

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

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

This div background color is #4E796F.


Border color

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

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

This div border color is #4E796F.


Opacity

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

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

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

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

This text has shadow with #4E796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E796F on black background.


Color preview on white background

This text has color #4E796F on white background.



Black color preview on #4E796F background

This text has black color on #4E796F background.


White color preview on #4E796F background

This text has white color on #4E796F background.