COLOR #4F3C2F

HEX: #4F3C2F
RGB: (79,60,47)

Color info

#4F3C2F contains red, green and blue colors in about the same proportion. Web safe color of #4F3C2F is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

79
60
47

R + G + B ~ 24%. #4F3C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 47 = 186 (100%)
R 79 of 186 ~ 42.47%
G 60 of 186 ~ 32.26%
B 47 of 186 ~ 25.27%

%42.47
%32.26
%25.27

CMYK color model

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

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

CMYK percentages

%0
%24.05
%40.51
%69.02

Codes

Color #4F3C2F in popluar color models

4F3C2F
RGB796047
HSL24°25.40%24.71%
HSB/HSV24°40.51%30.98%
CMYK0.00%24.05%40.51%
69.02%

Color #4F3C2F in popluar number systems.

HEX4F3C2F
Decimal796047
Binary1001111111100101111
Octal1177457

Shades and tints

Shades of #4F3C2F

#4F3C2F
(79,60,47)
#48372B
(72,55,43)
#413227
(65,50,39)
#3A2D23
(58,45,35)
#33281F
(51,40,31)
#2C231B
(44,35,27)
#251E17
(37,30,23)
#1E1913
(30,25,19)
#17140F
(23,20,15)
#100F0B
(16,15,11)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F3C2F

#4F3C2F
(79,60,47)
#5F4D41
(95,77,65)
#6F5E53
(111,94,83)
#7F6F65
(127,111,101)
#8F8077
(143,128,119)
#9F9189
(159,145,137)
#AFA29B
(175,162,155)
#BFB3AD
(191,179,173)
#CFC4BF
(207,196,191)
#DFD5D1
(223,213,209)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3C2F; }

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

This text font color is #4F3C2F.


Background Color

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

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

This div background color is #4F3C2F.


Border color

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

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

This div border color is #4F3C2F.


Opacity

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

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

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

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

This text has shadow with #4F3C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C2F on black background.


Color preview on white background

This text has color #4F3C2F on white background.



Black color preview on #4F3C2F background

This text has black color on #4F3C2F background.


White color preview on #4F3C2F background

This text has white color on #4F3C2F background.