COLOR #62717C

HEX: #62717C
RGB: (98,113,124)

Color info

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

RGB color model

#62717C color RGB value is (98,113,124).

  • red value is 98;
  • green value is 113;
  • blue value is 124.
RGB:
(98,113,124)
(38%,44%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 124 of 255 = 49%

98
113
124

R + G + B ~ 44%. #62717C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 124 = 335 (100%)
R 98 of 335 ~ 29.25%
G 113 of 335 ~ 33.73%
B 124 of 335 ~ 37.01%

%29.25
%33.73
%37.01

CMYK color model

#62717C color CMYK value is (21,9,0,51).

  • cyan value is 20.97%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(21,9,0,51)
C21M9Y0K51 
(21%,9%,0%,51%)
(0.21/0.09/0.00/0.51)	

CMYK percentages

%20.97
%8.87
%0
%51.37

Codes

Color #62717C in popluar color models

62717C
RGB98113124
HSL205°11.71%43.53%
HSB/HSV205°20.97%48.63%
CMYK20.97%8.87%0.00%
51.37%

Color #62717C in popluar number systems.

HEX62717C
Decimal98113124
Binary110001011100011111100
Octal142161174

Shades and tints

Shades of #62717C

#62717C
(98,113,124)
#5A6771
(90,103,113)
#525D66
(82,93,102)
#4A535B
(74,83,91)
#424950
(66,73,80)
#3A3F45
(58,63,69)
#32353A
(50,53,58)
#2A2B2F
(42,43,47)
#222124
(34,33,36)
#1A1719
(26,23,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #62717C

#62717C
(98,113,124)
#707D87
(112,125,135)
#7E8992
(126,137,146)
#8C959D
(140,149,157)
#9AA1A8
(154,161,168)
#A8ADB3
(168,173,179)
#B6B9BE
(182,185,190)
#C4C5C9
(196,197,201)
#D2D1D4
(210,209,212)
#E0DDDF
(224,221,223)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62717C color. Also use rgb(98,113,124) instead hex code.

Text Font Color

.myTextColor { color: #62717C; }

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

This text font color is #62717C.


Background Color

.myBgColor { background-color: #62717C; }

<div style="background-color:#62717C">Inner text</div>

This div background color is #62717C.


Border color

.myBorderColor { border: 1px solid #62717C; }

<div style="border:3px solid #62717C">Div</div>

This div border color is #62717C.


Opacity

.myOpacity80 { color: #62717C; opacity: 0.8; }

<p style="color:#62717C;opacity:0.8;">80%</p>

Text with #62717C 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 #62717C;}

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

This text has shadow with #62717C color.

.textShadow {text-shadow: 3px 3px 1px #62717C, 3px 3px 1px red;}

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

This text has shadow with #62717C primary color and red secondary color.


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

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

This text has shadow with #62717C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62717C on black background.


Color preview on white background

This text has color #62717C on white background.



Black color preview on #62717C background

This text has black color on #62717C background.


White color preview on #62717C background

This text has white color on #62717C background.