COLOR #4F8457

HEX: #4F8457
RGB: (79,132,87)

Color info

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

RGB color model

#4F8457 color RGB value is (79,132,87).

  • red value is 79;
  • green value is 132;
  • blue value is 87.
RGB:
(79,132,87)
(31%,52%,34%)

RGB channels and saturation

R 79 of 255 = 31%
G 132 of 255 = 52%
B 87 of 255 = 34%

79
132
87

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

Portions of RGB colors in percentages

R + G + B =
79 + 132 + 87 = 298 (100%)
R 79 of 298 ~ 26.51%
G 132 of 298 ~ 44.3%
B 87 of 298 ~ 29.19%

%26.51
%44.3
%29.19

CMYK color model

#4F8457 color CMYK value is (40,0,34,48).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(40,0,34,48)
C40M0Y34K48 
(40%,0%,34%,48%)
(0.40/0.00/0.34/0.48)	

CMYK percentages

%40.15
%0
%34.09
%48.24

Codes

Color #4F8457 in popluar color models

4F8457
RGB7913287
HSL129°25.12%41.37%
HSB/HSV129°40.15%51.76%
CMYK40.15%0.00%34.09%
48.24%

Color #4F8457 in popluar number systems.

HEX4F8457
Decimal7913287
Binary1001111100001001010111
Octal117204127

Shades and tints

Shades of #4F8457

#4F8457
(79,132,87)
#487850
(72,120,80)
#416C49
(65,108,73)
#3A6042
(58,96,66)
#33543B
(51,84,59)
#2C4834
(44,72,52)
#253C2D
(37,60,45)
#1E3026
(30,48,38)
#17241F
(23,36,31)
#101818
(16,24,24)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #4F8457

#4F8457
(79,132,87)
#5F8F66
(95,143,102)
#6F9A75
(111,154,117)
#7FA584
(127,165,132)
#8FB093
(143,176,147)
#9FBBA2
(159,187,162)
#AFC6B1
(175,198,177)
#BFD1C0
(191,209,192)
#CFDCCF
(207,220,207)
#DFE7DE
(223,231,222)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8457 color. Also use rgb(79,132,87) instead hex code.

Text Font Color

.myTextColor { color: #4F8457; }

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

This text font color is #4F8457.


Background Color

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

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

This div background color is #4F8457.


Border color

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

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

This div border color is #4F8457.


Opacity

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

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

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

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

This text has shadow with #4F8457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8457 on black background.


Color preview on white background

This text has color #4F8457 on white background.



Black color preview on #4F8457 background

This text has black color on #4F8457 background.


White color preview on #4F8457 background

This text has white color on #4F8457 background.