COLOR #4F5E32

HEX: #4F5E32
RGB: (79,94,50)

Color info

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

RGB color model

#4F5E32 color RGB value is (79,94,50).

  • red value is 79;
  • green value is 94;
  • blue value is 50.
RGB:
(79,94,50)
(31%,37%,20%)

RGB channels and saturation

R 79 of 255 = 31%
G 94 of 255 = 37%
B 50 of 255 = 20%

79
94
50

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

Portions of RGB colors in percentages

R + G + B =
79 + 94 + 50 = 223 (100%)
R 79 of 223 ~ 35.43%
G 94 of 223 ~ 42.15%
B 50 of 223 ~ 22.42%

%35.43
%42.15
%22.42

CMYK color model

#4F5E32 color CMYK value is (16,0,47,63).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 63.14%
CMYK:
(16,0,47,63)
C16M0Y47K63 
(16%,0%,47%,63%)
(0.16/0.00/0.47/0.63)	

CMYK percentages

%15.96
%0
%46.81
%63.14

Codes

Color #4F5E32 in popluar color models

4F5E32
RGB799450
HSL80°30.56%28.24%
HSB/HSV80°46.81%36.86%
CMYK15.96%0.00%46.81%
63.14%

Color #4F5E32 in popluar number systems.

HEX4F5E32
Decimal799450
Binary10011111011110110010
Octal11713662

Shades and tints

Shades of #4F5E32

#4F5E32
(79,94,50)
#48562E
(72,86,46)
#414E2A
(65,78,42)
#3A4626
(58,70,38)
#333E22
(51,62,34)
#2C361E
(44,54,30)
#252E1A
(37,46,26)
#1E2616
(30,38,22)
#171E12
(23,30,18)
#10160E
(16,22,14)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F5E32

#4F5E32
(79,94,50)
#5F6C44
(95,108,68)
#6F7A56
(111,122,86)
#7F8868
(127,136,104)
#8F967A
(143,150,122)
#9FA48C
(159,164,140)
#AFB29E
(175,178,158)
#BFC0B0
(191,192,176)
#CFCEC2
(207,206,194)
#DFDCD4
(223,220,212)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5E32 color. Also use rgb(79,94,50) instead hex code.

Text Font Color

.myTextColor { color: #4F5E32; }

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

This text font color is #4F5E32.


Background Color

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

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

This div background color is #4F5E32.


Border color

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

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

This div border color is #4F5E32.


Opacity

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

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

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

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

This text has shadow with #4F5E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5E32 on black background.


Color preview on white background

This text has color #4F5E32 on white background.



Black color preview on #4F5E32 background

This text has black color on #4F5E32 background.


White color preview on #4F5E32 background

This text has white color on #4F5E32 background.