COLOR #4F5871

HEX: #4F5871
RGB: (79,88,113)

Color info

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

RGB color model

#4F5871 color RGB value is (79,88,113).

  • red value is 79;
  • green value is 88;
  • blue value is 113.
RGB:
(79,88,113)
(31%,35%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 113 of 255 = 44%

79
88
113

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

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 113 = 280 (100%)
R 79 of 280 ~ 28.21%
G 88 of 280 ~ 31.43%
B 113 of 280 ~ 40.36%

%28.21
%31.43
%40.36

CMYK color model

#4F5871 color CMYK value is (30,22,0,56).

  • cyan value is 30.09%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(30,22,0,56)
C30M22Y0K56 
(30%,22%,0%,56%)
(0.30/0.22/0.00/0.56)	

CMYK percentages

%30.09
%22.12
%0
%55.69

Codes

Color #4F5871 in popluar color models

4F5871
RGB7988113
HSL224°17.71%37.65%
HSB/HSV224°30.09%44.31%
CMYK30.09%22.12%0.00%
55.69%

Color #4F5871 in popluar number systems.

HEX4F5871
Decimal7988113
Binary100111110110001110001
Octal117130161

Shades and tints

Shades of #4F5871

#4F5871
(79,88,113)
#485067
(72,80,103)
#41485D
(65,72,93)
#3A4053
(58,64,83)
#333849
(51,56,73)
#2C303F
(44,48,63)
#252835
(37,40,53)
#1E202B
(30,32,43)
#171821
(23,24,33)
#101017
(16,16,23)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #4F5871

#4F5871
(79,88,113)
#5F677D
(95,103,125)
#6F7689
(111,118,137)
#7F8595
(127,133,149)
#8F94A1
(143,148,161)
#9FA3AD
(159,163,173)
#AFB2B9
(175,178,185)
#BFC1C5
(191,193,197)
#CFD0D1
(207,208,209)
#DFDFDD
(223,223,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5871 color. Also use rgb(79,88,113) instead hex code.

Text Font Color

.myTextColor { color: #4F5871; }

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

This text font color is #4F5871.


Background Color

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

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

This div background color is #4F5871.


Border color

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

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

This div border color is #4F5871.


Opacity

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

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

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

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

This text has shadow with #4F5871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5871 on black background.


Color preview on white background

This text has color #4F5871 on white background.



Black color preview on #4F5871 background

This text has black color on #4F5871 background.


White color preview on #4F5871 background

This text has white color on #4F5871 background.