COLOR #4F7C59

HEX: #4F7C59
RGB: (79,124,89)

Color info

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

RGB color model

#4F7C59 color RGB value is (79,124,89).

  • red value is 79;
  • green value is 124;
  • blue value is 89.
RGB:
(79,124,89)
(31%,49%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 89 of 255 = 35%

79
124
89

R + G + B ~ 38%. #4F7C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 124 + 89 = 292 (100%)
R 79 of 292 ~ 27.05%
G 124 of 292 ~ 42.47%
B 89 of 292 ~ 30.48%

%27.05
%42.47
%30.48

CMYK color model

#4F7C59 color CMYK value is (36,0,28,51).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 51.37%
CMYK:
(36,0,28,51)
C36M0Y28K51 
(36%,0%,28%,51%)
(0.36/0.00/0.28/0.51)	

CMYK percentages

%36.29
%0
%28.23
%51.37

Codes

Color #4F7C59 in popluar color models

4F7C59
RGB7912489
HSL133°22.17%39.80%
HSB/HSV133°36.29%48.63%
CMYK36.29%0.00%28.23%
51.37%

Color #4F7C59 in popluar number systems.

HEX4F7C59
Decimal7912489
Binary100111111111001011001
Octal117174131

Shades and tints

Shades of #4F7C59

#4F7C59
(79,124,89)
#487151
(72,113,81)
#416649
(65,102,73)
#3A5B41
(58,91,65)
#335039
(51,80,57)
#2C4531
(44,69,49)
#253A29
(37,58,41)
#1E2F21
(30,47,33)
#172419
(23,36,25)
#101911
(16,25,17)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F7C59

#4F7C59
(79,124,89)
#5F8768
(95,135,104)
#6F9277
(111,146,119)
#7F9D86
(127,157,134)
#8FA895
(143,168,149)
#9FB3A4
(159,179,164)
#AFBEB3
(175,190,179)
#BFC9C2
(191,201,194)
#CFD4D1
(207,212,209)
#DFDFE0
(223,223,224)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7C59 color. Also use rgb(79,124,89) instead hex code.

Text Font Color

.myTextColor { color: #4F7C59; }

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

This text font color is #4F7C59.


Background Color

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

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

This div background color is #4F7C59.


Border color

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

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

This div border color is #4F7C59.


Opacity

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

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

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

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

This text has shadow with #4F7C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7C59 on black background.


Color preview on white background

This text has color #4F7C59 on white background.



Black color preview on #4F7C59 background

This text has black color on #4F7C59 background.


White color preview on #4F7C59 background

This text has white color on #4F7C59 background.