COLOR #4F744E

HEX: #4F744E
RGB: (79,116,78)

Color info

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

RGB color model

#4F744E color RGB value is (79,116,78).

  • red value is 79;
  • green value is 116;
  • blue value is 78.
RGB:
(79,116,78)
(31%,45%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 78 of 255 = 31%

79
116
78

R + G + B ~ 36%. #4F744E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 78 = 273 (100%)
R 79 of 273 ~ 28.94%
G 116 of 273 ~ 42.49%
B 78 of 273 ~ 28.57%

%28.94
%42.49
%28.57

CMYK color model

#4F744E color CMYK value is (32,0,33,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(32,0,33,55)
C32M0Y33K55 
(32%,0%,33%,55%)
(0.32/0.00/0.33/0.55)	

CMYK percentages

%31.9
%0
%32.76
%54.51

Codes

Color #4F744E in popluar color models

4F744E
RGB7911678
HSL118°19.59%38.04%
HSB/HSV118°32.76%45.49%
CMYK31.90%0.00%32.76%
54.51%

Color #4F744E in popluar number systems.

HEX4F744E
Decimal7911678
Binary100111111101001001110
Octal117164116

Shades and tints

Shades of #4F744E

#4F744E
(79,116,78)
#486A47
(72,106,71)
#416040
(65,96,64)
#3A5639
(58,86,57)
#334C32
(51,76,50)
#2C422B
(44,66,43)
#253824
(37,56,36)
#1E2E1D
(30,46,29)
#172416
(23,36,22)
#101A0F
(16,26,15)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #4F744E

#4F744E
(79,116,78)
#5F805E
(95,128,94)
#6F8C6E
(111,140,110)
#7F987E
(127,152,126)
#8FA48E
(143,164,142)
#9FB09E
(159,176,158)
#AFBCAE
(175,188,174)
#BFC8BE
(191,200,190)
#CFD4CE
(207,212,206)
#DFE0DE
(223,224,222)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F744E; }

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

This text font color is #4F744E.


Background Color

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

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

This div background color is #4F744E.


Border color

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

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

This div border color is #4F744E.


Opacity

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

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

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

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

This text has shadow with #4F744E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F744E on black background.


Color preview on white background

This text has color #4F744E on white background.



Black color preview on #4F744E background

This text has black color on #4F744E background.


White color preview on #4F744E background

This text has white color on #4F744E background.