COLOR #4F7F37

HEX: #4F7F37
RGB: (79,127,55)

Color info

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

RGB color model

#4F7F37 color RGB value is (79,127,55).

  • red value is 79;
  • green value is 127;
  • blue value is 55.
RGB:
(79,127,55)
(31%,50%,22%)

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 55 of 255 = 22%

79
127
55

R + G + B ~ 34%. #4F7F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 127 + 55 = 261 (100%)
R 79 of 261 ~ 30.27%
G 127 of 261 ~ 48.66%
B 55 of 261 ~ 21.07%

%30.27
%48.66
%21.07

CMYK color model

#4F7F37 color CMYK value is (38,0,57,50).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(38,0,57,50)
C38M0Y57K50 
(38%,0%,57%,50%)
(0.38/0.00/0.57/0.50)	

CMYK percentages

%37.8
%0
%56.69
%50.2

Codes

Color #4F7F37 in popluar color models

4F7F37
RGB7912755
HSL100°39.56%35.69%
HSB/HSV100°56.69%49.80%
CMYK37.80%0.00%56.69%
50.20%

Color #4F7F37 in popluar number systems.

HEX4F7F37
Decimal7912755
Binary10011111111111110111
Octal11717767

Shades and tints

Shades of #4F7F37

#4F7F37
(79,127,55)
#487432
(72,116,50)
#41692D
(65,105,45)
#3A5E28
(58,94,40)
#335323
(51,83,35)
#2C481E
(44,72,30)
#253D19
(37,61,25)
#1E3214
(30,50,20)
#17270F
(23,39,15)
#101C0A
(16,28,10)
#091105
(9,17,5)
#000000
(0,0,0)

Tints of #4F7F37

#4F7F37
(79,127,55)
#5F8A49
(95,138,73)
#6F955B
(111,149,91)
#7FA06D
(127,160,109)
#8FAB7F
(143,171,127)
#9FB691
(159,182,145)
#AFC1A3
(175,193,163)
#BFCCB5
(191,204,181)
#CFD7C7
(207,215,199)
#DFE2D9
(223,226,217)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7F37; }

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

This text font color is #4F7F37.


Background Color

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

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

This div background color is #4F7F37.


Border color

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

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

This div border color is #4F7F37.


Opacity

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

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

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

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

This text has shadow with #4F7F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7F37 on black background.


Color preview on white background

This text has color #4F7F37 on white background.



Black color preview on #4F7F37 background

This text has black color on #4F7F37 background.


White color preview on #4F7F37 background

This text has white color on #4F7F37 background.