COLOR #4F682F

HEX: #4F682F
RGB: (79,104,47)

Color info

#4F682F contains red, green and blue colors in about the same proportion. Web safe color of #4F682F is #666633 (or #663).

RGB color model

#4F682F color RGB value is (79,104,47).

  • red value is 79;
  • green value is 104;
  • blue value is 47.
RGB:
(79,104,47)
(31%,41%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 47 of 255 = 18%

79
104
47

R + G + B ~ 30%. #4F682F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 104 + 47 = 230 (100%)
R 79 of 230 ~ 34.35%
G 104 of 230 ~ 45.22%
B 47 of 230 ~ 20.43%

%34.35
%45.22
%20.43

CMYK color model

#4F682F color CMYK value is (24,0,55,59).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 59.22%
CMYK:
(24,0,55,59)
C24M0Y55K59 
(24%,0%,55%,59%)
(0.24/0.00/0.55/0.59)	

CMYK percentages

%24.04
%0
%54.81
%59.22

Codes

Color #4F682F in popluar color models

4F682F
RGB7910447
HSL86°37.75%29.61%
HSB/HSV86°54.81%40.78%
CMYK24.04%0.00%54.81%
59.22%

Color #4F682F in popluar number systems.

HEX4F682F
Decimal7910447
Binary10011111101000101111
Octal11715057

Shades and tints

Shades of #4F682F

#4F682F
(79,104,47)
#485F2B
(72,95,43)
#415627
(65,86,39)
#3A4D23
(58,77,35)
#33441F
(51,68,31)
#2C3B1B
(44,59,27)
#253217
(37,50,23)
#1E2913
(30,41,19)
#17200F
(23,32,15)
#10170B
(16,23,11)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #4F682F

#4F682F
(79,104,47)
#5F7541
(95,117,65)
#6F8253
(111,130,83)
#7F8F65
(127,143,101)
#8F9C77
(143,156,119)
#9FA989
(159,169,137)
#AFB69B
(175,182,155)
#BFC3AD
(191,195,173)
#CFD0BF
(207,208,191)
#DFDDD1
(223,221,209)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F682F; }

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

This text font color is #4F682F.


Background Color

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

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

This div background color is #4F682F.


Border color

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

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

This div border color is #4F682F.


Opacity

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

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

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

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

This text has shadow with #4F682F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F682F on black background.


Color preview on white background

This text has color #4F682F on white background.



Black color preview on #4F682F background

This text has black color on #4F682F background.


White color preview on #4F682F background

This text has white color on #4F682F background.