COLOR #62586F

HEX: #62586F
RGB: (98,88,111)

Color info

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

RGB color model

#62586F color RGB value is (98,88,111).

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

RGB channels and saturation

R 98 of 255 = 38%
G 88 of 255 = 35%
B 111 of 255 = 44%

98
88
111

R + G + B ~ 39%. #62586F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 88 + 111 = 297 (100%)
R 98 of 297 ~ 33%
G 88 of 297 ~ 29.63%
B 111 of 297 ~ 37.37%

%33
%29.63
%37.37

CMYK color model

#62586F color CMYK value is (12,21,0,56).

  • cyan value is 11.71%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(12,21,0,56)
C12M21Y0K56 
(12%,21%,0%,56%)
(0.12/0.21/0.00/0.56)	

CMYK percentages

%11.71
%20.72
%0
%56.47

Codes

Color #62586F in popluar color models

62586F
RGB9888111
HSL266°11.56%39.02%
HSB/HSV266°20.72%43.53%
CMYK11.71%20.72%0.00%
56.47%

Color #62586F in popluar number systems.

HEX62586F
Decimal9888111
Binary110001010110001101111
Octal142130157

Shades and tints

Shades of #62586F

#62586F
(98,88,111)
#5A5065
(90,80,101)
#52485B
(82,72,91)
#4A4051
(74,64,81)
#423847
(66,56,71)
#3A303D
(58,48,61)
#322833
(50,40,51)
#2A2029
(42,32,41)
#22181F
(34,24,31)
#1A1015
(26,16,21)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #62586F

#62586F
(98,88,111)
#70677C
(112,103,124)
#7E7689
(126,118,137)
#8C8596
(140,133,150)
#9A94A3
(154,148,163)
#A8A3B0
(168,163,176)
#B6B2BD
(182,178,189)
#C4C1CA
(196,193,202)
#D2D0D7
(210,208,215)
#E0DFE4
(224,223,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62586F color. Also use rgb(98,88,111) instead hex code.

Text Font Color

.myTextColor { color: #62586F; }

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

This text font color is #62586F.


Background Color

.myBgColor { background-color: #62586F; }

<div style="background-color:#62586F">Inner text</div>

This div background color is #62586F.


Border color

.myBorderColor { border: 1px solid #62586F; }

<div style="border:3px solid #62586F">Div</div>

This div border color is #62586F.


Opacity

.myOpacity80 { color: #62586F; opacity: 0.8; }

<p style="color:#62586F;opacity:0.8;">80%</p>

Text with #62586F 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 #62586F;}

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

This text has shadow with #62586F color.

.textShadow {text-shadow: 3px 3px 1px #62586F, 3px 3px 1px red;}

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

This text has shadow with #62586F primary color and red secondary color.


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

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

This text has shadow with #62586F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62586F on black background.


Color preview on white background

This text has color #62586F on white background.



Black color preview on #62586F background

This text has black color on #62586F background.


White color preview on #62586F background

This text has white color on #62586F background.