COLOR #4F666C

HEX: #4F666C RGB: (79,102,108)

Color info

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

RGB color model

#4F666C color RGB value is (79,102,108).

RGB: (79,102,108) (31%, 40%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 108 of 255 = 42%

79
102
108

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

Portions of RGB colors in percentages

R + G + B = 79 + 102 + 108 = 289 (100%)
R 79 of 289 ~ 27.34%
G 102 of 289 ~ 35.29%
B 108 of 289 ~ 37.37'%

%27.34
%35.29
%37.37

CMYK color model

#4F666C color CMYK value is (27,6,0,58).

  • cyan value is 26.85%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (27,6,0,58) C27M6Y0K58 (27%,6%,0%,58%) (0.27/0.06/0.00/0.58) 

CMYK percentages

%26.85
%5.56
%0
%57.65

Codes

Color #4F666C in popluar color models

4F 66 6C
RGB 79 102 108
HSL 192° 15.51% 36.67%
HSB/HSV 192° 26.85% 42.35%
CMYK 26.85% 5.56% 0.00%
57.65%

Color #4F666C in popluar number systems.

HEX 4F 66 6C
Decimal 79 102 108
Binary 1001111 1100110 1101100
Octal 117 146 154

Shades and tints

Shades of #4F666C

#4F666C
(79,102,108)
#485D63
(72,93,99)
#41545A
(65,84,90)
#3A4B51
(58,75,81)
#334248
(51,66,72)
#2C393F
(44,57,63)
#253036
(37,48,54)
#1E272D
(30,39,45)
#171E24
(23,30,36)
#10151B
(16,21,27)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #4F666C

#4F666C
(79,102,108)
#5F7379
(95,115,121)
#6F8086
(111,128,134)
#7F8D93
(127,141,147)
#8F9AA0
(143,154,160)
#9FA7AD
(159,167,173)
#AFB4BA
(175,180,186)
#BFC1C7
(191,193,199)
#CFCED4
(207,206,212)
#DFDBE1
(223,219,225)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F666C; }

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

This text font color is #4F666C.

Background Color

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

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

This div background color is #4F666C.

Border color

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

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

This div border color is #4F666C.

Opacity

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

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

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

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

This text has shadow with #4F666C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F666C.

Preview

Color preview on black background

This text has color #4F666C on black background.


Color preview on white background

This text has color #4F666C on white background.


Black color preview on #4F666C background

This text has black color on #4F666C background.


White color preview on #4F666C background

This text has white color on #4F666C background.


Related colors

Complementary color

Complementary color for #hex is #B09993.


I love getcolorcode.com

Triadic colors

1 #6C4F66 and #666C4F with #4F666C are triadic colors.

2 #6C664F and #664F6C with #4F666C are triadic colors.