COLOR #4F745F

HEX: #4F745F
RGB: (79,116,95)

Color info

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

RGB color model

#4F745F color RGB value is (79,116,95).

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

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 95 of 255 = 37%

79
116
95

R + G + B ~ 38%. #4F745F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 95 = 290 (100%)
R 79 of 290 ~ 27.24%
G 116 of 290 ~ 40%
B 95 of 290 ~ 32.76%

%27.24
%40
%32.76

CMYK color model

#4F745F color CMYK value is (32,0,18,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(32,0,18,55)
C32M0Y18K55 
(32%,0%,18%,55%)
(0.32/0.00/0.18/0.55)	

CMYK percentages

%31.9
%0
%18.1
%54.51

Codes

Color #4F745F in popluar color models

4F745F
RGB7911695
HSL146°18.97%38.24%
HSB/HSV146°31.90%45.49%
CMYK31.90%0.00%18.10%
54.51%

Color #4F745F in popluar number systems.

HEX4F745F
Decimal7911695
Binary100111111101001011111
Octal117164137

Shades and tints

Shades of #4F745F

#4F745F
(79,116,95)
#486A57
(72,106,87)
#41604F
(65,96,79)
#3A5647
(58,86,71)
#334C3F
(51,76,63)
#2C4237
(44,66,55)
#25382F
(37,56,47)
#1E2E27
(30,46,39)
#17241F
(23,36,31)
#101A17
(16,26,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F745F

#4F745F
(79,116,95)
#5F806D
(95,128,109)
#6F8C7B
(111,140,123)
#7F9889
(127,152,137)
#8FA497
(143,164,151)
#9FB0A5
(159,176,165)
#AFBCB3
(175,188,179)
#BFC8C1
(191,200,193)
#CFD4CF
(207,212,207)
#DFE0DD
(223,224,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F745F; }

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

This text font color is #4F745F.


Background Color

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

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

This div background color is #4F745F.


Border color

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

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

This div border color is #4F745F.


Opacity

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

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

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

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

This text has shadow with #4F745F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F745F on black background.


Color preview on white background

This text has color #4F745F on white background.



Black color preview on #4F745F background

This text has black color on #4F745F background.


White color preview on #4F745F background

This text has white color on #4F745F background.