COLOR #4E784C

HEX: #4E784C
RGB: (78,120,76)

Color info

#4E784C contains red, green and blue colors in about the same proportion. Web safe color of #4E784C is #666633 (or #663).

RGB color model

#4E784C color RGB value is (78,120,76).

  • red value is 78;
  • green value is 120;
  • blue value is 76.
RGB:
(78,120,76)
(31%,47%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 76 of 255 = 30%

78
120
76

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

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 76 = 274 (100%)
R 78 of 274 ~ 28.47%
G 120 of 274 ~ 43.8%
B 76 of 274 ~ 27.74%

%28.47
%43.8
%27.74

CMYK color model

#4E784C color CMYK value is (35,0,37,53).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 52.94%
CMYK:
(35,0,37,53)
C35M0Y37K53 
(35%,0%,37%,53%)
(0.35/0.00/0.37/0.53)	

CMYK percentages

%35
%0
%36.67
%52.94

Codes

Color #4E784C in popluar color models

4E784C
RGB7812076
HSL117°22.45%38.43%
HSB/HSV117°36.67%47.06%
CMYK35.00%0.00%36.67%
52.94%

Color #4E784C in popluar number systems.

HEX4E784C
Decimal7812076
Binary100111011110001001100
Octal116170114

Shades and tints

Shades of #4E784C

#4E784C
(78,120,76)
#476E46
(71,110,70)
#406440
(64,100,64)
#395A3A
(57,90,58)
#325034
(50,80,52)
#2B462E
(43,70,46)
#243C28
(36,60,40)
#1D3222
(29,50,34)
#16281C
(22,40,28)
#0F1E16
(15,30,22)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #4E784C

#4E784C
(78,120,76)
#5E845C
(94,132,92)
#6E906C
(110,144,108)
#7E9C7C
(126,156,124)
#8EA88C
(142,168,140)
#9EB49C
(158,180,156)
#AEC0AC
(174,192,172)
#BECCBC
(190,204,188)
#CED8CC
(206,216,204)
#DEE4DC
(222,228,220)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E784C; }

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

This text font color is #4E784C.


Background Color

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

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

This div background color is #4E784C.


Border color

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

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

This div border color is #4E784C.


Opacity

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

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

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

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

This text has shadow with #4E784C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E784C on black background.


Color preview on white background

This text has color #4E784C on white background.



Black color preview on #4E784C background

This text has black color on #4E784C background.


White color preview on #4E784C background

This text has white color on #4E784C background.