COLOR #4F8059

HEX: #4F8059
RGB: (79,128,89)

Color info

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

RGB color model

#4F8059 color RGB value is (79,128,89).

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

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 89 of 255 = 35%

79
128
89

R + G + B ~ 39%. #4F8059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 128 + 89 = 296 (100%)
R 79 of 296 ~ 26.69%
G 128 of 296 ~ 43.24%
B 89 of 296 ~ 30.07%

%26.69
%43.24
%30.07

CMYK color model

#4F8059 color CMYK value is (38,0,30,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(38,0,30,50)
C38M0Y30K50 
(38%,0%,30%,50%)
(0.38/0.00/0.30/0.50)	

CMYK percentages

%38.28
%0
%30.47
%49.8

Codes

Color #4F8059 in popluar color models

4F8059
RGB7912889
HSL132°23.67%40.59%
HSB/HSV132°38.28%50.20%
CMYK38.28%0.00%30.47%
49.80%

Color #4F8059 in popluar number systems.

HEX4F8059
Decimal7912889
Binary1001111100000001011001
Octal117200131

Shades and tints

Shades of #4F8059

#4F8059
(79,128,89)
#487551
(72,117,81)
#416A49
(65,106,73)
#3A5F41
(58,95,65)
#335439
(51,84,57)
#2C4931
(44,73,49)
#253E29
(37,62,41)
#1E3321
(30,51,33)
#172819
(23,40,25)
#101D11
(16,29,17)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #4F8059

#4F8059
(79,128,89)
#5F8B68
(95,139,104)
#6F9677
(111,150,119)
#7FA186
(127,161,134)
#8FAC95
(143,172,149)
#9FB7A4
(159,183,164)
#AFC2B3
(175,194,179)
#BFCDC2
(191,205,194)
#CFD8D1
(207,216,209)
#DFE3E0
(223,227,224)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8059; }

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

This text font color is #4F8059.


Background Color

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

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

This div background color is #4F8059.


Border color

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

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

This div border color is #4F8059.


Opacity

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

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

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

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

This text has shadow with #4F8059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8059 on black background.


Color preview on white background

This text has color #4F8059 on white background.



Black color preview on #4F8059 background

This text has black color on #4F8059 background.


White color preview on #4F8059 background

This text has white color on #4F8059 background.