COLOR #4F7034

HEX: #4F7034 RGB: (79,112,52)

Color info

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

RGB color model

#4F7034 color RGB value is (79,112,52).

RGB: (79,112,52) (31%, 44%, 20%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 52 of 255 = 20%

79
112
52

R + G + B ~ 32%. #4F7034 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 112 + 52 = 243 (100%)
R 79 of 243 ~ 32.51%
G 112 of 243 ~ 46.09%
B 52 of 243 ~ 21.4'%

%32.51
%46.09
%21.4

CMYK color model

#4F7034 color CMYK value is (29,0,54,56).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 56.08%

CMYK: (29,0,54,56)
C29M0Y54K56 (29%, 0%, 54%, 56%)
(0.29 / 0.00 / 0.54 / 0.56)

CMYK percentages

%29.46
%0
%53.57
%56.08

Codes

Color #4F7034 in popluar color models

4F 70 34
RGB 79 112 52
HSL 93° 36.59% 32.16%
HSB/HSV 93° 53.57% 43.92%
CMYK 29.46% 0.00% 53.57%
56.08%

Color #4F7034 in popluar number systems.

HEX 4F 70 34
Decimal 79 112 52
Binary 1001111 1110000 110100
Octal 117 160 64

Shades and tints

Shades of #4F7034

#4F7034
(79,112,52)
#486630
(72,102,48)
#415C2C
(65,92,44)
#3A5228
(58,82,40)
#334824
(51,72,36)
#2C3E20
(44,62,32)
#25341C
(37,52,28)
#1E2A18
(30,42,24)
#172014
(23,32,20)
#101610
(16,22,16)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F7034

#4F7034
(79,112,52)
#5F7D46
(95,125,70)
#6F8A58
(111,138,88)
#7F976A
(127,151,106)
#8FA47C
(143,164,124)
#9FB18E
(159,177,142)
#AFBEA0
(175,190,160)
#BFCBB2
(191,203,178)
#CFD8C4
(207,216,196)
#DFE5D6
(223,229,214)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7034 color. Also use rgb(79,112,52) instead hex code.

Text Font Color

.myTextColor { color: #4F7034; }

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

This text font color is #4F7034.

Background Color

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

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

This div background color is #4F7034.

Border color

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

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

This div border color is #4F7034.

Opacity

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

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

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

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

This text has shadow with #4F7034 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7034.

Preview

Color preview on black background

This text has color #4F7034 on black background.


Color preview on white background

This text has color #4F7034 on white background.


Black color preview on #4F7034 background

This text has black color on #4F7034 background.


White color preview on #4F7034 background

This text has white color on #4F7034 background.


Related colors

Complementary color

Complementary color for #hex is #B08FCB.


I love getcolorcode.com

Triadic colors

1 #344F70 and #70344F with #4F7034 are triadic colors.

2 #34704F and #704F34 with #4F7034 are triadic colors.