COLOR #4F724B

HEX: #4F724B RGB: (79,114,75)

Color info

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

RGB color model

#4F724B color RGB value is (79,114,75).

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

RGB channels and saturation

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

79
114
75

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

Portions of RGB colors in percentages

R + G + B = 79 + 114 + 75 = 268 (100%)
R 79 of 268 ~ 29.48%
G 114 of 268 ~ 42.54%
B 75 of 268 ~ 27.99'%

%29.48
%42.54
%27.99

CMYK color model

#4F724B color CMYK value is (31,0,34,55).

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

CMYK: (31,0,34,55)
C31M0Y34K55 (31%, 0%, 34%, 55%)
(0.31 / 0.00 / 0.34 / 0.55)

CMYK percentages

%30.7
%0
%34.21
%55.29

Codes

Color #4F724B in popluar color models

4F 72 4B
RGB 79 114 75
HSL 114° 20.63% 37.06%
HSB/HSV 114° 34.21% 44.71%
CMYK 30.70% 0.00% 34.21%
55.29%

Color #4F724B in popluar number systems.

HEX 4F 72 4B
Decimal 79 114 75
Binary 1001111 1110010 1001011
Octal 117 162 113

Shades and tints

Shades of #4F724B

#4F724B
(79,114,75)
#486845
(72,104,69)
#415E3F
(65,94,63)
#3A5439
(58,84,57)
#334A33
(51,74,51)
#2C402D
(44,64,45)
#253627
(37,54,39)
#1E2C21
(30,44,33)
#17221B
(23,34,27)
#101815
(16,24,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F724B

#4F724B
(79,114,75)
#5F7E5B
(95,126,91)
#6F8A6B
(111,138,107)
#7F967B
(127,150,123)
#8FA28B
(143,162,139)
#9FAE9B
(159,174,155)
#AFBAAB
(175,186,171)
#BFC6BB
(191,198,187)
#CFD2CB
(207,210,203)
#DFDEDB
(223,222,219)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F724B; }

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

This text font color is #4F724B.

Background Color

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

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

This div background color is #4F724B.

Border color

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

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

This div border color is #4F724B.

Opacity

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

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

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

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

This text has shadow with #4F724B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F724B.

Preview

Color preview on black background

This text has color #4F724B on black background.


Color preview on white background

This text has color #4F724B on white background.


Black color preview on #4F724B background

This text has black color on #4F724B background.


White color preview on #4F724B background

This text has white color on #4F724B background.


Related colors

Complementary color

Complementary color for #hex is #B08DB4.


I love getcolorcode.com

Triadic colors

1 #4B4F72 and #724B4F with #4F724B are triadic colors.

2 #4B724F and #724F4B with #4F724B are triadic colors.