COLOR #4E6E32

HEX: #4E6E32 RGB: (78,110,50)

Color info

#4E6E32 contains mainly red and green colors. Web safe color of #4E6E32 is #666633 (or #663).

RGB color model

#4E6E32 color RGB value is (78,110,50).

RGB: (78,110,50) (31%, 43%, 20%)

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 50 of 255 = 20%

78
110
50

R + G + B ~ 31%. #4E6E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 110 + 50 = 238 (100%)
R 78 of 238 ~ 32.77%
G 110 of 238 ~ 46.22%
B 50 of 238 ~ 21.01'%

%32.77
%46.22
%21.01

CMYK color model

#4E6E32 color CMYK value is (29,0,55,57).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 56.86%

CMYK: (29,0,55,57)
C29M0Y55K57 (29%, 0%, 55%, 57%)
(0.29 / 0.00 / 0.55 / 0.57)

CMYK percentages

%29.09
%0
%54.55
%56.86

Codes

Color #4E6E32 in popluar color models

4E 6E 32
RGB 78 110 50
HSL 92° 37.50% 31.37%
HSB/HSV 92° 54.55% 43.14%
CMYK 29.09% 0.00% 54.55%
56.86%

Color #4E6E32 in popluar number systems.

HEX 4E 6E 32
Decimal 78 110 50
Binary 1001110 1101110 110010
Octal 116 156 62

Shades and tints

Shades of #4E6E32

#4E6E32
(78,110,50)
#47642E
(71,100,46)
#405A2A
(64,90,42)
#395026
(57,80,38)
#324622
(50,70,34)
#2B3C1E
(43,60,30)
#24321A
(36,50,26)
#1D2816
(29,40,22)
#161E12
(22,30,18)
#0F140E
(15,20,14)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E6E32

#4E6E32
(78,110,50)
#5E7B44
(94,123,68)
#6E8856
(110,136,86)
#7E9568
(126,149,104)
#8EA27A
(142,162,122)
#9EAF8C
(158,175,140)
#AEBC9E
(174,188,158)
#BEC9B0
(190,201,176)
#CED6C2
(206,214,194)
#DEE3D4
(222,227,212)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6E32 color. Also use rgb(78,110,50) instead hex code.

Text Font Color

.myTextColor { color: #4E6E32; }

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

This text font color is #4E6E32.

Background Color

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

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

This div background color is #4E6E32.

Border color

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

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

This div border color is #4E6E32.

Opacity

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

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

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

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

This text has shadow with #4E6E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6E32.

Preview

Color preview on black background

This text has color #4E6E32 on black background.


Color preview on white background

This text has color #4E6E32 on white background.


Black color preview on #4E6E32 background

This text has black color on #4E6E32 background.


White color preview on #4E6E32 background

This text has white color on #4E6E32 background.


Related colors

Complementary color

Complementary color for #hex is #B191CD.


I love getcolorcode.com

Triadic colors

1 #324E6E and #6E324E with #4E6E32 are triadic colors.

2 #326E4E and #6E4E32 with #4E6E32 are triadic colors.