COLOR #4F674F

HEX: #4F674F
RGB: (79,103,79)

Color info

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

RGB color model

#4F674F color RGB value is (79,103,79).

  • red value is 79;
  • green value is 103;
  • blue value is 79.
RGB:
(79,103,79)
(31%,40%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 79 of 255 = 31%

79
103
79

R + G + B ~ 34%. #4F674F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 103 + 79 = 261 (100%)
R 79 of 261 ~ 30.27%
G 103 of 261 ~ 39.46%
B 79 of 261 ~ 30.27%

%30.27
%39.46
%30.27

CMYK color model

#4F674F color CMYK value is (23,0,23,60).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%
CMYK:
(23,0,23,60)
C23M0Y23K60 
(23%,0%,23%,60%)
(0.23/0.00/0.23/0.60)	

CMYK percentages

%23.3
%0
%23.3
%59.61

Codes

Color #4F674F in popluar color models

4F674F
RGB7910379
HSL120°13.19%35.69%
HSB/HSV120°23.30%40.39%
CMYK23.30%0.00%23.30%
59.61%

Color #4F674F in popluar number systems.

HEX4F674F
Decimal7910379
Binary100111111001111001111
Octal117147117

Shades and tints

Shades of #4F674F

#4F674F
(79,103,79)
#485E48
(72,94,72)
#415541
(65,85,65)
#3A4C3A
(58,76,58)
#334333
(51,67,51)
#2C3A2C
(44,58,44)
#253125
(37,49,37)
#1E281E
(30,40,30)
#171F17
(23,31,23)
#101610
(16,22,16)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F674F

#4F674F
(79,103,79)
#5F745F
(95,116,95)
#6F816F
(111,129,111)
#7F8E7F
(127,142,127)
#8F9B8F
(143,155,143)
#9FA89F
(159,168,159)
#AFB5AF
(175,181,175)
#BFC2BF
(191,194,191)
#CFCFCF
(207,207,207)
#DFDCDF
(223,220,223)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F674F; }

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

This text font color is #4F674F.


Background Color

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

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

This div background color is #4F674F.


Border color

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

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

This div border color is #4F674F.


Opacity

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

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

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

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

This text has shadow with #4F674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F674F on black background.


Color preview on white background

This text has color #4F674F on white background.



Black color preview on #4F674F background

This text has black color on #4F674F background.


White color preview on #4F674F background

This text has white color on #4F674F background.