COLOR #4F4014

HEX: #4F4014
RGB: (79,64,20)

Color info

#4F4014 contains red, green and blue colors in about the same proportion. Web safe color of #4F4014 is #663300 (or #630).

RGB color model

#4F4014 color RGB value is (79,64,20).

  • red value is 79;
  • green value is 64;
  • blue value is 20.
RGB:
(79,64,20)
(31%,25%,8%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 20 of 255 = 8%

79
64
20

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

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 20 = 163 (100%)
R 79 of 163 ~ 48.47%
G 64 of 163 ~ 39.26%
B 20 of 163 ~ 12.27%

%48.47
%39.26
%12.27

CMYK color model

#4F4014 color CMYK value is (0,19,75,69).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 74.68%
  • key color value is 69.02%
CMYK:
(0,19,75,69)
C0M19Y75K69 
(0%,19%,75%,69%)
(0.00/0.19/0.75/0.69)	

CMYK percentages

%0
%18.99
%74.68
%69.02

Codes

Color #4F4014 in popluar color models

4F4014
RGB796420
HSL45°59.60%19.41%
HSB/HSV45°74.68%30.98%
CMYK0.00%18.99%74.68%
69.02%

Color #4F4014 in popluar number systems.

HEX4F4014
Decimal796420
Binary1001111100000010100
Octal11710024

Shades and tints

Shades of #4F4014

#4F4014
(79,64,20)
#483B13
(72,59,19)
#413612
(65,54,18)
#3A3111
(58,49,17)
#332C10
(51,44,16)
#2C270F
(44,39,15)
#25220E
(37,34,14)
#1E1D0D
(30,29,13)
#17180C
(23,24,12)
#10130B
(16,19,11)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F4014

#4F4014
(79,64,20)
#5F5129
(95,81,41)
#6F623E
(111,98,62)
#7F7353
(127,115,83)
#8F8468
(143,132,104)
#9F957D
(159,149,125)
#AFA692
(175,166,146)
#BFB7A7
(191,183,167)
#CFC8BC
(207,200,188)
#DFD9D1
(223,217,209)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4014 color. Also use rgb(79,64,20) instead hex code.

Text Font Color

.myTextColor { color: #4F4014; }

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

This text font color is #4F4014.


Background Color

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

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

This div background color is #4F4014.


Border color

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

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

This div border color is #4F4014.


Opacity

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

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

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

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

This text has shadow with #4F4014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4014 on black background.


Color preview on white background

This text has color #4F4014 on white background.



Black color preview on #4F4014 background

This text has black color on #4F4014 background.


White color preview on #4F4014 background

This text has white color on #4F4014 background.