COLOR #4F757F

HEX: #4F757F RGB: (79,117,127)

Color info

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

RGB color model

#4F757F color RGB value is (79,117,127).

RGB: (79,117,127) (31%, 46%, 50%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 127 of 255 = 50%

79
117
127

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

Portions of RGB colors in percentages

R + G + B = 79 + 117 + 127 = 323 (100%)
R 79 of 323 ~ 24.46%
G 117 of 323 ~ 36.22%
B 127 of 323 ~ 39.32'%

%24.46
%36.22
%39.32

CMYK color model

#4F757F color CMYK value is (38,8,0,50).

  • cyan value is 37.80%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (38,8,0,50)
C38M8Y0K50 (38%, 8%, 0%, 50%)
(0.38 / 0.08 / 0.00 / 0.50)

CMYK percentages

%37.8
%7.87
%0
%50.2

Codes

Color #4F757F in popluar color models

4F 75 7F
RGB 79 117 127
HSL 193° 23.30% 40.39%
HSB/HSV 193° 37.80% 49.80%
CMYK 37.80% 7.87% 0.00%
50.20%

Color #4F757F in popluar number systems.

HEX 4F 75 7F
Decimal 79 117 127
Binary 1001111 1110101 1111111
Octal 117 165 177

Shades and tints

Shades of #4F757F

#4F757F
(79,117,127)
#486B74
(72,107,116)
#416169
(65,97,105)
#3A575E
(58,87,94)
#334D53
(51,77,83)
#2C4348
(44,67,72)
#25393D
(37,57,61)
#1E2F32
(30,47,50)
#172527
(23,37,39)
#101B1C
(16,27,28)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F757F

#4F757F
(79,117,127)
#5F818A
(95,129,138)
#6F8D95
(111,141,149)
#7F99A0
(127,153,160)
#8FA5AB
(143,165,171)
#9FB1B6
(159,177,182)
#AFBDC1
(175,189,193)
#BFC9CC
(191,201,204)
#CFD5D7
(207,213,215)
#DFE1E2
(223,225,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F757F; }

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

This text font color is #4F757F.

Background Color

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

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

This div background color is #4F757F.

Border color

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

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

This div border color is #4F757F.

Opacity

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

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

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

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

This text has shadow with #4F757F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F757F.

Preview

Color preview on black background

This text has color #4F757F on black background.


Color preview on white background

This text has color #4F757F on white background.


Black color preview on #4F757F background

This text has black color on #4F757F background.


White color preview on #4F757F background

This text has white color on #4F757F background.


Related colors

Complementary color

Complementary color for #hex is #B08A80.


I love getcolorcode.com

Triadic colors

1 #7F4F75 and #757F4F with #4F757F are triadic colors.

2 #7F754F and #754F7F with #4F757F are triadic colors.