COLOR #4F4714

HEX: #4F4714
RGB: (79,71,20)

Color info

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

RGB color model

#4F4714 color RGB value is (79,71,20).

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

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 20 of 255 = 8%

79
71
20

R + G + B ~ 22%. #4F4714 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 20 = 170 (100%)
R 79 of 170 ~ 46.47%
G 71 of 170 ~ 41.76%
B 20 of 170 ~ 11.76%

%46.47
%41.76
%11.76

CMYK color model

#4F4714 color CMYK value is (0,10,75,69).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 74.68%
  • key color value is 69.02%
CMYK:
(0,10,75,69)
C0M10Y75K69 
(0%,10%,75%,69%)
(0.00/0.10/0.75/0.69)	

CMYK percentages

%0
%10.13
%74.68
%69.02

Codes

Color #4F4714 in popluar color models

4F4714
RGB797120
HSL52°59.60%19.41%
HSB/HSV52°74.68%30.98%
CMYK0.00%10.13%74.68%
69.02%

Color #4F4714 in popluar number systems.

HEX4F4714
Decimal797120
Binary1001111100011110100
Octal11710724

Shades and tints

Shades of #4F4714

#4F4714
(79,71,20)
#484113
(72,65,19)
#413B12
(65,59,18)
#3A3511
(58,53,17)
#332F10
(51,47,16)
#2C290F
(44,41,15)
#25230E
(37,35,14)
#1E1D0D
(30,29,13)
#17170C
(23,23,12)
#10110B
(16,17,11)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #4F4714

#4F4714
(79,71,20)
#5F5729
(95,87,41)
#6F673E
(111,103,62)
#7F7753
(127,119,83)
#8F8768
(143,135,104)
#9F977D
(159,151,125)
#AFA792
(175,167,146)
#BFB7A7
(191,183,167)
#CFC7BC
(207,199,188)
#DFD7D1
(223,215,209)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4714; }

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

This text font color is #4F4714.


Background Color

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

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

This div background color is #4F4714.


Border color

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

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

This div border color is #4F4714.


Opacity

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

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

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

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

This text has shadow with #4F4714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4714 on black background.


Color preview on white background

This text has color #4F4714 on white background.



Black color preview on #4F4714 background

This text has black color on #4F4714 background.


White color preview on #4F4714 background

This text has white color on #4F4714 background.