COLOR #4E7E5E

HEX: #4E7E5E RGB: (78,126,94)

Color info

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

RGB color model

#4E7E5E color RGB value is (78,126,94).

RGB: (78,126,94) (31%, 49%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 126 of 255 = 49%
B 94 of 255 = 37%

78
126
94

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

Portions of RGB colors in percentages

R + G + B = 78 + 126 + 94 = 298 (100%)
R 78 of 298 ~ 26.17%
G 126 of 298 ~ 42.28%
B 94 of 298 ~ 31.54'%

%26.17
%42.28
%31.54

CMYK color model

#4E7E5E color CMYK value is (38,0,25,51).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK: (38,0,25,51) C38M0Y25K51 (38%,0%,25%,51%) (0.38/0.00/0.25/0.51) 

CMYK percentages

%38.1
%0
%25.4
%50.59

Codes

Color #4E7E5E in popluar color models

4E 7E 5E
RGB 78 126 94
HSL 140° 23.53% 40.00%
HSB/HSV 140° 38.10% 49.41%
CMYK 38.10% 0.00% 25.40%
50.59%

Color #4E7E5E in popluar number systems.

HEX 4E 7E 5E
Decimal 78 126 94
Binary 1001110 1111110 1011110
Octal 116 176 136

Shades and tints

Shades of #4E7E5E

#4E7E5E
(78,126,94)
#477356
(71,115,86)
#40684E
(64,104,78)
#395D46
(57,93,70)
#32523E
(50,82,62)
#2B4736
(43,71,54)
#243C2E
(36,60,46)
#1D3126
(29,49,38)
#16261E
(22,38,30)
#0F1B16
(15,27,22)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E7E5E

#4E7E5E
(78,126,94)
#5E896C
(94,137,108)
#6E947A
(110,148,122)
#7E9F88
(126,159,136)
#8EAA96
(142,170,150)
#9EB5A4
(158,181,164)
#AEC0B2
(174,192,178)
#BECBC0
(190,203,192)
#CED6CE
(206,214,206)
#DEE1DC
(222,225,220)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7E5E color. Also use rgb(78,126,94) instead hex code.

Text Font Color

.myTextColor { color: #4E7E5E; }

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

This text font color is #4E7E5E.

Background Color

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

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

This div background color is #4E7E5E.

Border color

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

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

This div border color is #4E7E5E.

Opacity

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

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

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

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

This text has shadow with #4E7E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7E5E.

Preview

Color preview on black background

This text has color #4E7E5E on black background.


Color preview on white background

This text has color #4E7E5E on white background.


Black color preview on #4E7E5E background

This text has black color on #4E7E5E background.


White color preview on #4E7E5E background

This text has white color on #4E7E5E background.


Related colors

Complementary color

Complementary color for #hex is #B181A1.


I love getcolorcode.com

Triadic colors

1 #5E4E7E and #7E5E4E with #4E7E5E are triadic colors.

2 #5E7E4E and #7E4E5E with #4E7E5E are triadic colors.