COLOR #4F8D58

HEX: #4F8D58
RGB: (79,141,88)

Color info

#4F8D58 contains mainly green and blue colors. Web safe color of #4F8D58 is #669966 (or #696).

RGB color model

#4F8D58 color RGB value is (79,141,88).

  • red value is 79;
  • green value is 141;
  • blue value is 88.
RGB:
(79,141,88)
(31%,55%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 141 of 255 = 55%
B 88 of 255 = 35%

79
141
88

R + G + B ~ 40%. #4F8D58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 141 + 88 = 308 (100%)
R 79 of 308 ~ 25.65%
G 141 of 308 ~ 45.78%
B 88 of 308 ~ 28.57%

%25.65
%45.78
%28.57

CMYK color model

#4F8D58 color CMYK value is (44,0,38,45).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 37.59%
  • key color value is 44.71%
CMYK:
(44,0,38,45)
C44M0Y38K45 
(44%,0%,38%,45%)
(0.44/0.00/0.38/0.45)	

CMYK percentages

%43.97
%0
%37.59
%44.71

Codes

Color #4F8D58 in popluar color models

4F8D58
RGB7914188
HSL129°28.18%43.14%
HSB/HSV129°43.97%55.29%
CMYK43.97%0.00%37.59%
44.71%

Color #4F8D58 in popluar number systems.

HEX4F8D58
Decimal7914188
Binary1001111100011011011000
Octal117215130

Shades and tints

Shades of #4F8D58

#4F8D58
(79,141,88)
#488150
(72,129,80)
#417548
(65,117,72)
#3A6940
(58,105,64)
#335D38
(51,93,56)
#2C5130
(44,81,48)
#254528
(37,69,40)
#1E3920
(30,57,32)
#172D18
(23,45,24)
#102110
(16,33,16)
#091508
(9,21,8)
#000000
(0,0,0)

Tints of #4F8D58

#4F8D58
(79,141,88)
#5F9767
(95,151,103)
#6FA176
(111,161,118)
#7FAB85
(127,171,133)
#8FB594
(143,181,148)
#9FBFA3
(159,191,163)
#AFC9B2
(175,201,178)
#BFD3C1
(191,211,193)
#CFDDD0
(207,221,208)
#DFE7DF
(223,231,223)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8D58 color. Also use rgb(79,141,88) instead hex code.

Text Font Color

.myTextColor { color: #4F8D58; }

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

This text font color is #4F8D58.


Background Color

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

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

This div background color is #4F8D58.


Border color

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

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

This div border color is #4F8D58.


Opacity

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

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

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

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

This text has shadow with #4F8D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8D58 on black background.


Color preview on white background

This text has color #4F8D58 on white background.



Black color preview on #4F8D58 background

This text has black color on #4F8D58 background.


White color preview on #4F8D58 background

This text has white color on #4F8D58 background.