COLOR #4E6A46

HEX: #4E6A46
RGB: (78,106,70)

Color info

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

RGB color model

#4E6A46 color RGB value is (78,106,70).

  • red value is 78;
  • green value is 106;
  • blue value is 70.
RGB:
(78,106,70)
(31%,42%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 106 of 255 = 42%
B 70 of 255 = 27%

78
106
70

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

Portions of RGB colors in percentages

R + G + B =
78 + 106 + 70 = 254 (100%)
R 78 of 254 ~ 30.71%
G 106 of 254 ~ 41.73%
B 70 of 254 ~ 27.56%

%30.71
%41.73
%27.56

CMYK color model

#4E6A46 color CMYK value is (26,0,34,58).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(26,0,34,58)
C26M0Y34K58 
(26%,0%,34%,58%)
(0.26/0.00/0.34/0.58)	

CMYK percentages

%26.42
%0
%33.96
%58.43

Codes

Color #4E6A46 in popluar color models

4E6A46
RGB7810670
HSL107°20.45%34.51%
HSB/HSV107°33.96%41.57%
CMYK26.42%0.00%33.96%
58.43%

Color #4E6A46 in popluar number systems.

HEX4E6A46
Decimal7810670
Binary100111011010101000110
Octal116152106

Shades and tints

Shades of #4E6A46

#4E6A46
(78,106,70)
#476140
(71,97,64)
#40583A
(64,88,58)
#394F34
(57,79,52)
#32462E
(50,70,46)
#2B3D28
(43,61,40)
#243422
(36,52,34)
#1D2B1C
(29,43,28)
#162216
(22,34,22)
#0F1910
(15,25,16)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #4E6A46

#4E6A46
(78,106,70)
#5E7756
(94,119,86)
#6E8466
(110,132,102)
#7E9176
(126,145,118)
#8E9E86
(142,158,134)
#9EAB96
(158,171,150)
#AEB8A6
(174,184,166)
#BEC5B6
(190,197,182)
#CED2C6
(206,210,198)
#DEDFD6
(222,223,214)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6A46 color. Also use rgb(78,106,70) instead hex code.

Text Font Color

.myTextColor { color: #4E6A46; }

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

This text font color is #4E6A46.


Background Color

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

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

This div background color is #4E6A46.


Border color

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

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

This div border color is #4E6A46.


Opacity

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

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

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

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

This text has shadow with #4E6A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6A46 on black background.


Color preview on white background

This text has color #4E6A46 on white background.



Black color preview on #4E6A46 background

This text has black color on #4E6A46 background.


White color preview on #4E6A46 background

This text has white color on #4E6A46 background.