COLOR #4F696C

HEX: #4F696C RGB: (79,105,108)

Color info

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

RGB color model

#4F696C color RGB value is (79,105,108).

RGB: (79,105,108) (31%, 41%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 108 of 255 = 42%

79
105
108

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

Portions of RGB colors in percentages

R + G + B = 79 + 105 + 108 = 292 (100%)
R 79 of 292 ~ 27.05%
G 105 of 292 ~ 35.96%
B 108 of 292 ~ 36.99'%

%27.05
%35.96
%36.99

CMYK color model

#4F696C color CMYK value is (27,3,0,58).

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

CMYK: (27,3,0,58)
C27M3Y0K58 (27%, 3%, 0%, 58%)
(0.27 / 0.03 / 0.00 / 0.58)

CMYK percentages

%26.85
%2.78
%0
%57.65

Codes

Color #4F696C in popluar color models

4F 69 6C
RGB 79 105 108
HSL 186° 15.51% 36.67%
HSB/HSV 186° 26.85% 42.35%
CMYK 26.85% 2.78% 0.00%
57.65%

Color #4F696C in popluar number systems.

HEX 4F 69 6C
Decimal 79 105 108
Binary 1001111 1101001 1101100
Octal 117 151 154

Shades and tints

Shades of #4F696C

#4F696C
(79,105,108)
#486063
(72,96,99)
#41575A
(65,87,90)
#3A4E51
(58,78,81)
#334548
(51,69,72)
#2C3C3F
(44,60,63)
#253336
(37,51,54)
#1E2A2D
(30,42,45)
#172124
(23,33,36)
#10181B
(16,24,27)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #4F696C

#4F696C
(79,105,108)
#5F7679
(95,118,121)
#6F8386
(111,131,134)
#7F9093
(127,144,147)
#8F9DA0
(143,157,160)
#9FAAAD
(159,170,173)
#AFB7BA
(175,183,186)
#BFC4C7
(191,196,199)
#CFD1D4
(207,209,212)
#DFDEE1
(223,222,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F696C; }

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

This text font color is #4F696C.

Background Color

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

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

This div background color is #4F696C.

Border color

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

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

This div border color is #4F696C.

Opacity

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

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

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

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

This text has shadow with #4F696C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F696C.

Preview

Color preview on black background

This text has color #4F696C on black background.


Color preview on white background

This text has color #4F696C on white background.


Black color preview on #4F696C background

This text has black color on #4F696C background.


White color preview on #4F696C background

This text has white color on #4F696C background.


Related colors

Complementary color

Complementary color for #hex is #B09693.


I love getcolorcode.com

Triadic colors

1 #6C4F69 and #696C4F with #4F696C are triadic colors.

2 #6C694F and #694F6C with #4F696C are triadic colors.