COLOR #4F3A32

HEX: #4F3A32
RGB: (79,58,50)

Color info

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

RGB color model

#4F3A32 color RGB value is (79,58,50).

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

RGB channels and saturation

R 79 of 255 = 31%
G 58 of 255 = 23%
B 50 of 255 = 20%

79
58
50

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

Portions of RGB colors in percentages

R + G + B =
79 + 58 + 50 = 187 (100%)
R 79 of 187 ~ 42.25%
G 58 of 187 ~ 31.02%
B 50 of 187 ~ 26.74%

%42.25
%31.02
%26.74

CMYK color model

#4F3A32 color CMYK value is (0,27,37,69).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(0,27,37,69)
C0M27Y37K69 
(0%,27%,37%,69%)
(0.00/0.27/0.37/0.69)	

CMYK percentages

%0
%26.58
%36.71
%69.02

Codes

Color #4F3A32 in popluar color models

4F3A32
RGB795850
HSL17°22.48%25.29%
HSB/HSV17°36.71%30.98%
CMYK0.00%26.58%36.71%
69.02%

Color #4F3A32 in popluar number systems.

HEX4F3A32
Decimal795850
Binary1001111111010110010
Octal1177262

Shades and tints

Shades of #4F3A32

#4F3A32
(79,58,50)
#48352E
(72,53,46)
#41302A
(65,48,42)
#3A2B26
(58,43,38)
#332622
(51,38,34)
#2C211E
(44,33,30)
#251C1A
(37,28,26)
#1E1716
(30,23,22)
#171212
(23,18,18)
#100D0E
(16,13,14)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #4F3A32

#4F3A32
(79,58,50)
#5F4B44
(95,75,68)
#6F5C56
(111,92,86)
#7F6D68
(127,109,104)
#8F7E7A
(143,126,122)
#9F8F8C
(159,143,140)
#AFA09E
(175,160,158)
#BFB1B0
(191,177,176)
#CFC2C2
(207,194,194)
#DFD3D4
(223,211,212)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3A32; }

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

This text font color is #4F3A32.


Background Color

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

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

This div background color is #4F3A32.


Border color

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

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

This div border color is #4F3A32.


Opacity

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

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

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

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

This text has shadow with #4F3A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3A32 on black background.


Color preview on white background

This text has color #4F3A32 on white background.



Black color preview on #4F3A32 background

This text has black color on #4F3A32 background.


White color preview on #4F3A32 background

This text has white color on #4F3A32 background.