COLOR #4F6432

HEX: #4F6432
RGB: (79,100,50)

Color info

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

RGB color model

#4F6432 color RGB value is (79,100,50).

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

RGB channels and saturation

R 79 of 255 = 31%
G 100 of 255 = 39%
B 50 of 255 = 20%

79
100
50

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

Portions of RGB colors in percentages

R + G + B =
79 + 100 + 50 = 229 (100%)
R 79 of 229 ~ 34.5%
G 100 of 229 ~ 43.67%
B 50 of 229 ~ 21.83%

%34.5
%43.67
%21.83

CMYK color model

#4F6432 color CMYK value is (21,0,50,61).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 60.78%
CMYK:
(21,0,50,61)
C21M0Y50K61 
(21%,0%,50%,61%)
(0.21/0.00/0.50/0.61)	

CMYK percentages

%21
%0
%50
%60.78

Codes

Color #4F6432 in popluar color models

4F6432
RGB7910050
HSL85°33.33%29.41%
HSB/HSV85°50.00%39.22%
CMYK21.00%0.00%50.00%
60.78%

Color #4F6432 in popluar number systems.

HEX4F6432
Decimal7910050
Binary10011111100100110010
Octal11714462

Shades and tints

Shades of #4F6432

#4F6432
(79,100,50)
#485B2E
(72,91,46)
#41522A
(65,82,42)
#3A4926
(58,73,38)
#334022
(51,64,34)
#2C371E
(44,55,30)
#252E1A
(37,46,26)
#1E2516
(30,37,22)
#171C12
(23,28,18)
#10130E
(16,19,14)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #4F6432

#4F6432
(79,100,50)
#5F7244
(95,114,68)
#6F8056
(111,128,86)
#7F8E68
(127,142,104)
#8F9C7A
(143,156,122)
#9FAA8C
(159,170,140)
#AFB89E
(175,184,158)
#BFC6B0
(191,198,176)
#CFD4C2
(207,212,194)
#DFE2D4
(223,226,212)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6432; }

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

This text font color is #4F6432.


Background Color

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

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

This div background color is #4F6432.


Border color

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

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

This div border color is #4F6432.


Opacity

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

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

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

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

This text has shadow with #4F6432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6432 on black background.


Color preview on white background

This text has color #4F6432 on white background.



Black color preview on #4F6432 background

This text has black color on #4F6432 background.


White color preview on #4F6432 background

This text has white color on #4F6432 background.