COLOR #4E7140

HEX: #4E7140
RGB: (78,113,64)

Color info

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

RGB color model

#4E7140 color RGB value is (78,113,64).

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

RGB channels and saturation

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

78
113
64

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

Portions of RGB colors in percentages

R + G + B =
78 + 113 + 64 = 255 (100%)
R 78 of 255 ~ 30.59%
G 113 of 255 ~ 44.31%
B 64 of 255 ~ 25.1%

%30.59
%44.31
%25.1

CMYK color model

#4E7140 color CMYK value is (31,0,43,56).

  • cyan value is 30.97%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK:
(31,0,43,56)
C31M0Y43K56 
(31%,0%,43%,56%)
(0.31/0.00/0.43/0.56)	

CMYK percentages

%30.97
%0
%43.36
%55.69

Codes

Color #4E7140 in popluar color models

4E7140
RGB7811364
HSL103°27.68%34.71%
HSB/HSV103°43.36%44.31%
CMYK30.97%0.00%43.36%
55.69%

Color #4E7140 in popluar number systems.

HEX4E7140
Decimal7811364
Binary100111011100011000000
Octal116161100

Shades and tints

Shades of #4E7140

#4E7140
(78,113,64)
#47673B
(71,103,59)
#405D36
(64,93,54)
#395331
(57,83,49)
#32492C
(50,73,44)
#2B3F27
(43,63,39)
#243522
(36,53,34)
#1D2B1D
(29,43,29)
#162118
(22,33,24)
#0F1713
(15,23,19)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #4E7140

#4E7140
(78,113,64)
#5E7D51
(94,125,81)
#6E8962
(110,137,98)
#7E9573
(126,149,115)
#8EA184
(142,161,132)
#9EAD95
(158,173,149)
#AEB9A6
(174,185,166)
#BEC5B7
(190,197,183)
#CED1C8
(206,209,200)
#DEDDD9
(222,221,217)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7140; }

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

This text font color is #4E7140.


Background Color

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

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

This div background color is #4E7140.


Border color

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

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

This div border color is #4E7140.


Opacity

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

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

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

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

This text has shadow with #4E7140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7140 on black background.


Color preview on white background

This text has color #4E7140 on white background.



Black color preview on #4E7140 background

This text has black color on #4E7140 background.


White color preview on #4E7140 background

This text has white color on #4E7140 background.