COLOR #4E805B

HEX: #4E805B
RGB: (78,128,91)

Color info

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

RGB color model

#4E805B color RGB value is (78,128,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 128 of 255 = 50%
B 91 of 255 = 36%

78
128
91

R + G + B ~ 39%. #4E805B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 128 + 91 = 297 (100%)
R 78 of 297 ~ 26.26%
G 128 of 297 ~ 43.1%
B 91 of 297 ~ 30.64%

%26.26
%43.1
%30.64

CMYK color model

#4E805B color CMYK value is (39,0,29,50).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 49.80%
CMYK:
(39,0,29,50)
C39M0Y29K50 
(39%,0%,29%,50%)
(0.39/0.00/0.29/0.50)	

CMYK percentages

%39.06
%0
%28.91
%49.8

Codes

Color #4E805B in popluar color models

4E805B
RGB7812891
HSL136°24.27%40.39%
HSB/HSV136°39.06%50.20%
CMYK39.06%0.00%28.91%
49.80%

Color #4E805B in popluar number systems.

HEX4E805B
Decimal7812891
Binary1001110100000001011011
Octal116200133

Shades and tints

Shades of #4E805B

#4E805B
(78,128,91)
#477553
(71,117,83)
#406A4B
(64,106,75)
#395F43
(57,95,67)
#32543B
(50,84,59)
#2B4933
(43,73,51)
#243E2B
(36,62,43)
#1D3323
(29,51,35)
#16281B
(22,40,27)
#0F1D13
(15,29,19)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #4E805B

#4E805B
(78,128,91)
#5E8B69
(94,139,105)
#6E9677
(110,150,119)
#7EA185
(126,161,133)
#8EAC93
(142,172,147)
#9EB7A1
(158,183,161)
#AEC2AF
(174,194,175)
#BECDBD
(190,205,189)
#CED8CB
(206,216,203)
#DEE3D9
(222,227,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E805B; }

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

This text font color is #4E805B.


Background Color

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

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

This div background color is #4E805B.


Border color

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

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

This div border color is #4E805B.


Opacity

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

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

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

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

This text has shadow with #4E805B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E805B on black background.


Color preview on white background

This text has color #4E805B on white background.



Black color preview on #4E805B background

This text has black color on #4E805B background.


White color preview on #4E805B background

This text has white color on #4E805B background.