COLOR #4F8650

HEX: #4F8650 RGB: (79,134,80)

Color info

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

RGB color model

#4F8650 color RGB value is (79,134,80).

RGB: (79,134,80) (31%, 53%, 31%)

RGB channels and saturation

R 79 of 255 = 31%
G 134 of 255 = 53%
B 80 of 255 = 31%

79
134
80

R + G + B ~ 38%. #4F8650 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 134 + 80 = 293 (100%)
R 79 of 293 ~ 26.96%
G 134 of 293 ~ 45.73%
B 80 of 293 ~ 27.3'%

%26.96
%45.73
%27.3

CMYK color model

#4F8650 color CMYK value is (41,0,40,47).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 47.45%

CMYK: (41,0,40,47)
C41M0Y40K47 (41%, 0%, 40%, 47%)
(0.41 / 0.00 / 0.40 / 0.47)

CMYK percentages

%41.04
%0
%40.3
%47.45

Codes

Color #4F8650 in popluar color models

4F 86 50
RGB 79 134 80
HSL 121° 25.82% 41.76%
HSB/HSV 121° 41.04% 52.55%
CMYK 41.04% 0.00% 40.30%
47.45%

Color #4F8650 in popluar number systems.

HEX 4F 86 50
Decimal 79 134 80
Binary 1001111 10000110 1010000
Octal 117 206 120

Shades and tints

Shades of #4F8650

#4F8650
(79,134,80)
#487A49
(72,122,73)
#416E42
(65,110,66)
#3A623B
(58,98,59)
#335634
(51,86,52)
#2C4A2D
(44,74,45)
#253E26
(37,62,38)
#1E321F
(30,50,31)
#172618
(23,38,24)
#101A11
(16,26,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F8650

#4F8650
(79,134,80)
#5F915F
(95,145,95)
#6F9C6E
(111,156,110)
#7FA77D
(127,167,125)
#8FB28C
(143,178,140)
#9FBD9B
(159,189,155)
#AFC8AA
(175,200,170)
#BFD3B9
(191,211,185)
#CFDEC8
(207,222,200)
#DFE9D7
(223,233,215)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8650 color. Also use rgb(79,134,80) instead hex code.

Text Font Color

.myTextColor { color: #4F8650; }

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

This text font color is #4F8650.

Background Color

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

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

This div background color is #4F8650.

Border color

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

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

This div border color is #4F8650.

Opacity

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

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

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

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

This text has shadow with #4F8650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8650.

Preview

Color preview on black background

This text has color #4F8650 on black background.


Color preview on white background

This text has color #4F8650 on white background.


Black color preview on #4F8650 background

This text has black color on #4F8650 background.


White color preview on #4F8650 background

This text has white color on #4F8650 background.


Related colors

Complementary color

Complementary color for #hex is #B079AF.


I love getcolorcode.com

Triadic colors

1 #504F86 and #86504F with #4F8650 are triadic colors.

2 #50864F and #864F50 with #4F8650 are triadic colors.