COLOR #4F5862

HEX: #4F5862
RGB: (79,88,98)

Color info

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

RGB color model

#4F5862 color RGB value is (79,88,98).

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

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 98 of 255 = 38%

79
88
98

R + G + B ~ 35%. #4F5862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 98 = 265 (100%)
R 79 of 265 ~ 29.81%
G 88 of 265 ~ 33.21%
B 98 of 265 ~ 36.98%

%29.81
%33.21
%36.98

CMYK color model

#4F5862 color CMYK value is (19,10,0,62).

  • cyan value is 19.39%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(19,10,0,62)
C19M10Y0K62 
(19%,10%,0%,62%)
(0.19/0.10/0.00/0.62)	

CMYK percentages

%19.39
%10.2
%0
%61.57

Codes

Color #4F5862 in popluar color models

4F5862
RGB798898
HSL212°10.73%34.71%
HSB/HSV212°19.39%38.43%
CMYK19.39%10.20%0.00%
61.57%

Color #4F5862 in popluar number systems.

HEX4F5862
Decimal798898
Binary100111110110001100010
Octal117130142

Shades and tints

Shades of #4F5862

#4F5862
(79,88,98)
#48505A
(72,80,90)
#414852
(65,72,82)
#3A404A
(58,64,74)
#333842
(51,56,66)
#2C303A
(44,48,58)
#252832
(37,40,50)
#1E202A
(30,32,42)
#171822
(23,24,34)
#10101A
(16,16,26)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #4F5862

#4F5862
(79,88,98)
#5F6770
(95,103,112)
#6F767E
(111,118,126)
#7F858C
(127,133,140)
#8F949A
(143,148,154)
#9FA3A8
(159,163,168)
#AFB2B6
(175,178,182)
#BFC1C4
(191,193,196)
#CFD0D2
(207,208,210)
#DFDFE0
(223,223,224)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5862; }

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

This text font color is #4F5862.


Background Color

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

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

This div background color is #4F5862.


Border color

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

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

This div border color is #4F5862.


Opacity

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

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

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

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

This text has shadow with #4F5862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5862 on black background.


Color preview on white background

This text has color #4F5862 on white background.



Black color preview on #4F5862 background

This text has black color on #4F5862 background.


White color preview on #4F5862 background

This text has white color on #4F5862 background.