COLOR #4F7E51

HEX: #4F7E51
RGB: (79,126,81)

Color info

#4F7E51 contains red, green and blue colors in about the same proportion. Web safe color of #4F7E51 is #666666 (or #666).

RGB color model

#4F7E51 color RGB value is (79,126,81).

  • red value is 79;
  • green value is 126;
  • blue value is 81.
RGB:
(79,126,81)
(31%,49%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 126 of 255 = 49%
B 81 of 255 = 32%

79
126
81

R + G + B ~ 37%. #4F7E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 126 + 81 = 286 (100%)
R 79 of 286 ~ 27.62%
G 126 of 286 ~ 44.06%
B 81 of 286 ~ 28.32%

%27.62
%44.06
%28.32

CMYK color model

#4F7E51 color CMYK value is (37,0,36,51).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 50.59%
CMYK:
(37,0,36,51)
C37M0Y36K51 
(37%,0%,36%,51%)
(0.37/0.00/0.36/0.51)	

CMYK percentages

%37.3
%0
%35.71
%50.59

Codes

Color #4F7E51 in popluar color models

4F7E51
RGB7912681
HSL123°22.93%40.20%
HSB/HSV123°37.30%49.41%
CMYK37.30%0.00%35.71%
50.59%

Color #4F7E51 in popluar number systems.

HEX4F7E51
Decimal7912681
Binary100111111111101010001
Octal117176121

Shades and tints

Shades of #4F7E51

#4F7E51
(79,126,81)
#48734A
(72,115,74)
#416843
(65,104,67)
#3A5D3C
(58,93,60)
#335235
(51,82,53)
#2C472E
(44,71,46)
#253C27
(37,60,39)
#1E3120
(30,49,32)
#172619
(23,38,25)
#101B12
(16,27,18)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #4F7E51

#4F7E51
(79,126,81)
#5F8960
(95,137,96)
#6F946F
(111,148,111)
#7F9F7E
(127,159,126)
#8FAA8D
(143,170,141)
#9FB59C
(159,181,156)
#AFC0AB
(175,192,171)
#BFCBBA
(191,203,186)
#CFD6C9
(207,214,201)
#DFE1D8
(223,225,216)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7E51; }

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

This text font color is #4F7E51.


Background Color

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

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

This div background color is #4F7E51.


Border color

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

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

This div border color is #4F7E51.


Opacity

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

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

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

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

This text has shadow with #4F7E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7E51 on black background.


Color preview on white background

This text has color #4F7E51 on white background.



Black color preview on #4F7E51 background

This text has black color on #4F7E51 background.


White color preview on #4F7E51 background

This text has white color on #4F7E51 background.