COLOR #626D6F

HEX: #626D6F
RGB: (98,109,111)

Color info

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

RGB color model

#626D6F color RGB value is (98,109,111).

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

RGB channels and saturation

R 98 of 255 = 38%
G 109 of 255 = 43%
B 111 of 255 = 44%

98
109
111

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

Portions of RGB colors in percentages

R + G + B =
98 + 109 + 111 = 318 (100%)
R 98 of 318 ~ 30.82%
G 109 of 318 ~ 34.28%
B 111 of 318 ~ 34.91%

%30.82
%34.28
%34.91

CMYK color model

#626D6F color CMYK value is (12,2,0,56).

  • cyan value is 11.71%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(12,2,0,56)
C12M2Y0K56 
(12%,2%,0%,56%)
(0.12/0.02/0.00/0.56)	

CMYK percentages

%11.71
%1.8
%0
%56.47

Codes

Color #626D6F in popluar color models

626D6F
RGB98109111
HSL189°6.22%40.98%
HSB/HSV189°11.71%43.53%
CMYK11.71%1.80%0.00%
56.47%

Color #626D6F in popluar number systems.

HEX626D6F
Decimal98109111
Binary110001011011011101111
Octal142155157

Shades and tints

Shades of #626D6F

#626D6F
(98,109,111)
#5A6465
(90,100,101)
#525B5B
(82,91,91)
#4A5251
(74,82,81)
#424947
(66,73,71)
#3A403D
(58,64,61)
#323733
(50,55,51)
#2A2E29
(42,46,41)
#22251F
(34,37,31)
#1A1C15
(26,28,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #626D6F

#626D6F
(98,109,111)
#707A7C
(112,122,124)
#7E8789
(126,135,137)
#8C9496
(140,148,150)
#9AA1A3
(154,161,163)
#A8AEB0
(168,174,176)
#B6BBBD
(182,187,189)
#C4C8CA
(196,200,202)
#D2D5D7
(210,213,215)
#E0E2E4
(224,226,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626D6F; }

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

This text font color is #626D6F.


Background Color

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

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

This div background color is #626D6F.


Border color

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

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

This div border color is #626D6F.


Opacity

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

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

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

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

This text has shadow with #626D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626D6F on black background.


Color preview on white background

This text has color #626D6F on white background.



Black color preview on #626D6F background

This text has black color on #626D6F background.


White color preview on #626D6F background

This text has white color on #626D6F background.