COLOR #4F616C

HEX: #4F616C RGB: (79,97,108)

Color info

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

RGB color model

#4F616C color RGB value is (79,97,108).

RGB: (79,97,108) (31%, 38%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 108 of 255 = 42%

79
97
108

R + G + B ~ 37%. #4F616C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 97 + 108 = 284 (100%)
R 79 of 284 ~ 27.82%
G 97 of 284 ~ 34.15%
B 108 of 284 ~ 38.03'%

%27.82
%34.15
%38.03

CMYK color model

#4F616C color CMYK value is (27,10,0,58).

  • cyan value is 26.85%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (27,10,0,58)
C27M10Y0K58 (27%, 10%, 0%, 58%)
(0.27 / 0.10 / 0.00 / 0.58)

CMYK percentages

%26.85
%10.19
%0
%57.65

Codes

Color #4F616C in popluar color models

4F 61 6C
RGB 79 97 108
HSL 203° 15.51% 36.67%
HSB/HSV 203° 26.85% 42.35%
CMYK 26.85% 10.19% 0.00%
57.65%

Color #4F616C in popluar number systems.

HEX 4F 61 6C
Decimal 79 97 108
Binary 1001111 1100001 1101100
Octal 117 141 154

Shades and tints

Shades of #4F616C

#4F616C
(79,97,108)
#485963
(72,89,99)
#41515A
(65,81,90)
#3A4951
(58,73,81)
#334148
(51,65,72)
#2C393F
(44,57,63)
#253136
(37,49,54)
#1E292D
(30,41,45)
#172124
(23,33,36)
#10191B
(16,25,27)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #4F616C

#4F616C
(79,97,108)
#5F6F79
(95,111,121)
#6F7D86
(111,125,134)
#7F8B93
(127,139,147)
#8F99A0
(143,153,160)
#9FA7AD
(159,167,173)
#AFB5BA
(175,181,186)
#BFC3C7
(191,195,199)
#CFD1D4
(207,209,212)
#DFDFE1
(223,223,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F616C; }

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

This text font color is #4F616C.

Background Color

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

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

This div background color is #4F616C.

Border color

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

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

This div border color is #4F616C.

Opacity

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

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

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

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

This text has shadow with #4F616C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F616C.

Preview

Color preview on black background

This text has color #4F616C on black background.


Color preview on white background

This text has color #4F616C on white background.


Black color preview on #4F616C background

This text has black color on #4F616C background.


White color preview on #4F616C background

This text has white color on #4F616C background.


Related colors

Complementary color

Complementary color for #hex is #B09E93.


I love getcolorcode.com

Triadic colors

1 #6C4F61 and #616C4F with #4F616C are triadic colors.

2 #6C614F and #614F6C with #4F616C are triadic colors.