COLOR #4F3B12

HEX: #4F3B12
RGB: (79,59,18)

Color info

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

RGB color model

#4F3B12 color RGB value is (79,59,18).

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

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 18 of 255 = 7%

79
59
18

R + G + B ~ 20%. #4F3B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 18 = 156 (100%)
R 79 of 156 ~ 50.64%
G 59 of 156 ~ 37.82%
B 18 of 156 ~ 11.54%

%50.64
%37.82
%11.54

CMYK color model

#4F3B12 color CMYK value is (0,25,77,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 77.22%
  • key color value is 69.02%
CMYK:
(0,25,77,69)
C0M25Y77K69 
(0%,25%,77%,69%)
(0.00/0.25/0.77/0.69)	

CMYK percentages

%0
%25.32
%77.22
%69.02

Codes

Color #4F3B12 in popluar color models

4F3B12
RGB795918
HSL40°62.89%19.02%
HSB/HSV40°77.22%30.98%
CMYK0.00%25.32%77.22%
69.02%

Color #4F3B12 in popluar number systems.

HEX4F3B12
Decimal795918
Binary100111111101110010
Octal1177322

Shades and tints

Shades of #4F3B12

#4F3B12
(79,59,18)
#483611
(72,54,17)
#413110
(65,49,16)
#3A2C0F
(58,44,15)
#33270E
(51,39,14)
#2C220D
(44,34,13)
#251D0C
(37,29,12)
#1E180B
(30,24,11)
#17130A
(23,19,10)
#100E09
(16,14,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F3B12

#4F3B12
(79,59,18)
#5F4C27
(95,76,39)
#6F5D3C
(111,93,60)
#7F6E51
(127,110,81)
#8F7F66
(143,127,102)
#9F907B
(159,144,123)
#AFA190
(175,161,144)
#BFB2A5
(191,178,165)
#CFC3BA
(207,195,186)
#DFD4CF
(223,212,207)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B12; }

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

This text font color is #4F3B12.


Background Color

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

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

This div background color is #4F3B12.


Border color

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

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

This div border color is #4F3B12.


Opacity

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

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

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

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

This text has shadow with #4F3B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B12 on black background.


Color preview on white background

This text has color #4F3B12 on white background.



Black color preview on #4F3B12 background

This text has black color on #4F3B12 background.


White color preview on #4F3B12 background

This text has white color on #4F3B12 background.