COLOR #4F3420

HEX: #4F3420
RGB: (79,52,32)

Color info

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

RGB color model

#4F3420 color RGB value is (79,52,32).

  • red value is 79;
  • green value is 52;
  • blue value is 32.
RGB:
(79,52,32)
(31%,20%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 32 of 255 = 13%

79
52
32

R + G + B ~ 21%. #4F3420 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 32 = 163 (100%)
R 79 of 163 ~ 48.47%
G 52 of 163 ~ 31.9%
B 32 of 163 ~ 19.63%

%48.47
%31.9
%19.63

CMYK color model

#4F3420 color CMYK value is (0,34,59,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 59.49%
  • key color value is 69.02%
CMYK:
(0,34,59,69)
C0M34Y59K69 
(0%,34%,59%,69%)
(0.00/0.34/0.59/0.69)	

CMYK percentages

%0
%34.18
%59.49
%69.02

Codes

Color #4F3420 in popluar color models

4F3420
RGB795232
HSL26°42.34%21.76%
HSB/HSV26°59.49%30.98%
CMYK0.00%34.18%59.49%
69.02%

Color #4F3420 in popluar number systems.

HEX4F3420
Decimal795232
Binary1001111110100100000
Octal1176440

Shades and tints

Shades of #4F3420

#4F3420
(79,52,32)
#48301E
(72,48,30)
#412C1C
(65,44,28)
#3A281A
(58,40,26)
#332418
(51,36,24)
#2C2016
(44,32,22)
#251C14
(37,28,20)
#1E1812
(30,24,18)
#171410
(23,20,16)
#10100E
(16,16,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F3420

#4F3420
(79,52,32)
#5F4634
(95,70,52)
#6F5848
(111,88,72)
#7F6A5C
(127,106,92)
#8F7C70
(143,124,112)
#9F8E84
(159,142,132)
#AFA098
(175,160,152)
#BFB2AC
(191,178,172)
#CFC4C0
(207,196,192)
#DFD6D4
(223,214,212)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3420 color. Also use rgb(79,52,32) instead hex code.

Text Font Color

.myTextColor { color: #4F3420; }

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

This text font color is #4F3420.


Background Color

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

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

This div background color is #4F3420.


Border color

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

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

This div border color is #4F3420.


Opacity

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

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

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

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

This text has shadow with #4F3420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3420 on black background.


Color preview on white background

This text has color #4F3420 on white background.



Black color preview on #4F3420 background

This text has black color on #4F3420 background.


White color preview on #4F3420 background

This text has white color on #4F3420 background.