COLOR #4F6F31

HEX: #4F6F31
RGB: (79,111,49)

Color info

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

RGB color model

#4F6F31 color RGB value is (79,111,49).

  • red value is 79;
  • green value is 111;
  • blue value is 49.
RGB:
(79,111,49)
(31%,44%,19%)

RGB channels and saturation

R 79 of 255 = 31%
G 111 of 255 = 44%
B 49 of 255 = 19%

79
111
49

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

Portions of RGB colors in percentages

R + G + B =
79 + 111 + 49 = 239 (100%)
R 79 of 239 ~ 33.05%
G 111 of 239 ~ 46.44%
B 49 of 239 ~ 20.5%

%33.05
%46.44
%20.5

CMYK color model

#4F6F31 color CMYK value is (29,0,56,56).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK:
(29,0,56,56)
C29M0Y56K56 
(29%,0%,56%,56%)
(0.29/0.00/0.56/0.56)	

CMYK percentages

%28.83
%0
%55.86
%56.47

Codes

Color #4F6F31 in popluar color models

4F6F31
RGB7911149
HSL91°38.75%31.37%
HSB/HSV91°55.86%43.53%
CMYK28.83%0.00%55.86%
56.47%

Color #4F6F31 in popluar number systems.

HEX4F6F31
Decimal7911149
Binary10011111101111110001
Octal11715761

Shades and tints

Shades of #4F6F31

#4F6F31
(79,111,49)
#48652D
(72,101,45)
#415B29
(65,91,41)
#3A5125
(58,81,37)
#334721
(51,71,33)
#2C3D1D
(44,61,29)
#253319
(37,51,25)
#1E2915
(30,41,21)
#171F11
(23,31,17)
#10150D
(16,21,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #4F6F31

#4F6F31
(79,111,49)
#5F7C43
(95,124,67)
#6F8955
(111,137,85)
#7F9667
(127,150,103)
#8FA379
(143,163,121)
#9FB08B
(159,176,139)
#AFBD9D
(175,189,157)
#BFCAAF
(191,202,175)
#CFD7C1
(207,215,193)
#DFE4D3
(223,228,211)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6F31 color. Also use rgb(79,111,49) instead hex code.

Text Font Color

.myTextColor { color: #4F6F31; }

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

This text font color is #4F6F31.


Background Color

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

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

This div background color is #4F6F31.


Border color

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

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

This div border color is #4F6F31.


Opacity

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

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

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

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

This text has shadow with #4F6F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6F31 on black background.


Color preview on white background

This text has color #4F6F31 on white background.



Black color preview on #4F6F31 background

This text has black color on #4F6F31 background.


White color preview on #4F6F31 background

This text has white color on #4F6F31 background.