COLOR #4E713F

HEX: #4E713F
RGB: (78,113,63)

Color info

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

RGB color model

#4E713F color RGB value is (78,113,63).

  • red value is 78;
  • green value is 113;
  • blue value is 63.
RGB:
(78,113,63)
(31%,44%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 113 of 255 = 44%
B 63 of 255 = 25%

78
113
63

R + G + B ~ 33%. #4E713F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 113 + 63 = 254 (100%)
R 78 of 254 ~ 30.71%
G 113 of 254 ~ 44.49%
B 63 of 254 ~ 24.8%

%30.71
%44.49
%24.8

CMYK color model

#4E713F color CMYK value is (31,0,44,56).

  • cyan value is 30.97%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(31,0,44,56)
C31M0Y44K56 
(31%,0%,44%,56%)
(0.31/0.00/0.44/0.56)	

CMYK percentages

%30.97
%0
%44.25
%55.69

Codes

Color #4E713F in popluar color models

4E713F
RGB7811363
HSL102°28.41%34.51%
HSB/HSV102°44.25%44.31%
CMYK30.97%0.00%44.25%
55.69%

Color #4E713F in popluar number systems.

HEX4E713F
Decimal7811363
Binary10011101110001111111
Octal11616177

Shades and tints

Shades of #4E713F

#4E713F
(78,113,63)
#47673A
(71,103,58)
#405D35
(64,93,53)
#395330
(57,83,48)
#32492B
(50,73,43)
#2B3F26
(43,63,38)
#243521
(36,53,33)
#1D2B1C
(29,43,28)
#162117
(22,33,23)
#0F1712
(15,23,18)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E713F

#4E713F
(78,113,63)
#5E7D50
(94,125,80)
#6E8961
(110,137,97)
#7E9572
(126,149,114)
#8EA183
(142,161,131)
#9EAD94
(158,173,148)
#AEB9A5
(174,185,165)
#BEC5B6
(190,197,182)
#CED1C7
(206,209,199)
#DEDDD8
(222,221,216)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E713F color. Also use rgb(78,113,63) instead hex code.

Text Font Color

.myTextColor { color: #4E713F; }

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

This text font color is #4E713F.


Background Color

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

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

This div background color is #4E713F.


Border color

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

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

This div border color is #4E713F.


Opacity

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

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

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

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

This text has shadow with #4E713F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E713F on black background.


Color preview on white background

This text has color #4E713F on white background.



Black color preview on #4E713F background

This text has black color on #4E713F background.


White color preview on #4E713F background

This text has white color on #4E713F background.