COLOR #4F3A31

HEX: #4F3A31
RGB: (79,58,49)

Color info

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

RGB color model

#4F3A31 color RGB value is (79,58,49).

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

RGB channels and saturation

R 79 of 255 = 31%
G 58 of 255 = 23%
B 49 of 255 = 19%

79
58
49

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

Portions of RGB colors in percentages

R + G + B =
79 + 58 + 49 = 186 (100%)
R 79 of 186 ~ 42.47%
G 58 of 186 ~ 31.18%
B 49 of 186 ~ 26.34%

%42.47
%31.18
%26.34

CMYK color model

#4F3A31 color CMYK value is (0,27,38,69).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 37.97%
  • key color value is 69.02%
CMYK:
(0,27,38,69)
C0M27Y38K69 
(0%,27%,38%,69%)
(0.00/0.27/0.38/0.69)	

CMYK percentages

%0
%26.58
%37.97
%69.02

Codes

Color #4F3A31 in popluar color models

4F3A31
RGB795849
HSL18°23.44%25.10%
HSB/HSV18°37.97%30.98%
CMYK0.00%26.58%37.97%
69.02%

Color #4F3A31 in popluar number systems.

HEX4F3A31
Decimal795849
Binary1001111111010110001
Octal1177261

Shades and tints

Shades of #4F3A31

#4F3A31
(79,58,49)
#48352D
(72,53,45)
#413029
(65,48,41)
#3A2B25
(58,43,37)
#332621
(51,38,33)
#2C211D
(44,33,29)
#251C19
(37,28,25)
#1E1715
(30,23,21)
#171211
(23,18,17)
#100D0D
(16,13,13)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #4F3A31

#4F3A31
(79,58,49)
#5F4B43
(95,75,67)
#6F5C55
(111,92,85)
#7F6D67
(127,109,103)
#8F7E79
(143,126,121)
#9F8F8B
(159,143,139)
#AFA09D
(175,160,157)
#BFB1AF
(191,177,175)
#CFC2C1
(207,194,193)
#DFD3D3
(223,211,211)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3A31; }

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

This text font color is #4F3A31.


Background Color

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

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

This div background color is #4F3A31.


Border color

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

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

This div border color is #4F3A31.


Opacity

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

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

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

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

This text has shadow with #4F3A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3A31 on black background.


Color preview on white background

This text has color #4F3A31 on white background.



Black color preview on #4F3A31 background

This text has black color on #4F3A31 background.


White color preview on #4F3A31 background

This text has white color on #4F3A31 background.