COLOR #4F7E52

HEX: #4F7E52
RGB: (79,126,82)

Color info

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

RGB color model

#4F7E52 color RGB value is (79,126,82).

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

RGB channels and saturation

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

79
126
82

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

Portions of RGB colors in percentages

R + G + B =
79 + 126 + 82 = 287 (100%)
R 79 of 287 ~ 27.53%
G 126 of 287 ~ 43.9%
B 82 of 287 ~ 28.57%

%27.53
%43.9
%28.57

CMYK color model

#4F7E52 color CMYK value is (37,0,35,51).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(37,0,35,51)
C37M0Y35K51 
(37%,0%,35%,51%)
(0.37/0.00/0.35/0.51)	

CMYK percentages

%37.3
%0
%34.92
%50.59

Codes

Color #4F7E52 in popluar color models

4F7E52
RGB7912682
HSL124°22.93%40.20%
HSB/HSV124°37.30%49.41%
CMYK37.30%0.00%34.92%
50.59%

Color #4F7E52 in popluar number systems.

HEX4F7E52
Decimal7912682
Binary100111111111101010010
Octal117176122

Shades and tints

Shades of #4F7E52

#4F7E52
(79,126,82)
#48734B
(72,115,75)
#416844
(65,104,68)
#3A5D3D
(58,93,61)
#335236
(51,82,54)
#2C472F
(44,71,47)
#253C28
(37,60,40)
#1E3121
(30,49,33)
#17261A
(23,38,26)
#101B13
(16,27,19)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #4F7E52

#4F7E52
(79,126,82)
#5F8961
(95,137,97)
#6F9470
(111,148,112)
#7F9F7F
(127,159,127)
#8FAA8E
(143,170,142)
#9FB59D
(159,181,157)
#AFC0AC
(175,192,172)
#BFCBBB
(191,203,187)
#CFD6CA
(207,214,202)
#DFE1D9
(223,225,217)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7E52; }

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

This text font color is #4F7E52.


Background Color

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

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

This div background color is #4F7E52.


Border color

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

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

This div border color is #4F7E52.


Opacity

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

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

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

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

This text has shadow with #4F7E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7E52 on black background.


Color preview on white background

This text has color #4F7E52 on white background.



Black color preview on #4F7E52 background

This text has black color on #4F7E52 background.


White color preview on #4F7E52 background

This text has white color on #4F7E52 background.