COLOR #4F706C

HEX: #4F706C RGB: (79,112,108)

Color info

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

RGB color model

#4F706C color RGB value is (79,112,108).

RGB: (79,112,108) (31%, 44%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 108 of 255 = 42%

79
112
108

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

Portions of RGB colors in percentages

R + G + B = 79 + 112 + 108 = 299 (100%)
R 79 of 299 ~ 26.42%
G 112 of 299 ~ 37.46%
B 108 of 299 ~ 36.12'%

%26.42
%37.46
%36.12

CMYK color model

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

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%

CMYK: (29,0,4,56)
C29M0Y4K56 (29%, 0%, 4%, 56%)
(0.29 / 0.00 / 0.04 / 0.56)

CMYK percentages

%29.46
%0
%3.57
%56.08

Codes

Color #4F706C in popluar color models

4F 70 6C
RGB 79 112 108
HSL 173° 17.28% 37.45%
HSB/HSV 173° 29.46% 43.92%
CMYK 29.46% 0.00% 3.57%
56.08%

Color #4F706C in popluar number systems.

HEX 4F 70 6C
Decimal 79 112 108
Binary 1001111 1110000 1101100
Octal 117 160 154

Shades and tints

Shades of #4F706C

#4F706C
(79,112,108)
#486663
(72,102,99)
#415C5A
(65,92,90)
#3A5251
(58,82,81)
#334848
(51,72,72)
#2C3E3F
(44,62,63)
#253436
(37,52,54)
#1E2A2D
(30,42,45)
#172024
(23,32,36)
#10161B
(16,22,27)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #4F706C

#4F706C
(79,112,108)
#5F7D79
(95,125,121)
#6F8A86
(111,138,134)
#7F9793
(127,151,147)
#8FA4A0
(143,164,160)
#9FB1AD
(159,177,173)
#AFBEBA
(175,190,186)
#BFCBC7
(191,203,199)
#CFD8D4
(207,216,212)
#DFE5E1
(223,229,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F706C; }

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

This text font color is #4F706C.

Background Color

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

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

This div background color is #4F706C.

Border color

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

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

This div border color is #4F706C.

Opacity

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

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

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

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

This text has shadow with #4F706C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F706C.

Preview

Color preview on black background

This text has color #4F706C on black background.


Color preview on white background

This text has color #4F706C on white background.


Black color preview on #4F706C background

This text has black color on #4F706C background.


White color preview on #4F706C background

This text has white color on #4F706C background.


Related colors

Complementary color

Complementary color for #hex is #B08F93.


I love getcolorcode.com

Triadic colors

1 #6C4F70 and #706C4F with #4F706C are triadic colors.

2 #6C704F and #704F6C with #4F706C are triadic colors.