COLOR #626371

HEX: #626371
RGB: (98,99,113)

Color info

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

RGB color model

#626371 color RGB value is (98,99,113).

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

RGB channels and saturation

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

98
99
113

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

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 113 = 310 (100%)
R 98 of 310 ~ 31.61%
G 99 of 310 ~ 31.94%
B 113 of 310 ~ 36.45%

%31.61
%31.94
%36.45

CMYK color model

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

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

CMYK percentages

%13.27
%12.39
%0
%55.69

Codes

Color #626371 in popluar color models

626371
RGB9899113
HSL236°7.11%41.37%
HSB/HSV236°13.27%44.31%
CMYK13.27%12.39%0.00%
55.69%

Color #626371 in popluar number systems.

HEX626371
Decimal9899113
Binary110001011000111110001
Octal142143161

Shades and tints

Shades of #626371

#626371
(98,99,113)
#5A5A67
(90,90,103)
#52515D
(82,81,93)
#4A4853
(74,72,83)
#423F49
(66,63,73)
#3A363F
(58,54,63)
#322D35
(50,45,53)
#2A242B
(42,36,43)
#221B21
(34,27,33)
#1A1217
(26,18,23)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #626371

#626371
(98,99,113)
#70717D
(112,113,125)
#7E7F89
(126,127,137)
#8C8D95
(140,141,149)
#9A9BA1
(154,155,161)
#A8A9AD
(168,169,173)
#B6B7B9
(182,183,185)
#C4C5C5
(196,197,197)
#D2D3D1
(210,211,209)
#E0E1DD
(224,225,221)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626371; }

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

This text font color is #626371.


Background Color

.myBgColor { background-color: #626371; }

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

This div background color is #626371.


Border color

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

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

This div border color is #626371.


Opacity

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

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

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

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

This text has shadow with #626371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626371 on black background.


Color preview on white background

This text has color #626371 on white background.



Black color preview on #626371 background

This text has black color on #626371 background.


White color preview on #626371 background

This text has white color on #626371 background.