COLOR #4E7953

HEX: #4E7953
RGB: (78,121,83)

Color info

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

RGB color model

#4E7953 color RGB value is (78,121,83).

  • red value is 78;
  • green value is 121;
  • blue value is 83.
RGB:
(78,121,83)
(31%,47%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 83 of 255 = 33%

78
121
83

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

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 83 = 282 (100%)
R 78 of 282 ~ 27.66%
G 121 of 282 ~ 42.91%
B 83 of 282 ~ 29.43%

%27.66
%42.91
%29.43

CMYK color model

#4E7953 color CMYK value is (36,0,31,53).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 52.55%
CMYK:
(36,0,31,53)
C36M0Y31K53 
(36%,0%,31%,53%)
(0.36/0.00/0.31/0.53)	

CMYK percentages

%35.54
%0
%31.4
%52.55

Codes

Color #4E7953 in popluar color models

4E7953
RGB7812183
HSL127°21.61%39.02%
HSB/HSV127°35.54%47.45%
CMYK35.54%0.00%31.40%
52.55%

Color #4E7953 in popluar number systems.

HEX4E7953
Decimal7812183
Binary100111011110011010011
Octal116171123

Shades and tints

Shades of #4E7953

#4E7953
(78,121,83)
#476E4C
(71,110,76)
#406345
(64,99,69)
#39583E
(57,88,62)
#324D37
(50,77,55)
#2B4230
(43,66,48)
#243729
(36,55,41)
#1D2C22
(29,44,34)
#16211B
(22,33,27)
#0F1614
(15,22,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E7953

#4E7953
(78,121,83)
#5E8562
(94,133,98)
#6E9171
(110,145,113)
#7E9D80
(126,157,128)
#8EA98F
(142,169,143)
#9EB59E
(158,181,158)
#AEC1AD
(174,193,173)
#BECDBC
(190,205,188)
#CED9CB
(206,217,203)
#DEE5DA
(222,229,218)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7953 color. Also use rgb(78,121,83) instead hex code.

Text Font Color

.myTextColor { color: #4E7953; }

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

This text font color is #4E7953.


Background Color

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

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

This div background color is #4E7953.


Border color

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

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

This div border color is #4E7953.


Opacity

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

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

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

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

This text has shadow with #4E7953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7953 on black background.


Color preview on white background

This text has color #4E7953 on white background.



Black color preview on #4E7953 background

This text has black color on #4E7953 background.


White color preview on #4E7953 background

This text has white color on #4E7953 background.