COLOR #4F965C

HEX: #4F965C RGB: (79,150,92)

Color info

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

RGB color model

#4F965C color RGB value is (79,150,92).

RGB: (79,150,92) (31%, 59%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 150 of 255 = 59%
B 92 of 255 = 36%

79
150
92

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

Portions of RGB colors in percentages

R + G + B = 79 + 150 + 92 = 321 (100%)
R 79 of 321 ~ 24.61%
G 150 of 321 ~ 46.73%
B 92 of 321 ~ 28.66'%

%24.61
%46.73
%28.66

CMYK color model

#4F965C color CMYK value is (47,0,39,41).

  • cyan value is 47.33%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK: (47,0,39,41) C47M0Y39K41 (47%,0%,39%,41%) (0.47/0.00/0.39/0.41) 

CMYK percentages

%47.33
%0
%38.67
%41.18

Codes

Color #4F965C in popluar color models

4F 96 5C
RGB 79 150 92
HSL 131° 31.00% 44.90%
HSB/HSV 131° 47.33% 58.82%
CMYK 47.33% 0.00% 38.67%
41.18%

Color #4F965C in popluar number systems.

HEX 4F 96 5C
Decimal 79 150 92
Binary 1001111 10010110 1011100
Octal 117 226 134

Shades and tints

Shades of #4F965C

#4F965C
(79,150,92)
#488954
(72,137,84)
#417C4C
(65,124,76)
#3A6F44
(58,111,68)
#33623C
(51,98,60)
#2C5534
(44,85,52)
#25482C
(37,72,44)
#1E3B24
(30,59,36)
#172E1C
(23,46,28)
#102114
(16,33,20)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #4F965C

#4F965C
(79,150,92)
#5F9F6A
(95,159,106)
#6FA878
(111,168,120)
#7FB186
(127,177,134)
#8FBA94
(143,186,148)
#9FC3A2
(159,195,162)
#AFCCB0
(175,204,176)
#BFD5BE
(191,213,190)
#CFDECC
(207,222,204)
#DFE7DA
(223,231,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F965C; }

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

This text font color is #4F965C.

Background Color

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

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

This div background color is #4F965C.

Border color

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

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

This div border color is #4F965C.

Opacity

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

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

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

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

This text has shadow with #4F965C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F965C.

Preview

Color preview on black background

This text has color #4F965C on black background.


Color preview on white background

This text has color #4F965C on white background.


Black color preview on #4F965C background

This text has black color on #4F965C background.


White color preview on #4F965C background

This text has white color on #4F965C background.


Related colors

Complementary color

Complementary color for #hex is #B069A3.


I love getcolorcode.com

Triadic colors

1 #5C4F96 and #965C4F with #4F965C are triadic colors.

2 #5C964F and #964F5C with #4F965C are triadic colors.