COLOR #4E6431

HEX: #4E6431
RGB: (78,100,49)

Color info

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

RGB color model

#4E6431 color RGB value is (78,100,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 49 of 255 = 19%

78
100
49

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

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 49 = 227 (100%)
R 78 of 227 ~ 34.36%
G 100 of 227 ~ 44.05%
B 49 of 227 ~ 21.59%

%34.36
%44.05
%21.59

CMYK color model

#4E6431 color CMYK value is (22,0,51,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 51.00%
  • key color value is 60.78%
CMYK:
(22,0,51,61)
C22M0Y51K61 
(22%,0%,51%,61%)
(0.22/0.00/0.51/0.61)	

CMYK percentages

%22
%0
%51
%60.78

Codes

Color #4E6431 in popluar color models

4E6431
RGB7810049
HSL86°34.23%29.22%
HSB/HSV86°51.00%39.22%
CMYK22.00%0.00%51.00%
60.78%

Color #4E6431 in popluar number systems.

HEX4E6431
Decimal7810049
Binary10011101100100110001
Octal11614461

Shades and tints

Shades of #4E6431

#4E6431
(78,100,49)
#475B2D
(71,91,45)
#405229
(64,82,41)
#394925
(57,73,37)
#324021
(50,64,33)
#2B371D
(43,55,29)
#242E19
(36,46,25)
#1D2515
(29,37,21)
#161C11
(22,28,17)
#0F130D
(15,19,13)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E6431

#4E6431
(78,100,49)
#5E7243
(94,114,67)
#6E8055
(110,128,85)
#7E8E67
(126,142,103)
#8E9C79
(142,156,121)
#9EAA8B
(158,170,139)
#AEB89D
(174,184,157)
#BEC6AF
(190,198,175)
#CED4C1
(206,212,193)
#DEE2D3
(222,226,211)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6431; }

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

This text font color is #4E6431.


Background Color

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

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

This div background color is #4E6431.


Border color

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

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

This div border color is #4E6431.


Opacity

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

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

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

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

This text has shadow with #4E6431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6431 on black background.


Color preview on white background

This text has color #4E6431 on white background.



Black color preview on #4E6431 background

This text has black color on #4E6431 background.


White color preview on #4E6431 background

This text has white color on #4E6431 background.