COLOR #4F6D2F

HEX: #4F6D2F RGB: (79,109,47)

Color info

#4F6D2F contains mainly red and green colors. Web safe color of #4F6D2F is #666633 (or #663).

RGB color model

#4F6D2F color RGB value is (79,109,47).

RGB: (79,109,47) (31%, 43%, 18%)

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 47 of 255 = 18%

79
109
47

R + G + B ~ 31%. #4F6D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 109 + 47 = 235 (100%)
R 79 of 235 ~ 33.62%
G 109 of 235 ~ 46.38%
B 47 of 235 ~ 20'%

%33.62
%46.38
%20

CMYK color model

#4F6D2F color CMYK value is (28,0,57,57).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 56.88%
  • key color value is 57.25%
CMYK: (28,0,57,57) C28M0Y57K57 (28%,0%,57%,57%) (0.28/0.00/0.57/0.57) 

CMYK percentages

%27.52
%0
%56.88
%57.25

Codes

Color #4F6D2F in popluar color models

4F 6D 2F
RGB 79 109 47
HSL 89° 39.74% 30.59%
HSB/HSV 89° 56.88% 42.75%
CMYK 27.52% 0.00% 56.88%
57.25%

Color #4F6D2F in popluar number systems.

HEX 4F 6D 2F
Decimal 79 109 47
Binary 1001111 1101101 101111
Octal 117 155 57

Shades and tints

Shades of #4F6D2F

#4F6D2F
(79,109,47)
#48642B
(72,100,43)
#415B27
(65,91,39)
#3A5223
(58,82,35)
#33491F
(51,73,31)
#2C401B
(44,64,27)
#253717
(37,55,23)
#1E2E13
(30,46,19)
#17250F
(23,37,15)
#101C0B
(16,28,11)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #4F6D2F

#4F6D2F
(79,109,47)
#5F7A41
(95,122,65)
#6F8753
(111,135,83)
#7F9465
(127,148,101)
#8FA177
(143,161,119)
#9FAE89
(159,174,137)
#AFBB9B
(175,187,155)
#BFC8AD
(191,200,173)
#CFD5BF
(207,213,191)
#DFE2D1
(223,226,209)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6D2F; }

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

This text font color is #4F6D2F.

Background Color

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

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

This div background color is #4F6D2F.

Border color

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

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

This div border color is #4F6D2F.

Opacity

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

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

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

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

This text has shadow with #4F6D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6D2F.

Preview

Color preview on black background

This text has color #4F6D2F on black background.


Color preview on white background

This text has color #4F6D2F on white background.


Black color preview on #4F6D2F background

This text has black color on #4F6D2F background.


White color preview on #4F6D2F background

This text has white color on #4F6D2F background.


Related colors

Complementary color

Complementary color for #hex is #B092D0.


I love getcolorcode.com

Triadic colors

1 #2F4F6D and #6D2F4F with #4F6D2F are triadic colors.

2 #2F6D4F and #6D4F2F with #4F6D2F are triadic colors.