COLOR #4F704E

HEX: #4F704E RGB: (79,112,78)

Color info

#4F704E contains red, green and blue colors in about the same proportion. Web safe color of #4F704E is #666666 (or #666).

RGB color model

#4F704E color RGB value is (79,112,78).

RGB: (79,112,78) (31%, 44%, 31%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 78 of 255 = 31%

79
112
78

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

Portions of RGB colors in percentages

R + G + B = 79 + 112 + 78 = 269 (100%)
R 79 of 269 ~ 29.37%
G 112 of 269 ~ 41.64%
B 78 of 269 ~ 29'%

%29.37
%41.64
%29

CMYK color model

#4F704E color CMYK value is (29,0,30,56).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK: (29,0,30,56) C29M0Y30K56 (29%,0%,30%,56%) (0.29/0.00/0.30/0.56) 

CMYK percentages

%29.46
%0
%30.36
%56.08

Codes

Color #4F704E in popluar color models

4F 70 4E
RGB 79 112 78
HSL 118° 17.89% 37.25%
HSB/HSV 118° 30.36% 43.92%
CMYK 29.46% 0.00% 30.36%
56.08%

Color #4F704E in popluar number systems.

HEX 4F 70 4E
Decimal 79 112 78
Binary 1001111 1110000 1001110
Octal 117 160 116

Shades and tints

Shades of #4F704E

#4F704E
(79,112,78)
#486647
(72,102,71)
#415C40
(65,92,64)
#3A5239
(58,82,57)
#334832
(51,72,50)
#2C3E2B
(44,62,43)
#253424
(37,52,36)
#1E2A1D
(30,42,29)
#172016
(23,32,22)
#10160F
(16,22,15)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #4F704E

#4F704E
(79,112,78)
#5F7D5E
(95,125,94)
#6F8A6E
(111,138,110)
#7F977E
(127,151,126)
#8FA48E
(143,164,142)
#9FB19E
(159,177,158)
#AFBEAE
(175,190,174)
#BFCBBE
(191,203,190)
#CFD8CE
(207,216,206)
#DFE5DE
(223,229,222)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F704E; }

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

This text font color is #4F704E.

Background Color

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

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

This div background color is #4F704E.

Border color

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

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

This div border color is #4F704E.

Opacity

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

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

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

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

This text has shadow with #4F704E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F704E.

Preview

Color preview on black background

This text has color #4F704E on black background.


Color preview on white background

This text has color #4F704E on white background.


Black color preview on #4F704E background

This text has black color on #4F704E background.


White color preview on #4F704E background

This text has white color on #4F704E background.


Related colors

Complementary color

Complementary color for #hex is #B08FB1.


I love getcolorcode.com

Triadic colors

1 #4E4F70 and #704E4F with #4F704E are triadic colors.

2 #4E704F and #704F4E with #4F704E are triadic colors.