COLOR #4F5609

HEX: #4F5609
RGB: (79,86,9)

Color info

#4F5609 contains mainly red and green colors. Web safe color of #4F5609 is #666600 (or #660).

RGB color model

#4F5609 color RGB value is (79,86,9).

  • red value is 79;
  • green value is 86;
  • blue value is 9.
RGB:
(79,86,9)
(31%,34%,4%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 9 of 255 = 4%

79
86
9

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

Portions of RGB colors in percentages

R + G + B =
79 + 86 + 9 = 174 (100%)
R 79 of 174 ~ 45.4%
G 86 of 174 ~ 49.43%
B 9 of 174 ~ 5.17%

%45.4
%49.43

CMYK color model

#4F5609 color CMYK value is (8,0,90,66).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 89.53%
  • key color value is 66.27%
CMYK:
(8,0,90,66)
C8M0Y90K66 
(8%,0%,90%,66%)
(0.08/0.00/0.90/0.66)	

CMYK percentages

%8.14
%0
%89.53
%66.27

Codes

Color #4F5609 in popluar color models

4F5609
RGB79869
HSL65°81.05%18.63%
HSB/HSV65°89.53%33.73%
CMYK8.14%0.00%89.53%
66.27%

Color #4F5609 in popluar number systems.

HEX4F5609
Decimal79869
Binary100111110101101001
Octal11712611

Shades and tints

Shades of #4F5609

#4F5609
(79,86,9)
#484F09
(72,79,9)
#414809
(65,72,9)
#3A4109
(58,65,9)
#333A09
(51,58,9)
#2C3309
(44,51,9)
#252C09
(37,44,9)
#1E2509
(30,37,9)
#171E09
(23,30,9)
#101709
(16,23,9)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #4F5609

#4F5609
(79,86,9)
#5F651F
(95,101,31)
#6F7435
(111,116,53)
#7F834B
(127,131,75)
#8F9261
(143,146,97)
#9FA177
(159,161,119)
#AFB08D
(175,176,141)
#BFBFA3
(191,191,163)
#CFCEB9
(207,206,185)
#DFDDCF
(223,221,207)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5609 color. Also use rgb(79,86,9) instead hex code.

Text Font Color

.myTextColor { color: #4F5609; }

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

This text font color is #4F5609.


Background Color

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

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

This div background color is #4F5609.


Border color

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

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

This div border color is #4F5609.


Opacity

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

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

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

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

This text has shadow with #4F5609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5609 on black background.


Color preview on white background

This text has color #4F5609 on white background.



Black color preview on #4F5609 background

This text has black color on #4F5609 background.


White color preview on #4F5609 background

This text has white color on #4F5609 background.