COLOR #4F7249

HEX: #4F7249 RGB: (79,114,73)

Color info

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

RGB color model

#4F7249 color RGB value is (79,114,73).

RGB: (79,114,73) (31%, 45%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 73 of 255 = 29%

79
114
73

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

Portions of RGB colors in percentages

R + G + B = 79 + 114 + 73 = 266 (100%)
R 79 of 266 ~ 29.7%
G 114 of 266 ~ 42.86%
B 73 of 266 ~ 27.44'%

%29.7
%42.86
%27.44

CMYK color model

#4F7249 color CMYK value is (31,0,36,55).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%

CMYK: (31,0,36,55)
C31M0Y36K55 (31%, 0%, 36%, 55%)
(0.31 / 0.00 / 0.36 / 0.55)

CMYK percentages

%30.7
%0
%35.96
%55.29

Codes

Color #4F7249 in popluar color models

4F 72 49
RGB 79 114 73
HSL 111° 21.93% 36.67%
HSB/HSV 111° 35.96% 44.71%
CMYK 30.70% 0.00% 35.96%
55.29%

Color #4F7249 in popluar number systems.

HEX 4F 72 49
Decimal 79 114 73
Binary 1001111 1110010 1001001
Octal 117 162 111

Shades and tints

Shades of #4F7249

#4F7249
(79,114,73)
#486843
(72,104,67)
#415E3D
(65,94,61)
#3A5437
(58,84,55)
#334A31
(51,74,49)
#2C402B
(44,64,43)
#253625
(37,54,37)
#1E2C1F
(30,44,31)
#172219
(23,34,25)
#101813
(16,24,19)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #4F7249

#4F7249
(79,114,73)
#5F7E59
(95,126,89)
#6F8A69
(111,138,105)
#7F9679
(127,150,121)
#8FA289
(143,162,137)
#9FAE99
(159,174,153)
#AFBAA9
(175,186,169)
#BFC6B9
(191,198,185)
#CFD2C9
(207,210,201)
#DFDED9
(223,222,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7249 color. Also use rgb(79,114,73) instead hex code.

Text Font Color

.myTextColor { color: #4F7249; }

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

This text font color is #4F7249.

Background Color

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

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

This div background color is #4F7249.

Border color

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

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

This div border color is #4F7249.

Opacity

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

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

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

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

This text has shadow with #4F7249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7249.

Preview

Color preview on black background

This text has color #4F7249 on black background.


Color preview on white background

This text has color #4F7249 on white background.


Black color preview on #4F7249 background

This text has black color on #4F7249 background.


White color preview on #4F7249 background

This text has white color on #4F7249 background.


Related colors

Complementary color

Complementary color for #hex is #B08DB6.


I love getcolorcode.com

Triadic colors

1 #494F72 and #72494F with #4F7249 are triadic colors.

2 #49724F and #724F49 with #4F7249 are triadic colors.