COLOR #4F5704

HEX: #4F5704
RGB: (79,87,4)

Color info

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

RGB color model

#4F5704 color RGB value is (79,87,4).

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

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 4 of 255 = 2%

79
87
4

R + G + B ~ 22%. #4F5704 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 4 = 170 (100%)
R 79 of 170 ~ 46.47%
G 87 of 170 ~ 51.18%
B 4 of 170 ~ 2.35%

%46.47
%51.18

CMYK color model

#4F5704 color CMYK value is (9,0,95,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 95.40%
  • key color value is 65.88%
CMYK:
(9,0,95,66)
C9M0Y95K66 
(9%,0%,95%,66%)
(0.09/0.00/0.95/0.66)	

CMYK percentages

%9.2
%0
%95.4
%65.88

Codes

Color #4F5704 in popluar color models

4F5704
RGB79874
HSL66°91.21%17.84%
HSB/HSV66°95.40%34.12%
CMYK9.20%0.00%95.40%
65.88%

Color #4F5704 in popluar number systems.

HEX4F5704
Decimal79874
Binary10011111010111100
Octal1171274

Shades and tints

Shades of #4F5704

#4F5704
(79,87,4)
#485004
(72,80,4)
#414904
(65,73,4)
#3A4204
(58,66,4)
#333B04
(51,59,4)
#2C3404
(44,52,4)
#252D04
(37,45,4)
#1E2604
(30,38,4)
#171F04
(23,31,4)
#101804
(16,24,4)
#091104
(9,17,4)
#000000
(0,0,0)

Tints of #4F5704

#4F5704
(79,87,4)
#5F661A
(95,102,26)
#6F7530
(111,117,48)
#7F8446
(127,132,70)
#8F935C
(143,147,92)
#9FA272
(159,162,114)
#AFB188
(175,177,136)
#BFC09E
(191,192,158)
#CFCFB4
(207,207,180)
#DFDECA
(223,222,202)
#EFEDE0
(239,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5704; }

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

This text font color is #4F5704.


Background Color

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

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

This div background color is #4F5704.


Border color

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

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

This div border color is #4F5704.


Opacity

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

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

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

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

This text has shadow with #4F5704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5704 on black background.


Color preview on white background

This text has color #4F5704 on white background.



Black color preview on #4F5704 background

This text has black color on #4F5704 background.


White color preview on #4F5704 background

This text has white color on #4F5704 background.