COLOR #4E6131

HEX: #4E6131
RGB: (78,97,49)

Color info

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

RGB color model

#4E6131 color RGB value is (78,97,49).

  • red value is 78;
  • green value is 97;
  • blue value is 49.
RGB:
(78,97,49)
(31%,38%,19%)

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 49 of 255 = 19%

78
97
49

R + G + B ~ 29%. #4E6131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 49 = 224 (100%)
R 78 of 224 ~ 34.82%
G 97 of 224 ~ 43.3%
B 49 of 224 ~ 21.88%

%34.82
%43.3
%21.88

CMYK color model

#4E6131 color CMYK value is (20,0,49,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 49.48%
  • key color value is 61.96%
CMYK:
(20,0,49,62)
C20M0Y49K62 
(20%,0%,49%,62%)
(0.20/0.00/0.49/0.62)	

CMYK percentages

%19.59
%0
%49.48
%61.96

Codes

Color #4E6131 in popluar color models

4E6131
RGB789749
HSL84°32.88%28.63%
HSB/HSV84°49.48%38.04%
CMYK19.59%0.00%49.48%
61.96%

Color #4E6131 in popluar number systems.

HEX4E6131
Decimal789749
Binary10011101100001110001
Octal11614161

Shades and tints

Shades of #4E6131

#4E6131
(78,97,49)
#47592D
(71,89,45)
#405129
(64,81,41)
#394925
(57,73,37)
#324121
(50,65,33)
#2B391D
(43,57,29)
#243119
(36,49,25)
#1D2915
(29,41,21)
#162111
(22,33,17)
#0F190D
(15,25,13)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #4E6131

#4E6131
(78,97,49)
#5E6F43
(94,111,67)
#6E7D55
(110,125,85)
#7E8B67
(126,139,103)
#8E9979
(142,153,121)
#9EA78B
(158,167,139)
#AEB59D
(174,181,157)
#BEC3AF
(190,195,175)
#CED1C1
(206,209,193)
#DEDFD3
(222,223,211)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6131 color. Also use rgb(78,97,49) instead hex code.

Text Font Color

.myTextColor { color: #4E6131; }

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

This text font color is #4E6131.


Background Color

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

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

This div background color is #4E6131.


Border color

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

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

This div border color is #4E6131.


Opacity

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

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

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

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

This text has shadow with #4E6131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6131 on black background.


Color preview on white background

This text has color #4E6131 on white background.



Black color preview on #4E6131 background

This text has black color on #4E6131 background.


White color preview on #4E6131 background

This text has white color on #4E6131 background.