COLOR #4F3C31

HEX: #4F3C31
RGB: (79,60,49)

Color info

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

RGB color model

#4F3C31 color RGB value is (79,60,49).

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

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 49 of 255 = 19%

79
60
49

R + G + B ~ 25%. #4F3C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 49 = 188 (100%)
R 79 of 188 ~ 42.02%
G 60 of 188 ~ 31.91%
B 49 of 188 ~ 26.06%

%42.02
%31.91
%26.06

CMYK color model

#4F3C31 color CMYK value is (0,24,38,69).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 37.97%
  • key color value is 69.02%
CMYK:
(0,24,38,69)
C0M24Y38K69 
(0%,24%,38%,69%)
(0.00/0.24/0.38/0.69)	

CMYK percentages

%0
%24.05
%37.97
%69.02

Codes

Color #4F3C31 in popluar color models

4F3C31
RGB796049
HSL22°23.44%25.10%
HSB/HSV22°37.97%30.98%
CMYK0.00%24.05%37.97%
69.02%

Color #4F3C31 in popluar number systems.

HEX4F3C31
Decimal796049
Binary1001111111100110001
Octal1177461

Shades and tints

Shades of #4F3C31

#4F3C31
(79,60,49)
#48372D
(72,55,45)
#413229
(65,50,41)
#3A2D25
(58,45,37)
#332821
(51,40,33)
#2C231D
(44,35,29)
#251E19
(37,30,25)
#1E1915
(30,25,21)
#171411
(23,20,17)
#100F0D
(16,15,13)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #4F3C31

#4F3C31
(79,60,49)
#5F4D43
(95,77,67)
#6F5E55
(111,94,85)
#7F6F67
(127,111,103)
#8F8079
(143,128,121)
#9F918B
(159,145,139)
#AFA29D
(175,162,157)
#BFB3AF
(191,179,175)
#CFC4C1
(207,196,193)
#DFD5D3
(223,213,211)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3C31; }

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

This text font color is #4F3C31.


Background Color

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

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

This div background color is #4F3C31.


Border color

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

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

This div border color is #4F3C31.


Opacity

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

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

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

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

This text has shadow with #4F3C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C31 on black background.


Color preview on white background

This text has color #4F3C31 on white background.



Black color preview on #4F3C31 background

This text has black color on #4F3C31 background.


White color preview on #4F3C31 background

This text has white color on #4F3C31 background.