COLOR #4E7C4C

HEX: #4E7C4C RGB: (78,124,76)

Color info

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

RGB color model

#4E7C4C color RGB value is (78,124,76).

RGB: (78,124,76) (31%, 49%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 76 of 255 = 30%

78
124
76

R + G + B ~ 37%. #4E7C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 124 + 76 = 278 (100%)
R 78 of 278 ~ 28.06%
G 124 of 278 ~ 44.6%
B 76 of 278 ~ 27.34'%

%28.06
%44.6
%27.34

CMYK color model

#4E7C4C color CMYK value is (37,0,39,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 51.37%

CMYK: (37,0,39,51)
C37M0Y39K51 (37%, 0%, 39%, 51%)
(0.37 / 0.00 / 0.39 / 0.51)

CMYK percentages

%37.1
%0
%38.71
%51.37

Codes

Color #4E7C4C in popluar color models

4E 7C 4C
RGB 78 124 76
HSL 118° 24.00% 39.22%
HSB/HSV 118° 38.71% 48.63%
CMYK 37.10% 0.00% 38.71%
51.37%

Color #4E7C4C in popluar number systems.

HEX 4E 7C 4C
Decimal 78 124 76
Binary 1001110 1111100 1001100
Octal 116 174 114

Shades and tints

Shades of #4E7C4C

#4E7C4C
(78,124,76)
#477146
(71,113,70)
#406640
(64,102,64)
#395B3A
(57,91,58)
#325034
(50,80,52)
#2B452E
(43,69,46)
#243A28
(36,58,40)
#1D2F22
(29,47,34)
#16241C
(22,36,28)
#0F1916
(15,25,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E7C4C

#4E7C4C
(78,124,76)
#5E875C
(94,135,92)
#6E926C
(110,146,108)
#7E9D7C
(126,157,124)
#8EA88C
(142,168,140)
#9EB39C
(158,179,156)
#AEBEAC
(174,190,172)
#BEC9BC
(190,201,188)
#CED4CC
(206,212,204)
#DEDFDC
(222,223,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C4C; }

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

This text font color is #4E7C4C.

Background Color

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

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

This div background color is #4E7C4C.

Border color

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

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

This div border color is #4E7C4C.

Opacity

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

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

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

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

This text has shadow with #4E7C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7C4C.

Preview

Color preview on black background

This text has color #4E7C4C on black background.


Color preview on white background

This text has color #4E7C4C on white background.


Black color preview on #4E7C4C background

This text has black color on #4E7C4C background.


White color preview on #4E7C4C background

This text has white color on #4E7C4C background.


Related colors

Complementary color

Complementary color for #hex is #B183B3.


I love getcolorcode.com

Triadic colors

1 #4C4E7C and #7C4C4E with #4E7C4C are triadic colors.

2 #4C7C4E and #7C4E4C with #4E7C4C are triadic colors.