COLOR #4E713D

HEX: #4E713D
RGB: (78,113,61)

Color info

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

RGB color model

#4E713D color RGB value is (78,113,61).

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

RGB channels and saturation

R 78 of 255 = 31%
G 113 of 255 = 44%
B 61 of 255 = 24%

78
113
61

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

Portions of RGB colors in percentages

R + G + B =
78 + 113 + 61 = 252 (100%)
R 78 of 252 ~ 30.95%
G 113 of 252 ~ 44.84%
B 61 of 252 ~ 24.21%

%30.95
%44.84
%24.21

CMYK color model

#4E713D color CMYK value is (31,0,46,56).

  • cyan value is 30.97%
  • magenta value is 0.00%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(31,0,46,56)
C31M0Y46K56 
(31%,0%,46%,56%)
(0.31/0.00/0.46/0.56)	

CMYK percentages

%30.97
%0
%46.02
%55.69

Codes

Color #4E713D in popluar color models

4E713D
RGB7811361
HSL100°29.89%34.12%
HSB/HSV100°46.02%44.31%
CMYK30.97%0.00%46.02%
55.69%

Color #4E713D in popluar number systems.

HEX4E713D
Decimal7811361
Binary10011101110001111101
Octal11616175

Shades and tints

Shades of #4E713D

#4E713D
(78,113,61)
#476738
(71,103,56)
#405D33
(64,93,51)
#39532E
(57,83,46)
#324929
(50,73,41)
#2B3F24
(43,63,36)
#24351F
(36,53,31)
#1D2B1A
(29,43,26)
#162115
(22,33,21)
#0F1710
(15,23,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E713D

#4E713D
(78,113,61)
#5E7D4E
(94,125,78)
#6E895F
(110,137,95)
#7E9570
(126,149,112)
#8EA181
(142,161,129)
#9EAD92
(158,173,146)
#AEB9A3
(174,185,163)
#BEC5B4
(190,197,180)
#CED1C5
(206,209,197)
#DEDDD6
(222,221,214)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E713D; }

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

This text font color is #4E713D.


Background Color

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

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

This div background color is #4E713D.


Border color

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

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

This div border color is #4E713D.


Opacity

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

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

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

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

This text has shadow with #4E713D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E713D on black background.


Color preview on white background

This text has color #4E713D on white background.



Black color preview on #4E713D background

This text has black color on #4E713D background.


White color preview on #4E713D background

This text has white color on #4E713D background.