COLOR #4F5373

HEX: #4F5373
RGB: (79,83,115)

Color info

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

RGB color model

#4F5373 color RGB value is (79,83,115).

  • red value is 79;
  • green value is 83;
  • blue value is 115.
RGB:
(79,83,115)
(31%,33%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 115 of 255 = 45%

79
83
115

R + G + B ~ 36%. #4F5373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 115 = 277 (100%)
R 79 of 277 ~ 28.52%
G 83 of 277 ~ 29.96%
B 115 of 277 ~ 41.52%

%28.52
%29.96
%41.52

CMYK color model

#4F5373 color CMYK value is (31,28,0,55).

  • cyan value is 31.30%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(31,28,0,55)
C31M28Y0K55 
(31%,28%,0%,55%)
(0.31/0.28/0.00/0.55)	

CMYK percentages

%31.3
%27.83
%0
%54.9

Codes

Color #4F5373 in popluar color models

4F5373
RGB7983115
HSL233°18.56%38.04%
HSB/HSV233°31.30%45.10%
CMYK31.30%27.83%0.00%
54.90%

Color #4F5373 in popluar number systems.

HEX4F5373
Decimal7983115
Binary100111110100111110011
Octal117123163

Shades and tints

Shades of #4F5373

#4F5373
(79,83,115)
#484C69
(72,76,105)
#41455F
(65,69,95)
#3A3E55
(58,62,85)
#33374B
(51,55,75)
#2C3041
(44,48,65)
#252937
(37,41,55)
#1E222D
(30,34,45)
#171B23
(23,27,35)
#101419
(16,20,25)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F5373

#4F5373
(79,83,115)
#5F627F
(95,98,127)
#6F718B
(111,113,139)
#7F8097
(127,128,151)
#8F8FA3
(143,143,163)
#9F9EAF
(159,158,175)
#AFADBB
(175,173,187)
#BFBCC7
(191,188,199)
#CFCBD3
(207,203,211)
#DFDADF
(223,218,223)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5373 color. Also use rgb(79,83,115) instead hex code.

Text Font Color

.myTextColor { color: #4F5373; }

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

This text font color is #4F5373.


Background Color

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

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

This div background color is #4F5373.


Border color

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

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

This div border color is #4F5373.


Opacity

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

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

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

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

This text has shadow with #4F5373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5373 on black background.


Color preview on white background

This text has color #4F5373 on white background.



Black color preview on #4F5373 background

This text has black color on #4F5373 background.


White color preview on #4F5373 background

This text has white color on #4F5373 background.