COLOR #4F7859

HEX: #4F7859
RGB: (79,120,89)

Color info

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

RGB color model

#4F7859 color RGB value is (79,120,89).

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

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 89 of 255 = 35%

79
120
89

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 89 = 288 (100%)
R 79 of 288 ~ 27.43%
G 120 of 288 ~ 41.67%
B 89 of 288 ~ 30.9%

%27.43
%41.67
%30.9

CMYK color model

#4F7859 color CMYK value is (34,0,26,53).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(34,0,26,53)
C34M0Y26K53 
(34%,0%,26%,53%)
(0.34/0.00/0.26/0.53)	

CMYK percentages

%34.17
%0
%25.83
%52.94

Codes

Color #4F7859 in popluar color models

4F7859
RGB7912089
HSL135°20.60%39.02%
HSB/HSV135°34.17%47.06%
CMYK34.17%0.00%25.83%
52.94%

Color #4F7859 in popluar number systems.

HEX4F7859
Decimal7912089
Binary100111111110001011001
Octal117170131

Shades and tints

Shades of #4F7859

#4F7859
(79,120,89)
#486E51
(72,110,81)
#416449
(65,100,73)
#3A5A41
(58,90,65)
#335039
(51,80,57)
#2C4631
(44,70,49)
#253C29
(37,60,41)
#1E3221
(30,50,33)
#172819
(23,40,25)
#101E11
(16,30,17)
#091409
(9,20,9)
#000000
(0,0,0)

Tints of #4F7859

#4F7859
(79,120,89)
#5F8468
(95,132,104)
#6F9077
(111,144,119)
#7F9C86
(127,156,134)
#8FA895
(143,168,149)
#9FB4A4
(159,180,164)
#AFC0B3
(175,192,179)
#BFCCC2
(191,204,194)
#CFD8D1
(207,216,209)
#DFE4E0
(223,228,224)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7859; }

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

This text font color is #4F7859.


Background Color

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

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

This div background color is #4F7859.


Border color

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

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

This div border color is #4F7859.


Opacity

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

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

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

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

This text has shadow with #4F7859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7859 on black background.


Color preview on white background

This text has color #4F7859 on white background.



Black color preview on #4F7859 background

This text has black color on #4F7859 background.


White color preview on #4F7859 background

This text has white color on #4F7859 background.