COLOR #626D76

HEX: #626D76
RGB: (98,109,118)

Color info

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

RGB color model

#626D76 color RGB value is (98,109,118).

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

RGB channels and saturation

R 98 of 255 = 38%
G 109 of 255 = 43%
B 118 of 255 = 46%

98
109
118

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

Portions of RGB colors in percentages

R + G + B =
98 + 109 + 118 = 325 (100%)
R 98 of 325 ~ 30.15%
G 109 of 325 ~ 33.54%
B 118 of 325 ~ 36.31%

%30.15
%33.54
%36.31

CMYK color model

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

  • cyan value is 16.95%
  • magenta value is 7.63%
  • 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
%7.63
%0
%53.73

Codes

Color #626D76 in popluar color models

626D76
RGB98109118
HSL207°9.26%42.35%
HSB/HSV207°16.95%46.27%
CMYK16.95%7.63%0.00%
53.73%

Color #626D76 in popluar number systems.

HEX626D76
Decimal98109118
Binary110001011011011110110
Octal142155166

Shades and tints

Shades of #626D76

#626D76
(98,109,118)
#5A646C
(90,100,108)
#525B62
(82,91,98)
#4A5258
(74,82,88)
#42494E
(66,73,78)
#3A4044
(58,64,68)
#32373A
(50,55,58)
#2A2E30
(42,46,48)
#222526
(34,37,38)
#1A1C1C
(26,28,28)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #626D76

#626D76
(98,109,118)
#707A82
(112,122,130)
#7E878E
(126,135,142)
#8C949A
(140,148,154)
#9AA1A6
(154,161,166)
#A8AEB2
(168,174,178)
#B6BBBE
(182,187,190)
#C4C8CA
(196,200,202)
#D2D5D6
(210,213,214)
#E0E2E2
(224,226,226)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626D76; }

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

This text font color is #626D76.


Background Color

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

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

This div background color is #626D76.


Border color

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

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

This div border color is #626D76.


Opacity

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

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

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

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

This text has shadow with #626D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626D76 on black background.


Color preview on white background

This text has color #626D76 on white background.



Black color preview on #626D76 background

This text has black color on #626D76 background.


White color preview on #626D76 background

This text has white color on #626D76 background.