COLOR #626C76

HEX: #626C76
RGB: (98,108,118)

Color info

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

RGB color model

#626C76 color RGB value is (98,108,118).

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

RGB channels and saturation

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

98
108
118

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

Portions of RGB colors in percentages

R + G + B =
98 + 108 + 118 = 324 (100%)
R 98 of 324 ~ 30.25%
G 108 of 324 ~ 33.33%
B 118 of 324 ~ 36.42%

%30.25
%33.33
%36.42

CMYK color model

#626C76 color CMYK value is (17,8,0,54).

  • cyan value is 16.95%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(17,8,0,54)
C17M8Y0K54 
(17%,8%,0%,54%)
(0.17/0.08/0.00/0.54)	

CMYK percentages

%16.95
%8.47
%0
%53.73

Codes

Color #626C76 in popluar color models

626C76
RGB98108118
HSL210°9.26%42.35%
HSB/HSV210°16.95%46.27%
CMYK16.95%8.47%0.00%
53.73%

Color #626C76 in popluar number systems.

HEX626C76
Decimal98108118
Binary110001011011001110110
Octal142154166

Shades and tints

Shades of #626C76

#626C76
(98,108,118)
#5A636C
(90,99,108)
#525A62
(82,90,98)
#4A5158
(74,81,88)
#42484E
(66,72,78)
#3A3F44
(58,63,68)
#32363A
(50,54,58)
#2A2D30
(42,45,48)
#222426
(34,36,38)
#1A1B1C
(26,27,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #626C76

#626C76
(98,108,118)
#707982
(112,121,130)
#7E868E
(126,134,142)
#8C939A
(140,147,154)
#9AA0A6
(154,160,166)
#A8ADB2
(168,173,178)
#B6BABE
(182,186,190)
#C4C7CA
(196,199,202)
#D2D4D6
(210,212,214)
#E0E1E2
(224,225,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626C76; }

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

This text font color is #626C76.


Background Color

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

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

This div background color is #626C76.


Border color

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

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

This div border color is #626C76.


Opacity

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

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

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

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

This text has shadow with #626C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626C76 on black background.


Color preview on white background

This text has color #626C76 on white background.



Black color preview on #626C76 background

This text has black color on #626C76 background.


White color preview on #626C76 background

This text has white color on #626C76 background.