COLOR #4F973C

HEX: #4F973C RGB: (79,151,60)

Color info

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

RGB color model

#4F973C color RGB value is (79,151,60).

RGB: (79,151,60) (31%, 59%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 151 of 255 = 59%
B 60 of 255 = 24%

79
151
60

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

Portions of RGB colors in percentages

R + G + B = 79 + 151 + 60 = 290 (100%)
R 79 of 290 ~ 27.24%
G 151 of 290 ~ 52.07%
B 60 of 290 ~ 20.69'%

%27.24
%52.07
%20.69

CMYK color model

#4F973C color CMYK value is (48,0,60,41).

  • cyan value is 47.68%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 40.78%

CMYK: (48,0,60,41)
C48M0Y60K41 (48%, 0%, 60%, 41%)
(0.48 / 0.00 / 0.60 / 0.41)

CMYK percentages

%47.68
%0
%60.26
%40.78

Codes

Color #4F973C in popluar color models

4F 97 3C
RGB 79 151 60
HSL 107° 43.13% 41.37%
HSB/HSV 107° 60.26% 59.22%
CMYK 47.68% 0.00% 60.26%
40.78%

Color #4F973C in popluar number systems.

HEX 4F 97 3C
Decimal 79 151 60
Binary 1001111 10010111 111100
Octal 117 227 74

Shades and tints

Shades of #4F973C

#4F973C
(79,151,60)
#488A37
(72,138,55)
#417D32
(65,125,50)
#3A702D
(58,112,45)
#336328
(51,99,40)
#2C5623
(44,86,35)
#25491E
(37,73,30)
#1E3C19
(30,60,25)
#172F14
(23,47,20)
#10220F
(16,34,15)
#09150A
(9,21,10)
#000000
(0,0,0)

Tints of #4F973C

#4F973C
(79,151,60)
#5FA04D
(95,160,77)
#6FA95E
(111,169,94)
#7FB26F
(127,178,111)
#8FBB80
(143,187,128)
#9FC491
(159,196,145)
#AFCDA2
(175,205,162)
#BFD6B3
(191,214,179)
#CFDFC4
(207,223,196)
#DFE8D5
(223,232,213)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F973C color. Also use rgb(79,151,60) instead hex code.

Text Font Color

.myTextColor { color: #4F973C; }

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

This text font color is #4F973C.

Background Color

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

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

This div background color is #4F973C.

Border color

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

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

This div border color is #4F973C.

Opacity

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

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

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

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

This text has shadow with #4F973C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F973C.

Preview

Color preview on black background

This text has color #4F973C on black background.


Color preview on white background

This text has color #4F973C on white background.


Black color preview on #4F973C background

This text has black color on #4F973C background.


White color preview on #4F973C background

This text has white color on #4F973C background.


Related colors

Complementary color

Complementary color for #hex is #B068C3.


I love getcolorcode.com

Triadic colors

1 #3C4F97 and #973C4F with #4F973C are triadic colors.

2 #3C974F and #974F3C with #4F973C are triadic colors.