COLOR #4E6A3A

HEX: #4E6A3A
RGB: (78,106,58)

Color info

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

RGB color model

#4E6A3A color RGB value is (78,106,58).

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

RGB channels and saturation

R 78 of 255 = 31%
G 106 of 255 = 42%
B 58 of 255 = 23%

78
106
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 106 + 58 = 242 (100%)
R 78 of 242 ~ 32.23%
G 106 of 242 ~ 43.8%
B 58 of 242 ~ 23.97%

%32.23
%43.8
%23.97

CMYK color model

#4E6A3A color CMYK value is (26,0,45,58).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 58.43%
CMYK:
(26,0,45,58)
C26M0Y45K58 
(26%,0%,45%,58%)
(0.26/0.00/0.45/0.58)	

CMYK percentages

%26.42
%0
%45.28
%58.43

Codes

Color #4E6A3A in popluar color models

4E6A3A
RGB7810658
HSL95°29.27%32.16%
HSB/HSV95°45.28%41.57%
CMYK26.42%0.00%45.28%
58.43%

Color #4E6A3A in popluar number systems.

HEX4E6A3A
Decimal7810658
Binary10011101101010111010
Octal11615272

Shades and tints

Shades of #4E6A3A

#4E6A3A
(78,106,58)
#476135
(71,97,53)
#405830
(64,88,48)
#394F2B
(57,79,43)
#324626
(50,70,38)
#2B3D21
(43,61,33)
#24341C
(36,52,28)
#1D2B17
(29,43,23)
#162212
(22,34,18)
#0F190D
(15,25,13)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #4E6A3A

#4E6A3A
(78,106,58)
#5E774B
(94,119,75)
#6E845C
(110,132,92)
#7E916D
(126,145,109)
#8E9E7E
(142,158,126)
#9EAB8F
(158,171,143)
#AEB8A0
(174,184,160)
#BEC5B1
(190,197,177)
#CED2C2
(206,210,194)
#DEDFD3
(222,223,211)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6A3A; }

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

This text font color is #4E6A3A.


Background Color

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

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

This div background color is #4E6A3A.


Border color

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

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

This div border color is #4E6A3A.


Opacity

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

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

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

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

This text has shadow with #4E6A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6A3A on black background.


Color preview on white background

This text has color #4E6A3A on white background.



Black color preview on #4E6A3A background

This text has black color on #4E6A3A background.


White color preview on #4E6A3A background

This text has white color on #4E6A3A background.