COLOR #4F8764

HEX: #4F8764
RGB: (79,135,100)

Color info

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

RGB color model

#4F8764 color RGB value is (79,135,100).

  • red value is 79;
  • green value is 135;
  • blue value is 100.
RGB:
(79,135,100)
(31%,53%,39%)

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 100 of 255 = 39%

79
135
100

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

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 100 = 314 (100%)
R 79 of 314 ~ 25.16%
G 135 of 314 ~ 42.99%
B 100 of 314 ~ 31.85%

%25.16
%42.99
%31.85

CMYK color model

#4F8764 color CMYK value is (41,0,26,47).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(41,0,26,47)
C41M0Y26K47 
(41%,0%,26%,47%)
(0.41/0.00/0.26/0.47)	

CMYK percentages

%41.48
%0
%25.93
%47.06

Codes

Color #4F8764 in popluar color models

4F8764
RGB79135100
HSL143°26.17%41.96%
HSB/HSV143°41.48%52.94%
CMYK41.48%0.00%25.93%
47.06%

Color #4F8764 in popluar number systems.

HEX4F8764
Decimal79135100
Binary1001111100001111100100
Octal117207144

Shades and tints

Shades of #4F8764

#4F8764
(79,135,100)
#487B5B
(72,123,91)
#416F52
(65,111,82)
#3A6349
(58,99,73)
#335740
(51,87,64)
#2C4B37
(44,75,55)
#253F2E
(37,63,46)
#1E3325
(30,51,37)
#17271C
(23,39,28)
#101B13
(16,27,19)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #4F8764

#4F8764
(79,135,100)
#5F9172
(95,145,114)
#6F9B80
(111,155,128)
#7FA58E
(127,165,142)
#8FAF9C
(143,175,156)
#9FB9AA
(159,185,170)
#AFC3B8
(175,195,184)
#BFCDC6
(191,205,198)
#CFD7D4
(207,215,212)
#DFE1E2
(223,225,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8764 color. Also use rgb(79,135,100) instead hex code.

Text Font Color

.myTextColor { color: #4F8764; }

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

This text font color is #4F8764.


Background Color

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

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

This div background color is #4F8764.


Border color

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

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

This div border color is #4F8764.


Opacity

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

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

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

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

This text has shadow with #4F8764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8764 on black background.


Color preview on white background

This text has color #4F8764 on white background.



Black color preview on #4F8764 background

This text has black color on #4F8764 background.


White color preview on #4F8764 background

This text has white color on #4F8764 background.