COLOR #4F8559

HEX: #4F8559 RGB: (79,133,89)

Color info

#4F8559 contains red, green and blue colors in about the same proportion. Web safe color of #4F8559 is #669966 (or #696).

RGB color model

#4F8559 color RGB value is (79,133,89).

RGB: (79,133,89) (31%, 52%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 133 of 255 = 52%
B 89 of 255 = 35%

79
133
89

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

Portions of RGB colors in percentages

R + G + B = 79 + 133 + 89 = 301 (100%)
R 79 of 301 ~ 26.25%
G 133 of 301 ~ 44.19%
B 89 of 301 ~ 29.57'%

%26.25
%44.19
%29.57

CMYK color model

#4F8559 color CMYK value is (41,0,33,48).

  • cyan value is 40.60%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK: (41,0,33,48) C41M0Y33K48 (41%,0%,33%,48%) (0.41/0.00/0.33/0.48) 

CMYK percentages

%40.6
%0
%33.08
%47.84

Codes

Color #4F8559 in popluar color models

4F 85 59
RGB 79 133 89
HSL 131° 25.47% 41.57%
HSB/HSV 131° 40.60% 52.16%
CMYK 40.60% 0.00% 33.08%
47.84%

Color #4F8559 in popluar number systems.

HEX 4F 85 59
Decimal 79 133 89
Binary 1001111 10000101 1011001
Octal 117 205 131

Shades and tints

Shades of #4F8559

#4F8559
(79,133,89)
#487951
(72,121,81)
#416D49
(65,109,73)
#3A6141
(58,97,65)
#335539
(51,85,57)
#2C4931
(44,73,49)
#253D29
(37,61,41)
#1E3121
(30,49,33)
#172519
(23,37,25)
#101911
(16,25,17)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F8559

#4F8559
(79,133,89)
#5F9068
(95,144,104)
#6F9B77
(111,155,119)
#7FA686
(127,166,134)
#8FB195
(143,177,149)
#9FBCA4
(159,188,164)
#AFC7B3
(175,199,179)
#BFD2C2
(191,210,194)
#CFDDD1
(207,221,209)
#DFE8E0
(223,232,224)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8559; }

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

This text font color is #4F8559.

Background Color

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

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

This div background color is #4F8559.

Border color

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

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

This div border color is #4F8559.

Opacity

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

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

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

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

This text has shadow with #4F8559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8559.

Preview

Color preview on black background

This text has color #4F8559 on black background.


Color preview on white background

This text has color #4F8559 on white background.


Black color preview on #4F8559 background

This text has black color on #4F8559 background.


White color preview on #4F8559 background

This text has white color on #4F8559 background.


Related colors

Complementary color

Complementary color for #hex is #B07AA6.


I love getcolorcode.com

Triadic colors

1 #594F85 and #85594F with #4F8559 are triadic colors.

2 #59854F and #854F59 with #4F8559 are triadic colors.