COLOR #4F4814

HEX: #4F4814
RGB: (79,72,20)

Color info

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

RGB color model

#4F4814 color RGB value is (79,72,20).

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

RGB channels and saturation

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

79
72
20

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 20 = 171 (100%)
R 79 of 171 ~ 46.2%
G 72 of 171 ~ 42.11%
B 20 of 171 ~ 11.7%

%46.2
%42.11
%11.7

CMYK color model

#4F4814 color CMYK value is (0,9,75,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 74.68%
  • key color value is 69.02%
CMYK:
(0,9,75,69)
C0M9Y75K69 
(0%,9%,75%,69%)
(0.00/0.09/0.75/0.69)	

CMYK percentages

%0
%8.86
%74.68
%69.02

Codes

Color #4F4814 in popluar color models

4F4814
RGB797220
HSL53°59.60%19.41%
HSB/HSV53°74.68%30.98%
CMYK0.00%8.86%74.68%
69.02%

Color #4F4814 in popluar number systems.

HEX4F4814
Decimal797220
Binary1001111100100010100
Octal11711024

Shades and tints

Shades of #4F4814

#4F4814
(79,72,20)
#484213
(72,66,19)
#413C12
(65,60,18)
#3A3611
(58,54,17)
#333010
(51,48,16)
#2C2A0F
(44,42,15)
#25240E
(37,36,14)
#1E1E0D
(30,30,13)
#17180C
(23,24,12)
#10120B
(16,18,11)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F4814

#4F4814
(79,72,20)
#5F5829
(95,88,41)
#6F683E
(111,104,62)
#7F7853
(127,120,83)
#8F8868
(143,136,104)
#9F987D
(159,152,125)
#AFA892
(175,168,146)
#BFB8A7
(191,184,167)
#CFC8BC
(207,200,188)
#DFD8D1
(223,216,209)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4814; }

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

This text font color is #4F4814.


Background Color

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

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

This div background color is #4F4814.


Border color

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

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

This div border color is #4F4814.


Opacity

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

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

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

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

This text has shadow with #4F4814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4814 on black background.


Color preview on white background

This text has color #4F4814 on white background.



Black color preview on #4F4814 background

This text has black color on #4F4814 background.


White color preview on #4F4814 background

This text has white color on #4F4814 background.