COLOR #4E4732

HEX: #4E4732
RGB: (78,71,50)

Color info

#4E4732 contains red, green and blue colors in about the same proportion. Web safe color of #4E4732 is #663333 (or #633).

RGB color model

#4E4732 color RGB value is (78,71,50).

  • red value is 78;
  • green value is 71;
  • blue value is 50.
RGB:
(78,71,50)
(31%,28%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 50 of 255 = 20%

78
71
50

R + G + B ~ 26%. #4E4732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 71 + 50 = 199 (100%)
R 78 of 199 ~ 39.2%
G 71 of 199 ~ 35.68%
B 50 of 199 ~ 25.13%

%39.2
%35.68
%25.13

CMYK color model

#4E4732 color CMYK value is (0,9,36,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 35.90%
  • key color value is 69.41%
CMYK:
(0,9,36,69)
C0M9Y36K69 
(0%,9%,36%,69%)
(0.00/0.09/0.36/0.69)	

CMYK percentages

%0
%8.97
%35.9
%69.41

Codes

Color #4E4732 in popluar color models

4E4732
RGB787150
HSL45°21.88%25.10%
HSB/HSV45°35.90%30.59%
CMYK0.00%8.97%35.90%
69.41%

Color #4E4732 in popluar number systems.

HEX4E4732
Decimal787150
Binary10011101000111110010
Octal11610762

Shades and tints

Shades of #4E4732

#4E4732
(78,71,50)
#47412E
(71,65,46)
#403B2A
(64,59,42)
#393526
(57,53,38)
#322F22
(50,47,34)
#2B291E
(43,41,30)
#24231A
(36,35,26)
#1D1D16
(29,29,22)
#161712
(22,23,18)
#0F110E
(15,17,14)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E4732

#4E4732
(78,71,50)
#5E5744
(94,87,68)
#6E6756
(110,103,86)
#7E7768
(126,119,104)
#8E877A
(142,135,122)
#9E978C
(158,151,140)
#AEA79E
(174,167,158)
#BEB7B0
(190,183,176)
#CEC7C2
(206,199,194)
#DED7D4
(222,215,212)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4732; }

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

This text font color is #4E4732.


Background Color

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

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

This div background color is #4E4732.


Border color

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

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

This div border color is #4E4732.


Opacity

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

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

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

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

This text has shadow with #4E4732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4732 on black background.


Color preview on white background

This text has color #4E4732 on white background.



Black color preview on #4E4732 background

This text has black color on #4E4732 background.


White color preview on #4E4732 background

This text has white color on #4E4732 background.