COLOR #4E6247

HEX: #4E6247
RGB: (78,98,71)

Color info

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

RGB color model

#4E6247 color RGB value is (78,98,71).

  • red value is 78;
  • green value is 98;
  • blue value is 71.
RGB:
(78,98,71)
(31%,38%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 71 of 255 = 28%

78
98
71

R + G + B ~ 32%. #4E6247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 71 = 247 (100%)
R 78 of 247 ~ 31.58%
G 98 of 247 ~ 39.68%
B 71 of 247 ~ 28.74%

%31.58
%39.68
%28.74

CMYK color model

#4E6247 color CMYK value is (20,0,28,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 27.55%
  • key color value is 61.57%
CMYK:
(20,0,28,62)
C20M0Y28K62 
(20%,0%,28%,62%)
(0.20/0.00/0.28/0.62)	

CMYK percentages

%20.41
%0
%27.55
%61.57

Codes

Color #4E6247 in popluar color models

4E6247
RGB789871
HSL104°15.98%33.14%
HSB/HSV104°27.55%38.43%
CMYK20.41%0.00%27.55%
61.57%

Color #4E6247 in popluar number systems.

HEX4E6247
Decimal789871
Binary100111011000101000111
Octal116142107

Shades and tints

Shades of #4E6247

#4E6247
(78,98,71)
#475A41
(71,90,65)
#40523B
(64,82,59)
#394A35
(57,74,53)
#32422F
(50,66,47)
#2B3A29
(43,58,41)
#243223
(36,50,35)
#1D2A1D
(29,42,29)
#162217
(22,34,23)
#0F1A11
(15,26,17)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #4E6247

#4E6247
(78,98,71)
#5E7057
(94,112,87)
#6E7E67
(110,126,103)
#7E8C77
(126,140,119)
#8E9A87
(142,154,135)
#9EA897
(158,168,151)
#AEB6A7
(174,182,167)
#BEC4B7
(190,196,183)
#CED2C7
(206,210,199)
#DEE0D7
(222,224,215)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6247 color. Also use rgb(78,98,71) instead hex code.

Text Font Color

.myTextColor { color: #4E6247; }

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

This text font color is #4E6247.


Background Color

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

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

This div background color is #4E6247.


Border color

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

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

This div border color is #4E6247.


Opacity

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

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

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

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

This text has shadow with #4E6247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6247 on black background.


Color preview on white background

This text has color #4E6247 on white background.



Black color preview on #4E6247 background

This text has black color on #4E6247 background.


White color preview on #4E6247 background

This text has white color on #4E6247 background.