COLOR #4F7346

HEX: #4F7346
RGB: (79,115,70)

Color info

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

RGB color model

#4F7346 color RGB value is (79,115,70).

  • red value is 79;
  • green value is 115;
  • blue value is 70.
RGB:
(79,115,70)
(31%,45%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 70 of 255 = 27%

79
115
70

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 70 = 264 (100%)
R 79 of 264 ~ 29.92%
G 115 of 264 ~ 43.56%
B 70 of 264 ~ 26.52%

%29.92
%43.56
%26.52

CMYK color model

#4F7346 color CMYK value is (31,0,39,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(31,0,39,55)
C31M0Y39K55 
(31%,0%,39%,55%)
(0.31/0.00/0.39/0.55)	

CMYK percentages

%31.3
%0
%39.13
%54.9

Codes

Color #4F7346 in popluar color models

4F7346
RGB7911570
HSL108°24.32%36.27%
HSB/HSV108°39.13%45.10%
CMYK31.30%0.00%39.13%
54.90%

Color #4F7346 in popluar number systems.

HEX4F7346
Decimal7911570
Binary100111111100111000110
Octal117163106

Shades and tints

Shades of #4F7346

#4F7346
(79,115,70)
#486940
(72,105,64)
#415F3A
(65,95,58)
#3A5534
(58,85,52)
#334B2E
(51,75,46)
#2C4128
(44,65,40)
#253722
(37,55,34)
#1E2D1C
(30,45,28)
#172316
(23,35,22)
#101910
(16,25,16)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #4F7346

#4F7346
(79,115,70)
#5F7F56
(95,127,86)
#6F8B66
(111,139,102)
#7F9776
(127,151,118)
#8FA386
(143,163,134)
#9FAF96
(159,175,150)
#AFBBA6
(175,187,166)
#BFC7B6
(191,199,182)
#CFD3C6
(207,211,198)
#DFDFD6
(223,223,214)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7346 color. Also use rgb(79,115,70) instead hex code.

Text Font Color

.myTextColor { color: #4F7346; }

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

This text font color is #4F7346.


Background Color

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

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

This div background color is #4F7346.


Border color

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

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

This div border color is #4F7346.


Opacity

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

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

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

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

This text has shadow with #4F7346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7346 on black background.


Color preview on white background

This text has color #4F7346 on white background.



Black color preview on #4F7346 background

This text has black color on #4F7346 background.


White color preview on #4F7346 background

This text has white color on #4F7346 background.