COLOR #4E7C59

HEX: #4E7C59
RGB: (78,124,89)

Color info

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

RGB color model

#4E7C59 color RGB value is (78,124,89).

  • red value is 78;
  • green value is 124;
  • blue value is 89.
RGB:
(78,124,89)
(31%,49%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 89 of 255 = 35%

78
124
89

R + G + B ~ 38%. #4E7C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 89 = 291 (100%)
R 78 of 291 ~ 26.8%
G 124 of 291 ~ 42.61%
B 89 of 291 ~ 30.58%

%26.8
%42.61
%30.58

CMYK color model

#4E7C59 color CMYK value is (37,0,28,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 51.37%
CMYK:
(37,0,28,51)
C37M0Y28K51 
(37%,0%,28%,51%)
(0.37/0.00/0.28/0.51)	

CMYK percentages

%37.1
%0
%28.23
%51.37

Codes

Color #4E7C59 in popluar color models

4E7C59
RGB7812489
HSL134°22.77%39.61%
HSB/HSV134°37.10%48.63%
CMYK37.10%0.00%28.23%
51.37%

Color #4E7C59 in popluar number systems.

HEX4E7C59
Decimal7812489
Binary100111011111001011001
Octal116174131

Shades and tints

Shades of #4E7C59

#4E7C59
(78,124,89)
#477151
(71,113,81)
#406649
(64,102,73)
#395B41
(57,91,65)
#325039
(50,80,57)
#2B4531
(43,69,49)
#243A29
(36,58,41)
#1D2F21
(29,47,33)
#162419
(22,36,25)
#0F1911
(15,25,17)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #4E7C59

#4E7C59
(78,124,89)
#5E8768
(94,135,104)
#6E9277
(110,146,119)
#7E9D86
(126,157,134)
#8EA895
(142,168,149)
#9EB3A4
(158,179,164)
#AEBEB3
(174,190,179)
#BEC9C2
(190,201,194)
#CED4D1
(206,212,209)
#DEDFE0
(222,223,224)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C59; }

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

This text font color is #4E7C59.


Background Color

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

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

This div background color is #4E7C59.


Border color

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

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

This div border color is #4E7C59.


Opacity

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

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

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

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

This text has shadow with #4E7C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C59 on black background.


Color preview on white background

This text has color #4E7C59 on white background.



Black color preview on #4E7C59 background

This text has black color on #4E7C59 background.


White color preview on #4E7C59 background

This text has white color on #4E7C59 background.