COLOR #4F3413

HEX: #4F3413
RGB: (79,52,19)

Color info

#4F3413 contains mainly red and green colors. Web safe color of #4F3413 is #663300 (or #630).

RGB color model

#4F3413 color RGB value is (79,52,19).

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

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 19 of 255 = 7%

79
52
19

R + G + B ~ 19%. #4F3413 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 19 = 150 (100%)
R 79 of 150 ~ 52.67%
G 52 of 150 ~ 34.67%
B 19 of 150 ~ 12.67%

%52.67
%34.67
%12.67

CMYK color model

#4F3413 color CMYK value is (0,34,76,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 75.95%
  • key color value is 69.02%
CMYK:
(0,34,76,69)
C0M34Y76K69 
(0%,34%,76%,69%)
(0.00/0.34/0.76/0.69)	

CMYK percentages

%0
%34.18
%75.95
%69.02

Codes

Color #4F3413 in popluar color models

4F3413
RGB795219
HSL33°61.22%19.22%
HSB/HSV33°75.95%30.98%
CMYK0.00%34.18%75.95%
69.02%

Color #4F3413 in popluar number systems.

HEX4F3413
Decimal795219
Binary100111111010010011
Octal1176423

Shades and tints

Shades of #4F3413

#4F3413
(79,52,19)
#483012
(72,48,18)
#412C11
(65,44,17)
#3A2810
(58,40,16)
#33240F
(51,36,15)
#2C200E
(44,32,14)
#251C0D
(37,28,13)
#1E180C
(30,24,12)
#17140B
(23,20,11)
#10100A
(16,16,10)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F3413

#4F3413
(79,52,19)
#5F4628
(95,70,40)
#6F583D
(111,88,61)
#7F6A52
(127,106,82)
#8F7C67
(143,124,103)
#9F8E7C
(159,142,124)
#AFA091
(175,160,145)
#BFB2A6
(191,178,166)
#CFC4BB
(207,196,187)
#DFD6D0
(223,214,208)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3413; }

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

This text font color is #4F3413.


Background Color

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

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

This div background color is #4F3413.


Border color

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

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

This div border color is #4F3413.


Opacity

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

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

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

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

This text has shadow with #4F3413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3413 on black background.


Color preview on white background

This text has color #4F3413 on white background.



Black color preview on #4F3413 background

This text has black color on #4F3413 background.


White color preview on #4F3413 background

This text has white color on #4F3413 background.