COLOR #4F4F2F

HEX: #4F4F2F
RGB: (79,79,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
79
47

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

Portions of RGB colors in percentages

R + G + B =
79 + 79 + 47 = 205 (100%)
R 79 of 205 ~ 38.54%
G 79 of 205 ~ 38.54%
B 47 of 205 ~ 22.93%

%38.54
%38.54
%22.93

CMYK color model

#4F4F2F color CMYK value is (0,0,41,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 69.02%
CMYK:
(0,0,41,69)
C0M0Y41K69 
(0%,0%,41%,69%)
(0.00/0.00/0.41/0.69)	

CMYK percentages

%0
%0
%40.51
%69.02

Codes

Color #4F4F2F in popluar color models

4F4F2F
RGB797947
HSL60°25.40%24.71%
HSB/HSV60°40.51%30.98%
CMYK0.00%0.00%40.51%
69.02%

Color #4F4F2F in popluar number systems.

HEX4F4F2F
Decimal797947
Binary10011111001111101111
Octal11711757

Shades and tints

Shades of #4F4F2F

#4F4F2F
(79,79,47)
#48482B
(72,72,43)
#414127
(65,65,39)
#3A3A23
(58,58,35)
#33331F
(51,51,31)
#2C2C1B
(44,44,27)
#252517
(37,37,23)
#1E1E13
(30,30,19)
#17170F
(23,23,15)
#10100B
(16,16,11)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #4F4F2F

#4F4F2F
(79,79,47)
#5F5F41
(95,95,65)
#6F6F53
(111,111,83)
#7F7F65
(127,127,101)
#8F8F77
(143,143,119)
#9F9F89
(159,159,137)
#AFAF9B
(175,175,155)
#BFBFAD
(191,191,173)
#CFCFBF
(207,207,191)
#DFDFD1
(223,223,209)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F2F; }

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

This text font color is #4F4F2F.


Background Color

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

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

This div background color is #4F4F2F.


Border color

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

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

This div border color is #4F4F2F.


Opacity

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

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

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

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

This text has shadow with #4F4F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F2F on black background.


Color preview on white background

This text has color #4F4F2F on white background.



Black color preview on #4F4F2F background

This text has black color on #4F4F2F background.


White color preview on #4F4F2F background

This text has white color on #4F4F2F background.