COLOR #4F616A

HEX: #4F616A
RGB: (79,97,106)

Color info

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

RGB color model

#4F616A color RGB value is (79,97,106).

  • red value is 79;
  • green value is 97;
  • blue value is 106.
RGB:
(79,97,106)
(31%,38%,42%)

RGB channels and saturation

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

79
97
106

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

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 106 = 282 (100%)
R 79 of 282 ~ 28.01%
G 97 of 282 ~ 34.4%
B 106 of 282 ~ 37.59%

%28.01
%34.4
%37.59

CMYK color model

#4F616A color CMYK value is (25,8,0,58).

  • cyan value is 25.47%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,8,0,58)
C25M8Y0K58 
(25%,8%,0%,58%)
(0.25/0.08/0.00/0.58)	

CMYK percentages

%25.47
%8.49
%0
%58.43

Codes

Color #4F616A in popluar color models

4F616A
RGB7997106
HSL200°14.59%36.27%
HSB/HSV200°25.47%41.57%
CMYK25.47%8.49%0.00%
58.43%

Color #4F616A in popluar number systems.

HEX4F616A
Decimal7997106
Binary100111111000011101010
Octal117141152

Shades and tints

Shades of #4F616A

#4F616A
(79,97,106)
#485961
(72,89,97)
#415158
(65,81,88)
#3A494F
(58,73,79)
#334146
(51,65,70)
#2C393D
(44,57,61)
#253134
(37,49,52)
#1E292B
(30,41,43)
#172122
(23,33,34)
#101919
(16,25,25)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #4F616A

#4F616A
(79,97,106)
#5F6F77
(95,111,119)
#6F7D84
(111,125,132)
#7F8B91
(127,139,145)
#8F999E
(143,153,158)
#9FA7AB
(159,167,171)
#AFB5B8
(175,181,184)
#BFC3C5
(191,195,197)
#CFD1D2
(207,209,210)
#DFDFDF
(223,223,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F616A; }

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

This text font color is #4F616A.


Background Color

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

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

This div background color is #4F616A.


Border color

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

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

This div border color is #4F616A.


Opacity

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

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

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

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

This text has shadow with #4F616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F616A on black background.


Color preview on white background

This text has color #4F616A on white background.



Black color preview on #4F616A background

This text has black color on #4F616A background.


White color preview on #4F616A background

This text has white color on #4F616A background.