COLOR #4F4312

HEX: #4F4312
RGB: (79,67,18)

Color info

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

RGB color model

#4F4312 color RGB value is (79,67,18).

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

RGB channels and saturation

R 79 of 255 = 31%
G 67 of 255 = 26%
B 18 of 255 = 7%

79
67
18

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

Portions of RGB colors in percentages

R + G + B =
79 + 67 + 18 = 164 (100%)
R 79 of 164 ~ 48.17%
G 67 of 164 ~ 40.85%
B 18 of 164 ~ 10.98%

%48.17
%40.85
%10.98

CMYK color model

#4F4312 color CMYK value is (0,15,77,69).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 77.22%
  • key color value is 69.02%
CMYK:
(0,15,77,69)
C0M15Y77K69 
(0%,15%,77%,69%)
(0.00/0.15/0.77/0.69)	

CMYK percentages

%0
%15.19
%77.22
%69.02

Codes

Color #4F4312 in popluar color models

4F4312
RGB796718
HSL48°62.89%19.02%
HSB/HSV48°77.22%30.98%
CMYK0.00%15.19%77.22%
69.02%

Color #4F4312 in popluar number systems.

HEX4F4312
Decimal796718
Binary1001111100001110010
Octal11710322

Shades and tints

Shades of #4F4312

#4F4312
(79,67,18)
#483D11
(72,61,17)
#413710
(65,55,16)
#3A310F
(58,49,15)
#332B0E
(51,43,14)
#2C250D
(44,37,13)
#251F0C
(37,31,12)
#1E190B
(30,25,11)
#17130A
(23,19,10)
#100D09
(16,13,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #4F4312

#4F4312
(79,67,18)
#5F5427
(95,84,39)
#6F653C
(111,101,60)
#7F7651
(127,118,81)
#8F8766
(143,135,102)
#9F987B
(159,152,123)
#AFA990
(175,169,144)
#BFBAA5
(191,186,165)
#CFCBBA
(207,203,186)
#DFDCCF
(223,220,207)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4312; }

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

This text font color is #4F4312.


Background Color

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

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

This div background color is #4F4312.


Border color

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

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

This div border color is #4F4312.


Opacity

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

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

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

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

This text has shadow with #4F4312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4312 on black background.


Color preview on white background

This text has color #4F4312 on white background.



Black color preview on #4F4312 background

This text has black color on #4F4312 background.


White color preview on #4F4312 background

This text has white color on #4F4312 background.