COLOR #4F3B21

HEX: #4F3B21
RGB: (79,59,33)

Color info

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

RGB color model

#4F3B21 color RGB value is (79,59,33).

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

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 33 of 255 = 13%

79
59
33

R + G + B ~ 22%. #4F3B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 33 = 171 (100%)
R 79 of 171 ~ 46.2%
G 59 of 171 ~ 34.5%
B 33 of 171 ~ 19.3%

%46.2
%34.5
%19.3

CMYK color model

#4F3B21 color CMYK value is (0,25,58,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 58.23%
  • key color value is 69.02%
CMYK:
(0,25,58,69)
C0M25Y58K69 
(0%,25%,58%,69%)
(0.00/0.25/0.58/0.69)	

CMYK percentages

%0
%25.32
%58.23
%69.02

Codes

Color #4F3B21 in popluar color models

4F3B21
RGB795933
HSL34°41.07%21.96%
HSB/HSV34°58.23%30.98%
CMYK0.00%25.32%58.23%
69.02%

Color #4F3B21 in popluar number systems.

HEX4F3B21
Decimal795933
Binary1001111111011100001
Octal1177341

Shades and tints

Shades of #4F3B21

#4F3B21
(79,59,33)
#48361E
(72,54,30)
#41311B
(65,49,27)
#3A2C18
(58,44,24)
#332715
(51,39,21)
#2C2212
(44,34,18)
#251D0F
(37,29,15)
#1E180C
(30,24,12)
#171309
(23,19,9)
#100E06
(16,14,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #4F3B21

#4F3B21
(79,59,33)
#5F4C35
(95,76,53)
#6F5D49
(111,93,73)
#7F6E5D
(127,110,93)
#8F7F71
(143,127,113)
#9F9085
(159,144,133)
#AFA199
(175,161,153)
#BFB2AD
(191,178,173)
#CFC3C1
(207,195,193)
#DFD4D5
(223,212,213)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B21; }

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

This text font color is #4F3B21.


Background Color

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

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

This div background color is #4F3B21.


Border color

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

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

This div border color is #4F3B21.


Opacity

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

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

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

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

This text has shadow with #4F3B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B21 on black background.


Color preview on white background

This text has color #4F3B21 on white background.



Black color preview on #4F3B21 background

This text has black color on #4F3B21 background.


White color preview on #4F3B21 background

This text has white color on #4F3B21 background.