COLOR #4F5B16

HEX: #4F5B16
RGB: (79,91,22)

Color info

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

RGB color model

#4F5B16 color RGB value is (79,91,22).

  • red value is 79;
  • green value is 91;
  • blue value is 22.
RGB:
(79,91,22)
(31%,36%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 22 of 255 = 9%

79
91
22

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

Portions of RGB colors in percentages

R + G + B =
79 + 91 + 22 = 192 (100%)
R 79 of 192 ~ 41.15%
G 91 of 192 ~ 47.4%
B 22 of 192 ~ 11.46%

%41.15
%47.4
%11.46

CMYK color model

#4F5B16 color CMYK value is (13,0,76,64).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 75.82%
  • key color value is 64.31%
CMYK:
(13,0,76,64)
C13M0Y76K64 
(13%,0%,76%,64%)
(0.13/0.00/0.76/0.64)	

CMYK percentages

%13.19
%0
%75.82
%64.31

Codes

Color #4F5B16 in popluar color models

4F5B16
RGB799122
HSL70°61.06%22.16%
HSB/HSV70°75.82%35.69%
CMYK13.19%0.00%75.82%
64.31%

Color #4F5B16 in popluar number systems.

HEX4F5B16
Decimal799122
Binary1001111101101110110
Octal11713326

Shades and tints

Shades of #4F5B16

#4F5B16
(79,91,22)
#485314
(72,83,20)
#414B12
(65,75,18)
#3A4310
(58,67,16)
#333B0E
(51,59,14)
#2C330C
(44,51,12)
#252B0A
(37,43,10)
#1E2308
(30,35,8)
#171B06
(23,27,6)
#101304
(16,19,4)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #4F5B16

#4F5B16
(79,91,22)
#5F692B
(95,105,43)
#6F7740
(111,119,64)
#7F8555
(127,133,85)
#8F936A
(143,147,106)
#9FA17F
(159,161,127)
#AFAF94
(175,175,148)
#BFBDA9
(191,189,169)
#CFCBBE
(207,203,190)
#DFD9D3
(223,217,211)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5B16 color. Also use rgb(79,91,22) instead hex code.

Text Font Color

.myTextColor { color: #4F5B16; }

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

This text font color is #4F5B16.


Background Color

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

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

This div background color is #4F5B16.


Border color

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

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

This div border color is #4F5B16.


Opacity

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

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

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

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

This text has shadow with #4F5B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5B16 on black background.


Color preview on white background

This text has color #4F5B16 on white background.



Black color preview on #4F5B16 background

This text has black color on #4F5B16 background.


White color preview on #4F5B16 background

This text has white color on #4F5B16 background.