COLOR #62517A

HEX: #62517A
RGB: (98,81,122)

Color info

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

RGB color model

#62517A color RGB value is (98,81,122).

  • red value is 98;
  • green value is 81;
  • blue value is 122.
RGB:
(98,81,122)
(38%,32%,48%)

RGB channels and saturation

R 98 of 255 = 38%
G 81 of 255 = 32%
B 122 of 255 = 48%

98
81
122

R + G + B ~ 39%. #62517A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 81 + 122 = 301 (100%)
R 98 of 301 ~ 32.56%
G 81 of 301 ~ 26.91%
B 122 of 301 ~ 40.53%

%32.56
%26.91
%40.53

CMYK color model

#62517A color CMYK value is (20,34,0,52).

  • cyan value is 19.67%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,34,0,52)
C20M34Y0K52 
(20%,34%,0%,52%)
(0.20/0.34/0.00/0.52)	

CMYK percentages

%19.67
%33.61
%0
%52.16

Codes

Color #62517A in popluar color models

62517A
RGB9881122
HSL265°20.20%39.80%
HSB/HSV265°33.61%47.84%
CMYK19.67%33.61%0.00%
52.16%

Color #62517A in popluar number systems.

HEX62517A
Decimal9881122
Binary110001010100011111010
Octal142121172

Shades and tints

Shades of #62517A

#62517A
(98,81,122)
#5A4A6F
(90,74,111)
#524364
(82,67,100)
#4A3C59
(74,60,89)
#42354E
(66,53,78)
#3A2E43
(58,46,67)
#322738
(50,39,56)
#2A202D
(42,32,45)
#221922
(34,25,34)
#1A1217
(26,18,23)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #62517A

#62517A
(98,81,122)
#706086
(112,96,134)
#7E6F92
(126,111,146)
#8C7E9E
(140,126,158)
#9A8DAA
(154,141,170)
#A89CB6
(168,156,182)
#B6ABC2
(182,171,194)
#C4BACE
(196,186,206)
#D2C9DA
(210,201,218)
#E0D8E6
(224,216,230)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62517A color. Also use rgb(98,81,122) instead hex code.

Text Font Color

.myTextColor { color: #62517A; }

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

This text font color is #62517A.


Background Color

.myBgColor { background-color: #62517A; }

<div style="background-color:#62517A">Inner text</div>

This div background color is #62517A.


Border color

.myBorderColor { border: 1px solid #62517A; }

<div style="border:3px solid #62517A">Div</div>

This div border color is #62517A.


Opacity

.myOpacity80 { color: #62517A; opacity: 0.8; }

<p style="color:#62517A;opacity:0.8;">80%</p>

Text with #62517A 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 #62517A;}

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

This text has shadow with #62517A color.

.textShadow {text-shadow: 3px 3px 1px #62517A, 3px 3px 1px red;}

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

This text has shadow with #62517A primary color and red secondary color.


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

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

This text has shadow with #62517A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62517A on black background.


Color preview on white background

This text has color #62517A on white background.



Black color preview on #62517A background

This text has black color on #62517A background.


White color preview on #62517A background

This text has white color on #62517A background.