COLOR #4F7A3D

HEX: #4F7A3D
RGB: (79,122,61)

Color info

#4F7A3D contains mainly red and green colors. Web safe color of #4F7A3D is #666633 (or #663).

RGB color model

#4F7A3D color RGB value is (79,122,61).

  • red value is 79;
  • green value is 122;
  • blue value is 61.
RGB:
(79,122,61)
(31%,48%,24%)

RGB channels and saturation

R 79 of 255 = 31%
G 122 of 255 = 48%
B 61 of 255 = 24%

79
122
61

R + G + B ~ 34%. #4F7A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 122 + 61 = 262 (100%)
R 79 of 262 ~ 30.15%
G 122 of 262 ~ 46.56%
B 61 of 262 ~ 23.28%

%30.15
%46.56
%23.28

CMYK color model

#4F7A3D color CMYK value is (35,0,50,52).

  • cyan value is 35.25%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 52.16%
CMYK:
(35,0,50,52)
C35M0Y50K52 
(35%,0%,50%,52%)
(0.35/0.00/0.50/0.52)	

CMYK percentages

%35.25
%0
%50
%52.16

Codes

Color #4F7A3D in popluar color models

4F7A3D
RGB7912261
HSL102°33.33%35.88%
HSB/HSV102°50.00%47.84%
CMYK35.25%0.00%50.00%
52.16%

Color #4F7A3D in popluar number systems.

HEX4F7A3D
Decimal7912261
Binary10011111111010111101
Octal11717275

Shades and tints

Shades of #4F7A3D

#4F7A3D
(79,122,61)
#486F38
(72,111,56)
#416433
(65,100,51)
#3A592E
(58,89,46)
#334E29
(51,78,41)
#2C4324
(44,67,36)
#25381F
(37,56,31)
#1E2D1A
(30,45,26)
#172215
(23,34,21)
#101710
(16,23,16)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F7A3D

#4F7A3D
(79,122,61)
#5F864E
(95,134,78)
#6F925F
(111,146,95)
#7F9E70
(127,158,112)
#8FAA81
(143,170,129)
#9FB692
(159,182,146)
#AFC2A3
(175,194,163)
#BFCEB4
(191,206,180)
#CFDAC5
(207,218,197)
#DFE6D6
(223,230,214)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7A3D color. Also use rgb(79,122,61) instead hex code.

Text Font Color

.myTextColor { color: #4F7A3D; }

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

This text font color is #4F7A3D.


Background Color

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

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

This div background color is #4F7A3D.


Border color

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

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

This div border color is #4F7A3D.


Opacity

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

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

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

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

This text has shadow with #4F7A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7A3D on black background.


Color preview on white background

This text has color #4F7A3D on white background.



Black color preview on #4F7A3D background

This text has black color on #4F7A3D background.


White color preview on #4F7A3D background

This text has white color on #4F7A3D background.