COLOR #4F3B32

HEX: #4F3B32
RGB: (79,59,50)

Color info

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

RGB color model

#4F3B32 color RGB value is (79,59,50).

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

RGB channels and saturation

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

79
59
50

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

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 50 = 188 (100%)
R 79 of 188 ~ 42.02%
G 59 of 188 ~ 31.38%
B 50 of 188 ~ 26.6%

%42.02
%31.38
%26.6

CMYK color model

#4F3B32 color CMYK value is (0,25,37,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(0,25,37,69)
C0M25Y37K69 
(0%,25%,37%,69%)
(0.00/0.25/0.37/0.69)	

CMYK percentages

%0
%25.32
%36.71
%69.02

Codes

Color #4F3B32 in popluar color models

4F3B32
RGB795950
HSL19°22.48%25.29%
HSB/HSV19°36.71%30.98%
CMYK0.00%25.32%36.71%
69.02%

Color #4F3B32 in popluar number systems.

HEX4F3B32
Decimal795950
Binary1001111111011110010
Octal1177362

Shades and tints

Shades of #4F3B32

#4F3B32
(79,59,50)
#48362E
(72,54,46)
#41312A
(65,49,42)
#3A2C26
(58,44,38)
#332722
(51,39,34)
#2C221E
(44,34,30)
#251D1A
(37,29,26)
#1E1816
(30,24,22)
#171312
(23,19,18)
#100E0E
(16,14,14)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F3B32

#4F3B32
(79,59,50)
#5F4C44
(95,76,68)
#6F5D56
(111,93,86)
#7F6E68
(127,110,104)
#8F7F7A
(143,127,122)
#9F908C
(159,144,140)
#AFA19E
(175,161,158)
#BFB2B0
(191,178,176)
#CFC3C2
(207,195,194)
#DFD4D4
(223,212,212)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B32; }

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

This text font color is #4F3B32.


Background Color

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

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

This div background color is #4F3B32.


Border color

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

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

This div border color is #4F3B32.


Opacity

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

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

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

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

This text has shadow with #4F3B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B32 on black background.


Color preview on white background

This text has color #4F3B32 on white background.



Black color preview on #4F3B32 background

This text has black color on #4F3B32 background.


White color preview on #4F3B32 background

This text has white color on #4F3B32 background.