COLOR #4F4A19

HEX: #4F4A19
RGB: (79,74,25)

Color info

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

RGB color model

#4F4A19 color RGB value is (79,74,25).

  • red value is 79;
  • green value is 74;
  • blue value is 25.
RGB:
(79,74,25)
(31%,29%,10%)

RGB channels and saturation

R 79 of 255 = 31%
G 74 of 255 = 29%
B 25 of 255 = 10%

79
74
25

R + G + B ~ 23%. #4F4A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 74 + 25 = 178 (100%)
R 79 of 178 ~ 44.38%
G 74 of 178 ~ 41.57%
B 25 of 178 ~ 14.04%

%44.38
%41.57
%14.04

CMYK color model

#4F4A19 color CMYK value is (0,6,68,69).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 68.35%
  • key color value is 69.02%
CMYK:
(0,6,68,69)
C0M6Y68K69 
(0%,6%,68%,69%)
(0.00/0.06/0.68/0.69)	

CMYK percentages

%0
%6.33
%68.35
%69.02

Codes

Color #4F4A19 in popluar color models

4F4A19
RGB797425
HSL54°51.92%20.39%
HSB/HSV54°68.35%30.98%
CMYK0.00%6.33%68.35%
69.02%

Color #4F4A19 in popluar number systems.

HEX4F4A19
Decimal797425
Binary1001111100101011001
Octal11711231

Shades and tints

Shades of #4F4A19

#4F4A19
(79,74,25)
#484417
(72,68,23)
#413E15
(65,62,21)
#3A3813
(58,56,19)
#333211
(51,50,17)
#2C2C0F
(44,44,15)
#25260D
(37,38,13)
#1E200B
(30,32,11)
#171A09
(23,26,9)
#101407
(16,20,7)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #4F4A19

#4F4A19
(79,74,25)
#5F5A2D
(95,90,45)
#6F6A41
(111,106,65)
#7F7A55
(127,122,85)
#8F8A69
(143,138,105)
#9F9A7D
(159,154,125)
#AFAA91
(175,170,145)
#BFBAA5
(191,186,165)
#CFCAB9
(207,202,185)
#DFDACD
(223,218,205)
#EFEAE1
(239,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4A19 color. Also use rgb(79,74,25) instead hex code.

Text Font Color

.myTextColor { color: #4F4A19; }

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

This text font color is #4F4A19.


Background Color

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

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

This div background color is #4F4A19.


Border color

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

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

This div border color is #4F4A19.


Opacity

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

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

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

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

This text has shadow with #4F4A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4A19 on black background.


Color preview on white background

This text has color #4F4A19 on white background.



Black color preview on #4F4A19 background

This text has black color on #4F4A19 background.


White color preview on #4F4A19 background

This text has white color on #4F4A19 background.