COLOR #62797C

HEX: #62797C
RGB: (98,121,124)

Color info

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

RGB color model

#62797C color RGB value is (98,121,124).

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

RGB channels and saturation

R 98 of 255 = 38%
G 121 of 255 = 47%
B 124 of 255 = 49%

98
121
124

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

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 124 = 343 (100%)
R 98 of 343 ~ 28.57%
G 121 of 343 ~ 35.28%
B 124 of 343 ~ 36.15%

%28.57
%35.28
%36.15

CMYK color model

#62797C color CMYK value is (21,2,0,51).

  • cyan value is 20.97%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(21,2,0,51)
C21M2Y0K51 
(21%,2%,0%,51%)
(0.21/0.02/0.00/0.51)	

CMYK percentages

%20.97
%2.42
%0
%51.37

Codes

Color #62797C in popluar color models

62797C
RGB98121124
HSL187°11.71%43.53%
HSB/HSV187°20.97%48.63%
CMYK20.97%2.42%0.00%
51.37%

Color #62797C in popluar number systems.

HEX62797C
Decimal98121124
Binary110001011110011111100
Octal142171174

Shades and tints

Shades of #62797C

#62797C
(98,121,124)
#5A6E71
(90,110,113)
#526366
(82,99,102)
#4A585B
(74,88,91)
#424D50
(66,77,80)
#3A4245
(58,66,69)
#32373A
(50,55,58)
#2A2C2F
(42,44,47)
#222124
(34,33,36)
#1A1619
(26,22,25)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #62797C

#62797C
(98,121,124)
#708587
(112,133,135)
#7E9192
(126,145,146)
#8C9D9D
(140,157,157)
#9AA9A8
(154,169,168)
#A8B5B3
(168,181,179)
#B6C1BE
(182,193,190)
#C4CDC9
(196,205,201)
#D2D9D4
(210,217,212)
#E0E5DF
(224,229,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62797C; }

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

This text font color is #62797C.


Background Color

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

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

This div background color is #62797C.


Border color

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

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

This div border color is #62797C.


Opacity

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

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

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

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

This text has shadow with #62797C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62797C on black background.


Color preview on white background

This text has color #62797C on white background.



Black color preview on #62797C background

This text has black color on #62797C background.


White color preview on #62797C background

This text has white color on #62797C background.