COLOR #4F954C

HEX: #4F954C RGB: (79,149,76)

Color info

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

RGB color model

#4F954C color RGB value is (79,149,76).

RGB: (79,149,76) (31%, 58%, 30%)

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 76 of 255 = 30%

79
149
76

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

Portions of RGB colors in percentages

R + G + B = 79 + 149 + 76 = 304 (100%)
R 79 of 304 ~ 25.99%
G 149 of 304 ~ 49.01%
B 76 of 304 ~ 25'%

%25.99
%49.01
%25

CMYK color model

#4F954C color CMYK value is (47,0,49,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%

CMYK: (47,0,49,42)
C47M0Y49K42 (47%, 0%, 49%, 42%)
(0.47 / 0.00 / 0.49 / 0.42)

CMYK percentages

%46.98
%0
%48.99
%41.57

Codes

Color #4F954C in popluar color models

4F 95 4C
RGB 79 149 76
HSL 118° 32.44% 44.12%
HSB/HSV 118° 48.99% 58.43%
CMYK 46.98% 0.00% 48.99%
41.57%

Color #4F954C in popluar number systems.

HEX 4F 95 4C
Decimal 79 149 76
Binary 1001111 10010101 1001100
Octal 117 225 114

Shades and tints

Shades of #4F954C

#4F954C
(79,149,76)
#488846
(72,136,70)
#417B40
(65,123,64)
#3A6E3A
(58,110,58)
#336134
(51,97,52)
#2C542E
(44,84,46)
#254728
(37,71,40)
#1E3A22
(30,58,34)
#172D1C
(23,45,28)
#102016
(16,32,22)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #4F954C

#4F954C
(79,149,76)
#5F9E5C
(95,158,92)
#6FA76C
(111,167,108)
#7FB07C
(127,176,124)
#8FB98C
(143,185,140)
#9FC29C
(159,194,156)
#AFCBAC
(175,203,172)
#BFD4BC
(191,212,188)
#CFDDCC
(207,221,204)
#DFE6DC
(223,230,220)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F954C color. Also use rgb(79,149,76) instead hex code.

Text Font Color

.myTextColor { color: #4F954C; }

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

This text font color is #4F954C.

Background Color

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

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

This div background color is #4F954C.

Border color

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

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

This div border color is #4F954C.

Opacity

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

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

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

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

This text has shadow with #4F954C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F954C.

Preview

Color preview on black background

This text has color #4F954C on black background.


Color preview on white background

This text has color #4F954C on white background.


Black color preview on #4F954C background

This text has black color on #4F954C background.


White color preview on #4F954C background

This text has white color on #4F954C background.


Related colors

Complementary color

Complementary color for #hex is #B06AB3.


I love getcolorcode.com

Triadic colors

1 #4C4F95 and #954C4F with #4F954C are triadic colors.

2 #4C954F and #954F4C with #4F954C are triadic colors.