COLOR #4F7841

HEX: #4F7841
RGB: (79,120,65)

Color info

#4F7841 contains red, green and blue colors in about the same proportion. Web safe color of #4F7841 is #666633 (or #663).

RGB color model

#4F7841 color RGB value is (79,120,65).

  • red value is 79;
  • green value is 120;
  • blue value is 65.
RGB:
(79,120,65)
(31%,47%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 65 of 255 = 25%

79
120
65

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 65 = 264 (100%)
R 79 of 264 ~ 29.92%
G 120 of 264 ~ 45.45%
B 65 of 264 ~ 24.62%

%29.92
%45.45
%24.62

CMYK color model

#4F7841 color CMYK value is (34,0,46,53).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(34,0,46,53)
C34M0Y46K53 
(34%,0%,46%,53%)
(0.34/0.00/0.46/0.53)	

CMYK percentages

%34.17
%0
%45.83
%52.94

Codes

Color #4F7841 in popluar color models

4F7841
RGB7912065
HSL105°29.73%36.27%
HSB/HSV105°45.83%47.06%
CMYK34.17%0.00%45.83%
52.94%

Color #4F7841 in popluar number systems.

HEX4F7841
Decimal7912065
Binary100111111110001000001
Octal117170101

Shades and tints

Shades of #4F7841

#4F7841
(79,120,65)
#486E3C
(72,110,60)
#416437
(65,100,55)
#3A5A32
(58,90,50)
#33502D
(51,80,45)
#2C4628
(44,70,40)
#253C23
(37,60,35)
#1E321E
(30,50,30)
#172819
(23,40,25)
#101E14
(16,30,20)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #4F7841

#4F7841
(79,120,65)
#5F8452
(95,132,82)
#6F9063
(111,144,99)
#7F9C74
(127,156,116)
#8FA885
(143,168,133)
#9FB496
(159,180,150)
#AFC0A7
(175,192,167)
#BFCCB8
(191,204,184)
#CFD8C9
(207,216,201)
#DFE4DA
(223,228,218)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7841 color. Also use rgb(79,120,65) instead hex code.

Text Font Color

.myTextColor { color: #4F7841; }

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

This text font color is #4F7841.


Background Color

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

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

This div background color is #4F7841.


Border color

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

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

This div border color is #4F7841.


Opacity

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

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

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

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

This text has shadow with #4F7841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7841 on black background.


Color preview on white background

This text has color #4F7841 on white background.



Black color preview on #4F7841 background

This text has black color on #4F7841 background.


White color preview on #4F7841 background

This text has white color on #4F7841 background.