COLOR #4F5917

HEX: #4F5917
RGB: (79,89,23)

Color info

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

RGB color model

#4F5917 color RGB value is (79,89,23).

  • red value is 79;
  • green value is 89;
  • blue value is 23.
RGB:
(79,89,23)
(31%,35%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 23 of 255 = 9%

79
89
23

R + G + B ~ 25%. #4F5917 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 23 = 191 (100%)
R 79 of 191 ~ 41.36%
G 89 of 191 ~ 46.6%
B 23 of 191 ~ 12.04%

%41.36
%46.6
%12.04

CMYK color model

#4F5917 color CMYK value is (11,0,74,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 74.16%
  • key color value is 65.10%
CMYK:
(11,0,74,65)
C11M0Y74K65 
(11%,0%,74%,65%)
(0.11/0.00/0.74/0.65)	

CMYK percentages

%11.24
%0
%74.16
%65.1

Codes

Color #4F5917 in popluar color models

4F5917
RGB798923
HSL69°58.93%21.96%
HSB/HSV69°74.16%34.90%
CMYK11.24%0.00%74.16%
65.10%

Color #4F5917 in popluar number systems.

HEX4F5917
Decimal798923
Binary1001111101100110111
Octal11713127

Shades and tints

Shades of #4F5917

#4F5917
(79,89,23)
#485115
(72,81,21)
#414913
(65,73,19)
#3A4111
(58,65,17)
#33390F
(51,57,15)
#2C310D
(44,49,13)
#25290B
(37,41,11)
#1E2109
(30,33,9)
#171907
(23,25,7)
#101105
(16,17,5)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #4F5917

#4F5917
(79,89,23)
#5F682C
(95,104,44)
#6F7741
(111,119,65)
#7F8656
(127,134,86)
#8F956B
(143,149,107)
#9FA480
(159,164,128)
#AFB395
(175,179,149)
#BFC2AA
(191,194,170)
#CFD1BF
(207,209,191)
#DFE0D4
(223,224,212)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5917 color. Also use rgb(79,89,23) instead hex code.

Text Font Color

.myTextColor { color: #4F5917; }

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

This text font color is #4F5917.


Background Color

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

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

This div background color is #4F5917.


Border color

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

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

This div border color is #4F5917.


Opacity

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

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

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

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

This text has shadow with #4F5917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5917 on black background.


Color preview on white background

This text has color #4F5917 on white background.



Black color preview on #4F5917 background

This text has black color on #4F5917 background.


White color preview on #4F5917 background

This text has white color on #4F5917 background.