COLOR #4F756B

HEX: #4F756B RGB: (79,117,107)

Color info

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

RGB color model

#4F756B color RGB value is (79,117,107).

RGB: (79,117,107) (31%, 46%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 107 of 255 = 42%

79
117
107

R + G + B ~ 40%. #4F756B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 117 + 107 = 303 (100%)
R 79 of 303 ~ 26.07%
G 117 of 303 ~ 38.61%
B 107 of 303 ~ 35.31'%

%26.07
%38.61
%35.31

CMYK color model

#4F756B color CMYK value is (32,0,9,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%

CMYK: (32,0,9,54)
C32M0Y9K54 (32%, 0%, 9%, 54%)
(0.32 / 0.00 / 0.09 / 0.54)

CMYK percentages

%32.48
%0
%8.55
%54.12

Codes

Color #4F756B in popluar color models

4F 75 6B
RGB 79 117 107
HSL 164° 19.39% 38.43%
HSB/HSV 164° 32.48% 45.88%
CMYK 32.48% 0.00% 8.55%
54.12%

Color #4F756B in popluar number systems.

HEX 4F 75 6B
Decimal 79 117 107
Binary 1001111 1110101 1101011
Octal 117 165 153

Shades and tints

Shades of #4F756B

#4F756B
(79,117,107)
#486B62
(72,107,98)
#416159
(65,97,89)
#3A5750
(58,87,80)
#334D47
(51,77,71)
#2C433E
(44,67,62)
#253935
(37,57,53)
#1E2F2C
(30,47,44)
#172523
(23,37,35)
#101B1A
(16,27,26)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F756B

#4F756B
(79,117,107)
#5F8178
(95,129,120)
#6F8D85
(111,141,133)
#7F9992
(127,153,146)
#8FA59F
(143,165,159)
#9FB1AC
(159,177,172)
#AFBDB9
(175,189,185)
#BFC9C6
(191,201,198)
#CFD5D3
(207,213,211)
#DFE1E0
(223,225,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F756B; }

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

This text font color is #4F756B.

Background Color

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

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

This div background color is #4F756B.

Border color

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

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

This div border color is #4F756B.

Opacity

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

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

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

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

This text has shadow with #4F756B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F756B.

Preview

Color preview on black background

This text has color #4F756B on black background.


Color preview on white background

This text has color #4F756B on white background.


Black color preview on #4F756B background

This text has black color on #4F756B background.


White color preview on #4F756B background

This text has white color on #4F756B background.


Related colors

Complementary color

Complementary color for #hex is #B08A94.


I love getcolorcode.com

Triadic colors

1 #6B4F75 and #756B4F with #4F756B are triadic colors.

2 #6B754F and #754F6B with #4F756B are triadic colors.