COLOR #4F3F2D

HEX: #4F3F2D
RGB: (79,63,45)

Color info

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

RGB color model

#4F3F2D color RGB value is (79,63,45).

  • red value is 79;
  • green value is 63;
  • blue value is 45.
RGB:
(79,63,45)
(31%,25%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 45 of 255 = 18%

79
63
45

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

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 45 = 187 (100%)
R 79 of 187 ~ 42.25%
G 63 of 187 ~ 33.69%
B 45 of 187 ~ 24.06%

%42.25
%33.69
%24.06

CMYK color model

#4F3F2D color CMYK value is (0,20,43,69).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 43.04%
  • key color value is 69.02%
CMYK:
(0,20,43,69)
C0M20Y43K69 
(0%,20%,43%,69%)
(0.00/0.20/0.43/0.69)	

CMYK percentages

%0
%20.25
%43.04
%69.02

Codes

Color #4F3F2D in popluar color models

4F3F2D
RGB796345
HSL32°27.42%24.31%
HSB/HSV32°43.04%30.98%
CMYK0.00%20.25%43.04%
69.02%

Color #4F3F2D in popluar number systems.

HEX4F3F2D
Decimal796345
Binary1001111111111101101
Octal1177755

Shades and tints

Shades of #4F3F2D

#4F3F2D
(79,63,45)
#483A29
(72,58,41)
#413525
(65,53,37)
#3A3021
(58,48,33)
#332B1D
(51,43,29)
#2C2619
(44,38,25)
#252115
(37,33,21)
#1E1C11
(30,28,17)
#17170D
(23,23,13)
#101209
(16,18,9)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #4F3F2D

#4F3F2D
(79,63,45)
#5F5040
(95,80,64)
#6F6153
(111,97,83)
#7F7266
(127,114,102)
#8F8379
(143,131,121)
#9F948C
(159,148,140)
#AFA59F
(175,165,159)
#BFB6B2
(191,182,178)
#CFC7C5
(207,199,197)
#DFD8D8
(223,216,216)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3F2D color. Also use rgb(79,63,45) instead hex code.

Text Font Color

.myTextColor { color: #4F3F2D; }

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

This text font color is #4F3F2D.


Background Color

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

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

This div background color is #4F3F2D.


Border color

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

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

This div border color is #4F3F2D.


Opacity

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

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

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

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

This text has shadow with #4F3F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F2D on black background.


Color preview on white background

This text has color #4F3F2D on white background.



Black color preview on #4F3F2D background

This text has black color on #4F3F2D background.


White color preview on #4F3F2D background

This text has white color on #4F3F2D background.