COLOR #4F5316

HEX: #4F5316
RGB: (79,83,22)

Color info

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

RGB color model

#4F5316 color RGB value is (79,83,22).

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

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 22 of 255 = 9%

79
83
22

R + G + B ~ 24%. #4F5316 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 22 = 184 (100%)
R 79 of 184 ~ 42.93%
G 83 of 184 ~ 45.11%
B 22 of 184 ~ 11.96%

%42.93
%45.11
%11.96

CMYK color model

#4F5316 color CMYK value is (5,0,73,67).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 73.49%
  • key color value is 67.45%
CMYK:
(5,0,73,67)
C5M0Y73K67 
(5%,0%,73%,67%)
(0.05/0.00/0.73/0.67)	

CMYK percentages

%4.82
%0
%73.49
%67.45

Codes

Color #4F5316 in popluar color models

4F5316
RGB798322
HSL64°58.10%20.59%
HSB/HSV64°73.49%32.55%
CMYK4.82%0.00%73.49%
67.45%

Color #4F5316 in popluar number systems.

HEX4F5316
Decimal798322
Binary1001111101001110110
Octal11712326

Shades and tints

Shades of #4F5316

#4F5316
(79,83,22)
#484C14
(72,76,20)
#414512
(65,69,18)
#3A3E10
(58,62,16)
#33370E
(51,55,14)
#2C300C
(44,48,12)
#25290A
(37,41,10)
#1E2208
(30,34,8)
#171B06
(23,27,6)
#101404
(16,20,4)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #4F5316

#4F5316
(79,83,22)
#5F622B
(95,98,43)
#6F7140
(111,113,64)
#7F8055
(127,128,85)
#8F8F6A
(143,143,106)
#9F9E7F
(159,158,127)
#AFAD94
(175,173,148)
#BFBCA9
(191,188,169)
#CFCBBE
(207,203,190)
#DFDAD3
(223,218,211)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5316; }

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

This text font color is #4F5316.


Background Color

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

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

This div background color is #4F5316.


Border color

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

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

This div border color is #4F5316.


Opacity

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

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

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

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

This text has shadow with #4F5316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5316 on black background.


Color preview on white background

This text has color #4F5316 on white background.



Black color preview on #4F5316 background

This text has black color on #4F5316 background.


White color preview on #4F5316 background

This text has white color on #4F5316 background.