COLOR #4F5131

HEX: #4F5131
RGB: (79,81,49)

Color info

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

RGB color model

#4F5131 color RGB value is (79,81,49).

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

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 49 of 255 = 19%

79
81
49

R + G + B ~ 27%. #4F5131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 49 = 209 (100%)
R 79 of 209 ~ 37.8%
G 81 of 209 ~ 38.76%
B 49 of 209 ~ 23.44%

%37.8
%38.76
%23.44

CMYK color model

#4F5131 color CMYK value is (2,0,40,68).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(2,0,40,68)
C2M0Y40K68 
(2%,0%,40%,68%)
(0.02/0.00/0.40/0.68)	

CMYK percentages

%2.47
%0
%39.51
%68.24

Codes

Color #4F5131 in popluar color models

4F5131
RGB798149
HSL64°24.62%25.49%
HSB/HSV64°39.51%31.76%
CMYK2.47%0.00%39.51%
68.24%

Color #4F5131 in popluar number systems.

HEX4F5131
Decimal798149
Binary10011111010001110001
Octal11712161

Shades and tints

Shades of #4F5131

#4F5131
(79,81,49)
#484A2D
(72,74,45)
#414329
(65,67,41)
#3A3C25
(58,60,37)
#333521
(51,53,33)
#2C2E1D
(44,46,29)
#252719
(37,39,25)
#1E2015
(30,32,21)
#171911
(23,25,17)
#10120D
(16,18,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #4F5131

#4F5131
(79,81,49)
#5F6043
(95,96,67)
#6F6F55
(111,111,85)
#7F7E67
(127,126,103)
#8F8D79
(143,141,121)
#9F9C8B
(159,156,139)
#AFAB9D
(175,171,157)
#BFBAAF
(191,186,175)
#CFC9C1
(207,201,193)
#DFD8D3
(223,216,211)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5131; }

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

This text font color is #4F5131.


Background Color

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

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

This div background color is #4F5131.


Border color

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

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

This div border color is #4F5131.


Opacity

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

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

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

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

This text has shadow with #4F5131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5131 on black background.


Color preview on white background

This text has color #4F5131 on white background.



Black color preview on #4F5131 background

This text has black color on #4F5131 background.


White color preview on #4F5131 background

This text has white color on #4F5131 background.