COLOR #4E6449

HEX: #4E6449
RGB: (78,100,73)

Color info

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

RGB color model

#4E6449 color RGB value is (78,100,73).

  • red value is 78;
  • green value is 100;
  • blue value is 73.
RGB:
(78,100,73)
(31%,39%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 73 of 255 = 29%

78
100
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 73 = 251 (100%)
R 78 of 251 ~ 31.08%
G 100 of 251 ~ 39.84%
B 73 of 251 ~ 29.08%

%31.08
%39.84
%29.08

CMYK color model

#4E6449 color CMYK value is (22,0,27,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(22,0,27,61)
C22M0Y27K61 
(22%,0%,27%,61%)
(0.22/0.00/0.27/0.61)	

CMYK percentages

%22
%0
%27
%60.78

Codes

Color #4E6449 in popluar color models

4E6449
RGB7810073
HSL109°15.61%33.92%
HSB/HSV109°27.00%39.22%
CMYK22.00%0.00%27.00%
60.78%

Color #4E6449 in popluar number systems.

HEX4E6449
Decimal7810073
Binary100111011001001001001
Octal116144111

Shades and tints

Shades of #4E6449

#4E6449
(78,100,73)
#475B43
(71,91,67)
#40523D
(64,82,61)
#394937
(57,73,55)
#324031
(50,64,49)
#2B372B
(43,55,43)
#242E25
(36,46,37)
#1D251F
(29,37,31)
#161C19
(22,28,25)
#0F1313
(15,19,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E6449

#4E6449
(78,100,73)
#5E7259
(94,114,89)
#6E8069
(110,128,105)
#7E8E79
(126,142,121)
#8E9C89
(142,156,137)
#9EAA99
(158,170,153)
#AEB8A9
(174,184,169)
#BEC6B9
(190,198,185)
#CED4C9
(206,212,201)
#DEE2D9
(222,226,217)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6449 color. Also use rgb(78,100,73) instead hex code.

Text Font Color

.myTextColor { color: #4E6449; }

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

This text font color is #4E6449.


Background Color

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

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

This div background color is #4E6449.


Border color

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

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

This div border color is #4E6449.


Opacity

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

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

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

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

This text has shadow with #4E6449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6449 on black background.


Color preview on white background

This text has color #4E6449 on white background.



Black color preview on #4E6449 background

This text has black color on #4E6449 background.


White color preview on #4E6449 background

This text has white color on #4E6449 background.