COLOR #626A76

HEX: #626A76
RGB: (98,106,118)

Color info

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

RGB color model

#626A76 color RGB value is (98,106,118).

  • red value is 98;
  • green value is 106;
  • blue value is 118.
RGB:
(98,106,118)
(38%,42%,46%)

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 118 of 255 = 46%

98
106
118

R + G + B ~ 42%. #626A76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 118 = 322 (100%)
R 98 of 322 ~ 30.43%
G 106 of 322 ~ 32.92%
B 118 of 322 ~ 36.65%

%30.43
%32.92
%36.65

CMYK color model

#626A76 color CMYK value is (17,10,0,54).

  • cyan value is 16.95%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(17,10,0,54)
C17M10Y0K54 
(17%,10%,0%,54%)
(0.17/0.10/0.00/0.54)	

CMYK percentages

%16.95
%10.17
%0
%53.73

Codes

Color #626A76 in popluar color models

626A76
RGB98106118
HSL216°9.26%42.35%
HSB/HSV216°16.95%46.27%
CMYK16.95%10.17%0.00%
53.73%

Color #626A76 in popluar number systems.

HEX626A76
Decimal98106118
Binary110001011010101110110
Octal142152166

Shades and tints

Shades of #626A76

#626A76
(98,106,118)
#5A616C
(90,97,108)
#525862
(82,88,98)
#4A4F58
(74,79,88)
#42464E
(66,70,78)
#3A3D44
(58,61,68)
#32343A
(50,52,58)
#2A2B30
(42,43,48)
#222226
(34,34,38)
#1A191C
(26,25,28)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #626A76

#626A76
(98,106,118)
#707782
(112,119,130)
#7E848E
(126,132,142)
#8C919A
(140,145,154)
#9A9EA6
(154,158,166)
#A8ABB2
(168,171,178)
#B6B8BE
(182,184,190)
#C4C5CA
(196,197,202)
#D2D2D6
(210,210,214)
#E0DFE2
(224,223,226)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626A76 color. Also use rgb(98,106,118) instead hex code.

Text Font Color

.myTextColor { color: #626A76; }

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

This text font color is #626A76.


Background Color

.myBgColor { background-color: #626A76; }

<div style="background-color:#626A76">Inner text</div>

This div background color is #626A76.


Border color

.myBorderColor { border: 1px solid #626A76; }

<div style="border:3px solid #626A76">Div</div>

This div border color is #626A76.


Opacity

.myOpacity80 { color: #626A76; opacity: 0.8; }

<p style="color:#626A76;opacity:0.8;">80%</p>

Text with #626A76 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 #626A76;}

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

This text has shadow with #626A76 color.

.textShadow {text-shadow: 3px 3px 1px #626A76, 3px 3px 1px red;}

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

This text has shadow with #626A76 primary color and red secondary color.


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

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

This text has shadow with #626A76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626A76 on black background.


Color preview on white background

This text has color #626A76 on white background.



Black color preview on #626A76 background

This text has black color on #626A76 background.


White color preview on #626A76 background

This text has white color on #626A76 background.