COLOR #4F3C11

HEX: #4F3C11
RGB: (79,60,17)

Color info

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

RGB color model

#4F3C11 color RGB value is (79,60,17).

  • red value is 79;
  • green value is 60;
  • blue value is 17.
RGB:
(79,60,17)
(31%,24%,7%)

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 17 of 255 = 7%

79
60
17

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

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 17 = 156 (100%)
R 79 of 156 ~ 50.64%
G 60 of 156 ~ 38.46%
B 17 of 156 ~ 10.9%

%50.64
%38.46
%10.9

CMYK color model

#4F3C11 color CMYK value is (0,24,78,69).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 78.48%
  • key color value is 69.02%
CMYK:
(0,24,78,69)
C0M24Y78K69 
(0%,24%,78%,69%)
(0.00/0.24/0.78/0.69)	

CMYK percentages

%0
%24.05
%78.48
%69.02

Codes

Color #4F3C11 in popluar color models

4F3C11
RGB796017
HSL42°64.58%18.82%
HSB/HSV42°78.48%30.98%
CMYK0.00%24.05%78.48%
69.02%

Color #4F3C11 in popluar number systems.

HEX4F3C11
Decimal796017
Binary100111111110010001
Octal1177421

Shades and tints

Shades of #4F3C11

#4F3C11
(79,60,17)
#483710
(72,55,16)
#41320F
(65,50,15)
#3A2D0E
(58,45,14)
#33280D
(51,40,13)
#2C230C
(44,35,12)
#251E0B
(37,30,11)
#1E190A
(30,25,10)
#171409
(23,20,9)
#100F08
(16,15,8)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F3C11

#4F3C11
(79,60,17)
#5F4D26
(95,77,38)
#6F5E3B
(111,94,59)
#7F6F50
(127,111,80)
#8F8065
(143,128,101)
#9F917A
(159,145,122)
#AFA28F
(175,162,143)
#BFB3A4
(191,179,164)
#CFC4B9
(207,196,185)
#DFD5CE
(223,213,206)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3C11 color. Also use rgb(79,60,17) instead hex code.

Text Font Color

.myTextColor { color: #4F3C11; }

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

This text font color is #4F3C11.


Background Color

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

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

This div background color is #4F3C11.


Border color

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

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

This div border color is #4F3C11.


Opacity

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

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

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

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

This text has shadow with #4F3C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C11 on black background.


Color preview on white background

This text has color #4F3C11 on white background.



Black color preview on #4F3C11 background

This text has black color on #4F3C11 background.


White color preview on #4F3C11 background

This text has white color on #4F3C11 background.