COLOR #4F7C3D

HEX: #4F7C3D
RGB: (79,124,61)

Color info

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

RGB color model

#4F7C3D color RGB value is (79,124,61).

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

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 61 of 255 = 24%

79
124
61

R + G + B ~ 35%. #4F7C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 124 + 61 = 264 (100%)
R 79 of 264 ~ 29.92%
G 124 of 264 ~ 46.97%
B 61 of 264 ~ 23.11%

%29.92
%46.97
%23.11

CMYK color model

#4F7C3D color CMYK value is (36,0,51,51).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 50.81%
  • key color value is 51.37%
CMYK:
(36,0,51,51)
C36M0Y51K51 
(36%,0%,51%,51%)
(0.36/0.00/0.51/0.51)	

CMYK percentages

%36.29
%0
%50.81
%51.37

Codes

Color #4F7C3D in popluar color models

4F7C3D
RGB7912461
HSL103°34.05%36.27%
HSB/HSV103°50.81%48.63%
CMYK36.29%0.00%50.81%
51.37%

Color #4F7C3D in popluar number systems.

HEX4F7C3D
Decimal7912461
Binary10011111111100111101
Octal11717475

Shades and tints

Shades of #4F7C3D

#4F7C3D
(79,124,61)
#487138
(72,113,56)
#416633
(65,102,51)
#3A5B2E
(58,91,46)
#335029
(51,80,41)
#2C4524
(44,69,36)
#253A1F
(37,58,31)
#1E2F1A
(30,47,26)
#172415
(23,36,21)
#101910
(16,25,16)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F7C3D

#4F7C3D
(79,124,61)
#5F874E
(95,135,78)
#6F925F
(111,146,95)
#7F9D70
(127,157,112)
#8FA881
(143,168,129)
#9FB392
(159,179,146)
#AFBEA3
(175,190,163)
#BFC9B4
(191,201,180)
#CFD4C5
(207,212,197)
#DFDFD6
(223,223,214)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7C3D; }

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

This text font color is #4F7C3D.


Background Color

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

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

This div background color is #4F7C3D.


Border color

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

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

This div border color is #4F7C3D.


Opacity

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

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

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

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

This text has shadow with #4F7C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7C3D on black background.


Color preview on white background

This text has color #4F7C3D on white background.



Black color preview on #4F7C3D background

This text has black color on #4F7C3D background.


White color preview on #4F7C3D background

This text has white color on #4F7C3D background.