COLOR #4F9640

HEX: #4F9640 RGB: (79,150,64)

Color info

#4F9640 contains mainly green color. Web safe color of #4F9640 is #669933 (or #693).

RGB color model

#4F9640 color RGB value is (79,150,64).

RGB: (79,150,64) (31%, 59%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 150 of 255 = 59%
B 64 of 255 = 25%

79
150
64

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

Portions of RGB colors in percentages

R + G + B = 79 + 150 + 64 = 293 (100%)
R 79 of 293 ~ 26.96%
G 150 of 293 ~ 51.19%
B 64 of 293 ~ 21.84'%

%26.96
%51.19
%21.84

CMYK color model

#4F9640 color CMYK value is (47,0,57,41).

  • cyan value is 47.33%
  • magenta value is 0.00%
  • yellow value is 57.33%
  • key color value is 41.18%
CMYK: (47,0,57,41) C47M0Y57K41 (47%,0%,57%,41%) (0.47/0.00/0.57/0.41) 

CMYK percentages

%47.33
%0
%57.33
%41.18

Codes

Color #4F9640 in popluar color models

4F 96 40
RGB 79 150 64
HSL 110° 40.19% 41.96%
HSB/HSV 110° 57.33% 58.82%
CMYK 47.33% 0.00% 57.33%
41.18%

Color #4F9640 in popluar number systems.

HEX 4F 96 40
Decimal 79 150 64
Binary 1001111 10010110 1000000
Octal 117 226 100

Shades and tints

Shades of #4F9640

#4F9640
(79,150,64)
#48893B
(72,137,59)
#417C36
(65,124,54)
#3A6F31
(58,111,49)
#33622C
(51,98,44)
#2C5527
(44,85,39)
#254822
(37,72,34)
#1E3B1D
(30,59,29)
#172E18
(23,46,24)
#102113
(16,33,19)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #4F9640

#4F9640
(79,150,64)
#5F9F51
(95,159,81)
#6FA862
(111,168,98)
#7FB173
(127,177,115)
#8FBA84
(143,186,132)
#9FC395
(159,195,149)
#AFCCA6
(175,204,166)
#BFD5B7
(191,213,183)
#CFDEC8
(207,222,200)
#DFE7D9
(223,231,217)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9640 color. Also use rgb(79,150,64) instead hex code.

Text Font Color

.myTextColor { color: #4F9640; }

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

This text font color is #4F9640.

Background Color

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

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

This div background color is #4F9640.

Border color

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

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

This div border color is #4F9640.

Opacity

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

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

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

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

This text has shadow with #4F9640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9640.

Preview

Color preview on black background

This text has color #4F9640 on black background.


Color preview on white background

This text has color #4F9640 on white background.


Black color preview on #4F9640 background

This text has black color on #4F9640 background.


White color preview on #4F9640 background

This text has white color on #4F9640 background.


Related colors

Complementary color

Complementary color for #hex is #B069BF.


I love getcolorcode.com

Triadic colors

1 #404F96 and #96404F with #4F9640 are triadic colors.

2 #40964F and #964F40 with #4F9640 are triadic colors.