COLOR #4F636B

HEX: #4F636B RGB: (79,99,107)

Color info

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

RGB color model

#4F636B color RGB value is (79,99,107).

RGB: (79,99,107) (31%, 39%, 42%)

RGB channels and saturation

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

79
99
107

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

Portions of RGB colors in percentages

R + G + B = 79 + 99 + 107 = 285 (100%)
R 79 of 285 ~ 27.72%
G 99 of 285 ~ 34.74%
B 107 of 285 ~ 37.54'%

%27.72
%34.74
%37.54

CMYK color model

#4F636B color CMYK value is (26,7,0,58).

  • cyan value is 26.17%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (26,7,0,58)
C26M7Y0K58 (26%, 7%, 0%, 58%)
(0.26 / 0.07 / 0.00 / 0.58)

CMYK percentages

%26.17
%7.48
%0
%58.04

Codes

Color #4F636B in popluar color models

4F 63 6B
RGB 79 99 107
HSL 197° 15.05% 36.47%
HSB/HSV 197° 26.17% 41.96%
CMYK 26.17% 7.48% 0.00%
58.04%

Color #4F636B in popluar number systems.

HEX 4F 63 6B
Decimal 79 99 107
Binary 1001111 1100011 1101011
Octal 117 143 153

Shades and tints

Shades of #4F636B

#4F636B
(79,99,107)
#485A62
(72,90,98)
#415159
(65,81,89)
#3A4850
(58,72,80)
#333F47
(51,63,71)
#2C363E
(44,54,62)
#252D35
(37,45,53)
#1E242C
(30,36,44)
#171B23
(23,27,35)
#10121A
(16,18,26)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #4F636B

#4F636B
(79,99,107)
#5F7178
(95,113,120)
#6F7F85
(111,127,133)
#7F8D92
(127,141,146)
#8F9B9F
(143,155,159)
#9FA9AC
(159,169,172)
#AFB7B9
(175,183,185)
#BFC5C6
(191,197,198)
#CFD3D3
(207,211,211)
#DFE1E0
(223,225,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F636B; }

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

This text font color is #4F636B.

Background Color

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

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

This div background color is #4F636B.

Border color

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

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

This div border color is #4F636B.

Opacity

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

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

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

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

This text has shadow with #4F636B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F636B.

Preview

Color preview on black background

This text has color #4F636B on black background.


Color preview on white background

This text has color #4F636B on white background.


Black color preview on #4F636B background

This text has black color on #4F636B background.


White color preview on #4F636B background

This text has white color on #4F636B background.


Related colors

Complementary color

Complementary color for #hex is #B09C94.


I love getcolorcode.com

Triadic colors

1 #6B4F63 and #636B4F with #4F636B are triadic colors.

2 #6B634F and #634F6B with #4F636B are triadic colors.