COLOR #626370

HEX: #626370
RGB: (98,99,112)

Color info

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

RGB color model

#626370 color RGB value is (98,99,112).

  • red value is 98;
  • green value is 99;
  • blue value is 112.
RGB:
(98,99,112)
(38%,39%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 99 of 255 = 39%
B 112 of 255 = 44%

98
99
112

R + G + B ~ 40%. #626370 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 112 = 309 (100%)
R 98 of 309 ~ 31.72%
G 99 of 309 ~ 32.04%
B 112 of 309 ~ 36.25%

%31.72
%32.04
%36.25

CMYK color model

#626370 color CMYK value is (13,12,0,56).

  • cyan value is 12.50%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(13,12,0,56)
C13M12Y0K56 
(13%,12%,0%,56%)
(0.13/0.12/0.00/0.56)	

CMYK percentages

%12.5
%11.61
%0
%56.08

Codes

Color #626370 in popluar color models

626370
RGB9899112
HSL236°6.67%41.18%
HSB/HSV236°12.50%43.92%
CMYK12.50%11.61%0.00%
56.08%

Color #626370 in popluar number systems.

HEX626370
Decimal9899112
Binary110001011000111110000
Octal142143160

Shades and tints

Shades of #626370

#626370
(98,99,112)
#5A5A66
(90,90,102)
#52515C
(82,81,92)
#4A4852
(74,72,82)
#423F48
(66,63,72)
#3A363E
(58,54,62)
#322D34
(50,45,52)
#2A242A
(42,36,42)
#221B20
(34,27,32)
#1A1216
(26,18,22)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #626370

#626370
(98,99,112)
#70717D
(112,113,125)
#7E7F8A
(126,127,138)
#8C8D97
(140,141,151)
#9A9BA4
(154,155,164)
#A8A9B1
(168,169,177)
#B6B7BE
(182,183,190)
#C4C5CB
(196,197,203)
#D2D3D8
(210,211,216)
#E0E1E5
(224,225,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626370 color. Also use rgb(98,99,112) instead hex code.

Text Font Color

.myTextColor { color: #626370; }

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

This text font color is #626370.


Background Color

.myBgColor { background-color: #626370; }

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

This div background color is #626370.


Border color

.myBorderColor { border: 1px solid #626370; }

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

This div border color is #626370.


Opacity

.myOpacity80 { color: #626370; opacity: 0.8; }

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

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

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

This text has shadow with #626370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626370 on black background.


Color preview on white background

This text has color #626370 on white background.



Black color preview on #626370 background

This text has black color on #626370 background.


White color preview on #626370 background

This text has white color on #626370 background.