COLOR #4F5E6A

HEX: #4F5E6A
RGB: (79,94,106)

Color info

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

RGB color model

#4F5E6A color RGB value is (79,94,106).

  • red value is 79;
  • green value is 94;
  • blue value is 106.
RGB:
(79,94,106)
(31%,37%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 94 of 255 = 37%
B 106 of 255 = 42%

79
94
106

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

Portions of RGB colors in percentages

R + G + B =
79 + 94 + 106 = 279 (100%)
R 79 of 279 ~ 28.32%
G 94 of 279 ~ 33.69%
B 106 of 279 ~ 37.99%

%28.32
%33.69
%37.99

CMYK color model

#4F5E6A color CMYK value is (25,11,0,58).

  • cyan value is 25.47%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,11,0,58)
C25M11Y0K58 
(25%,11%,0%,58%)
(0.25/0.11/0.00/0.58)	

CMYK percentages

%25.47
%11.32
%0
%58.43

Codes

Color #4F5E6A in popluar color models

4F5E6A
RGB7994106
HSL207°14.59%36.27%
HSB/HSV207°25.47%41.57%
CMYK25.47%11.32%0.00%
58.43%

Color #4F5E6A in popluar number systems.

HEX4F5E6A
Decimal7994106
Binary100111110111101101010
Octal117136152

Shades and tints

Shades of #4F5E6A

#4F5E6A
(79,94,106)
#485661
(72,86,97)
#414E58
(65,78,88)
#3A464F
(58,70,79)
#333E46
(51,62,70)
#2C363D
(44,54,61)
#252E34
(37,46,52)
#1E262B
(30,38,43)
#171E22
(23,30,34)
#101619
(16,22,25)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F5E6A

#4F5E6A
(79,94,106)
#5F6C77
(95,108,119)
#6F7A84
(111,122,132)
#7F8891
(127,136,145)
#8F969E
(143,150,158)
#9FA4AB
(159,164,171)
#AFB2B8
(175,178,184)
#BFC0C5
(191,192,197)
#CFCED2
(207,206,210)
#DFDCDF
(223,220,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5E6A color. Also use rgb(79,94,106) instead hex code.

Text Font Color

.myTextColor { color: #4F5E6A; }

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

This text font color is #4F5E6A.


Background Color

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

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

This div background color is #4F5E6A.


Border color

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

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

This div border color is #4F5E6A.


Opacity

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

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

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

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

This text has shadow with #4F5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5E6A on black background.


Color preview on white background

This text has color #4F5E6A on white background.



Black color preview on #4F5E6A background

This text has black color on #4F5E6A background.


White color preview on #4F5E6A background

This text has white color on #4F5E6A background.