COLOR #4F5C76

HEX: #4F5C76
RGB: (79,92,118)

Color info

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

RGB color model

#4F5C76 color RGB value is (79,92,118).

  • red value is 79;
  • green value is 92;
  • blue value is 118.
RGB: (79,92,118) (31%,36%,46%)

RGB channels and saturation

R 79 of 255 = 31%
G 92 of 255 = 36%
B 118 of 255 = 46%

79
92
118

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

Portions of RGB colors in percentages

R + G + B =
79 + 92 + 118 = 289 (100%)
R 79 of 289 ~ 27.34%
G 92 of 289 ~ 31.83%
B 118 of 289 ~ 40.83%

%27.34
%31.83
%40.83

CMYK color model

#4F5C76 color CMYK value is (33,22,0,54).

  • cyan value is 33.05%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (33,22,0,54) C33M22Y0K54 (33%,22%,0%,54%) (0.33/0.22/0.00/0.54)

CMYK percentages

%33.05
%22.03
%0
%53.73

Codes

Color #4F5C76 in popluar color models

4F5C76
RGB7992118
HSL220°19.80%38.63%
HSB/HSV220°33.05%46.27%
CMYK33.05%22.03%0.00%
53.73%

Color #4F5C76 in popluar number systems.

HEX4F5C76
Decimal7992118
Binary100111110111001110110
Octal117134166

Shades and tints

Shades of #4F5C76

#4F5C76
(79,92,118)
#48546C
(72,84,108)
#414C62
(65,76,98)
#3A4458
(58,68,88)
#333C4E
(51,60,78)
#2C3444
(44,52,68)
#252C3A
(37,44,58)
#1E2430
(30,36,48)
#171C26
(23,28,38)
#10141C
(16,20,28)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #4F5C76

#4F5C76
(79,92,118)
#5F6A82
(95,106,130)
#6F788E
(111,120,142)
#7F869A
(127,134,154)
#8F94A6
(143,148,166)
#9FA2B2
(159,162,178)
#AFB0BE
(175,176,190)
#BFBECA
(191,190,202)
#CFCCD6
(207,204,214)
#DFDAE2
(223,218,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5C76 color. Also use rgb(79,92,118) instead hex code.

Text Font Color

.myTextColor { color: #4F5C76; }

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

This text font color is #4F5C76.


Background Color

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

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

This div background color is #4F5C76.


Border color

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

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

This div border color is #4F5C76.


Opacity

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

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

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

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

This text has shadow with #4F5C76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F5C76 on black background.


Color preview on white background

This text has color #4F5C76 on white background.



Black color preview on #4F5C76 background

This text has black color on #4F5C76 background.


White color preview on #4F5C76 background

This text has white color on #4F5C76 background.