COLOR #4F517F

HEX: #4F517F RGB: (79,81,127)

Color info

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

RGB color model

#4F517F color RGB value is (79,81,127).

RGB: (79,81,127) (31%, 32%, 50%)

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 127 of 255 = 50%

79
81
127

R + G + B ~ 38%. #4F517F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 81 + 127 = 287 (100%)
R 79 of 287 ~ 27.53%
G 81 of 287 ~ 28.22%
B 127 of 287 ~ 44.25'%

%27.53
%28.22
%44.25

CMYK color model

#4F517F color CMYK value is (38,36,0,50).

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

CMYK: (38,36,0,50)
C38M36Y0K50 (38%, 36%, 0%, 50%)
(0.38 / 0.36 / 0.00 / 0.50)

CMYK percentages

%37.8
%36.22
%0
%50.2

Codes

Color #4F517F in popluar color models

4F 51 7F
RGB 79 81 127
HSL 238° 23.30% 40.39%
HSB/HSV 238° 37.80% 49.80%
CMYK 37.80% 36.22% 0.00%
50.20%

Color #4F517F in popluar number systems.

HEX 4F 51 7F
Decimal 79 81 127
Binary 1001111 1010001 1111111
Octal 117 121 177

Shades and tints

Shades of #4F517F

#4F517F
(79,81,127)
#484A74
(72,74,116)
#414369
(65,67,105)
#3A3C5E
(58,60,94)
#333553
(51,53,83)
#2C2E48
(44,46,72)
#25273D
(37,39,61)
#1E2032
(30,32,50)
#171927
(23,25,39)
#10121C
(16,18,28)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #4F517F

#4F517F
(79,81,127)
#5F608A
(95,96,138)
#6F6F95
(111,111,149)
#7F7EA0
(127,126,160)
#8F8DAB
(143,141,171)
#9F9CB6
(159,156,182)
#AFABC1
(175,171,193)
#BFBACC
(191,186,204)
#CFC9D7
(207,201,215)
#DFD8E2
(223,216,226)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F517F; }

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

This text font color is #4F517F.

Background Color

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

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

This div background color is #4F517F.

Border color

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

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

This div border color is #4F517F.

Opacity

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

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

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

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

This text has shadow with #4F517F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F517F.

Preview

Color preview on black background

This text has color #4F517F on black background.


Color preview on white background

This text has color #4F517F on white background.


Black color preview on #4F517F background

This text has black color on #4F517F background.


White color preview on #4F517F background

This text has white color on #4F517F background.


Related colors

Complementary color

Complementary color for #hex is #B0AE80.


I love getcolorcode.com

Triadic colors

1 #7F4F51 and #517F4F with #4F517F are triadic colors.

2 #7F514F and #514F7F with #4F517F are triadic colors.