COLOR #4E6731

HEX: #4E6731
RGB: (78,103,49)

Color info

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

RGB color model

#4E6731 color RGB value is (78,103,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 49 of 255 = 19%

78
103
49

R + G + B ~ 30%. #4E6731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 49 = 230 (100%)
R 78 of 230 ~ 33.91%
G 103 of 230 ~ 44.78%
B 49 of 230 ~ 21.3%

%33.91
%44.78
%21.3

CMYK color model

#4E6731 color CMYK value is (24,0,52,60).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(24,0,52,60)
C24M0Y52K60 
(24%,0%,52%,60%)
(0.24/0.00/0.52/0.60)	

CMYK percentages

%24.27
%0
%52.43
%59.61

Codes

Color #4E6731 in popluar color models

4E6731
RGB7810349
HSL88°35.53%29.80%
HSB/HSV88°52.43%40.39%
CMYK24.27%0.00%52.43%
59.61%

Color #4E6731 in popluar number systems.

HEX4E6731
Decimal7810349
Binary10011101100111110001
Octal11614761

Shades and tints

Shades of #4E6731

#4E6731
(78,103,49)
#475E2D
(71,94,45)
#405529
(64,85,41)
#394C25
(57,76,37)
#324321
(50,67,33)
#2B3A1D
(43,58,29)
#243119
(36,49,25)
#1D2815
(29,40,21)
#161F11
(22,31,17)
#0F160D
(15,22,13)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #4E6731

#4E6731
(78,103,49)
#5E7443
(94,116,67)
#6E8155
(110,129,85)
#7E8E67
(126,142,103)
#8E9B79
(142,155,121)
#9EA88B
(158,168,139)
#AEB59D
(174,181,157)
#BEC2AF
(190,194,175)
#CECFC1
(206,207,193)
#DEDCD3
(222,220,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6731; }

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

This text font color is #4E6731.


Background Color

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

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

This div background color is #4E6731.


Border color

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

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

This div border color is #4E6731.


Opacity

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

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

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

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

This text has shadow with #4E6731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6731 on black background.


Color preview on white background

This text has color #4E6731 on white background.



Black color preview on #4E6731 background

This text has black color on #4E6731 background.


White color preview on #4E6731 background

This text has white color on #4E6731 background.