COLOR #4F716D

HEX: #4F716D RGB: (79,113,109)

Color info

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

RGB color model

#4F716D color RGB value is (79,113,109).

RGB: (79,113,109) (31%, 44%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 109 of 255 = 43%

79
113
109

R + G + B ~ 39%. #4F716D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 113 + 109 = 301 (100%)
R 79 of 301 ~ 26.25%
G 113 of 301 ~ 37.54%
B 109 of 301 ~ 36.21'%

%26.25
%37.54
%36.21

CMYK color model

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

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 55.69%

CMYK: (30,0,4,56)
C30M0Y4K56 (30%, 0%, 4%, 56%)
(0.30 / 0.00 / 0.04 / 0.56)

CMYK percentages

%30.09
%0
%3.54
%55.69

Codes

Color #4F716D in popluar color models

4F 71 6D
RGB 79 113 109
HSL 173° 17.71% 37.65%
HSB/HSV 173° 30.09% 44.31%
CMYK 30.09% 0.00% 3.54%
55.69%

Color #4F716D in popluar number systems.

HEX 4F 71 6D
Decimal 79 113 109
Binary 1001111 1110001 1101101
Octal 117 161 155

Shades and tints

Shades of #4F716D

#4F716D
(79,113,109)
#486764
(72,103,100)
#415D5B
(65,93,91)
#3A5352
(58,83,82)
#334949
(51,73,73)
#2C3F40
(44,63,64)
#253537
(37,53,55)
#1E2B2E
(30,43,46)
#172125
(23,33,37)
#10171C
(16,23,28)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #4F716D

#4F716D
(79,113,109)
#5F7D7A
(95,125,122)
#6F8987
(111,137,135)
#7F9594
(127,149,148)
#8FA1A1
(143,161,161)
#9FADAE
(159,173,174)
#AFB9BB
(175,185,187)
#BFC5C8
(191,197,200)
#CFD1D5
(207,209,213)
#DFDDE2
(223,221,226)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F716D; }

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

This text font color is #4F716D.

Background Color

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

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

This div background color is #4F716D.

Border color

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

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

This div border color is #4F716D.

Opacity

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

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

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

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

This text has shadow with #4F716D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F716D.

Preview

Color preview on black background

This text has color #4F716D on black background.


Color preview on white background

This text has color #4F716D on white background.


Black color preview on #4F716D background

This text has black color on #4F716D background.


White color preview on #4F716D background

This text has white color on #4F716D background.


Related colors

Complementary color

Complementary color for #hex is #B08E92.


I love getcolorcode.com

Triadic colors

1 #6D4F71 and #716D4F with #4F716D are triadic colors.

2 #6D714F and #714F6D with #4F716D are triadic colors.