COLOR #4F636A

HEX: #4F636A
RGB: (79,99,106)

Color info

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

RGB color model

#4F636A color RGB value is (79,99,106).

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

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 106 of 255 = 42%

79
99
106

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 106 = 284 (100%)
R 79 of 284 ~ 27.82%
G 99 of 284 ~ 34.86%
B 106 of 284 ~ 37.32%

%27.82
%34.86
%37.32

CMYK color model

#4F636A color CMYK value is (25,7,0,58).

  • cyan value is 25.47%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,7,0,58)
C25M7Y0K58 
(25%,7%,0%,58%)
(0.25/0.07/0.00/0.58)	

CMYK percentages

%25.47
%6.6
%0
%58.43

Codes

Color #4F636A in popluar color models

4F636A
RGB7999106
HSL196°14.59%36.27%
HSB/HSV196°25.47%41.57%
CMYK25.47%6.60%0.00%
58.43%

Color #4F636A in popluar number systems.

HEX4F636A
Decimal7999106
Binary100111111000111101010
Octal117143152

Shades and tints

Shades of #4F636A

#4F636A
(79,99,106)
#485A61
(72,90,97)
#415158
(65,81,88)
#3A484F
(58,72,79)
#333F46
(51,63,70)
#2C363D
(44,54,61)
#252D34
(37,45,52)
#1E242B
(30,36,43)
#171B22
(23,27,34)
#101219
(16,18,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F636A

#4F636A
(79,99,106)
#5F7177
(95,113,119)
#6F7F84
(111,127,132)
#7F8D91
(127,141,145)
#8F9B9E
(143,155,158)
#9FA9AB
(159,169,171)
#AFB7B8
(175,183,184)
#BFC5C5
(191,197,197)
#CFD3D2
(207,211,210)
#DFE1DF
(223,225,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F636A; }

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

This text font color is #4F636A.


Background Color

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

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

This div background color is #4F636A.


Border color

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

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

This div border color is #4F636A.


Opacity

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

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

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

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

This text has shadow with #4F636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F636A on black background.


Color preview on white background

This text has color #4F636A on white background.



Black color preview on #4F636A background

This text has black color on #4F636A background.


White color preview on #4F636A background

This text has white color on #4F636A background.