COLOR #4F5B2F

HEX: #4F5B2F
RGB: (79,91,47)

Color info

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

RGB color model

#4F5B2F color RGB value is (79,91,47).

  • red value is 79;
  • green value is 91;
  • blue value is 47.
RGB:
(79,91,47)
(31%,36%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 47 of 255 = 18%

79
91
47

R + G + B ~ 28%. #4F5B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 91 + 47 = 217 (100%)
R 79 of 217 ~ 36.41%
G 91 of 217 ~ 41.94%
B 47 of 217 ~ 21.66%

%36.41
%41.94
%21.66

CMYK color model

#4F5B2F color CMYK value is (13,0,48,64).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 64.31%
CMYK:
(13,0,48,64)
C13M0Y48K64 
(13%,0%,48%,64%)
(0.13/0.00/0.48/0.64)	

CMYK percentages

%13.19
%0
%48.35
%64.31

Codes

Color #4F5B2F in popluar color models

4F5B2F
RGB799147
HSL76°31.88%27.06%
HSB/HSV76°48.35%35.69%
CMYK13.19%0.00%48.35%
64.31%

Color #4F5B2F in popluar number systems.

HEX4F5B2F
Decimal799147
Binary10011111011011101111
Octal11713357

Shades and tints

Shades of #4F5B2F

#4F5B2F
(79,91,47)
#48532B
(72,83,43)
#414B27
(65,75,39)
#3A4323
(58,67,35)
#333B1F
(51,59,31)
#2C331B
(44,51,27)
#252B17
(37,43,23)
#1E2313
(30,35,19)
#171B0F
(23,27,15)
#10130B
(16,19,11)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #4F5B2F

#4F5B2F
(79,91,47)
#5F6941
(95,105,65)
#6F7753
(111,119,83)
#7F8565
(127,133,101)
#8F9377
(143,147,119)
#9FA189
(159,161,137)
#AFAF9B
(175,175,155)
#BFBDAD
(191,189,173)
#CFCBBF
(207,203,191)
#DFD9D1
(223,217,209)
#EFE7E3
(239,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5B2F color. Also use rgb(79,91,47) instead hex code.

Text Font Color

.myTextColor { color: #4F5B2F; }

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

This text font color is #4F5B2F.


Background Color

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

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

This div background color is #4F5B2F.


Border color

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

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

This div border color is #4F5B2F.


Opacity

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

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

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

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

This text has shadow with #4F5B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5B2F on black background.


Color preview on white background

This text has color #4F5B2F on white background.



Black color preview on #4F5B2F background

This text has black color on #4F5B2F background.


White color preview on #4F5B2F background

This text has white color on #4F5B2F background.