COLOR #626971

HEX: #626971
RGB: (98,105,113)

Color info

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

RGB color model

#626971 color RGB value is (98,105,113).

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

RGB channels and saturation

R 98 of 255 = 38%
G 105 of 255 = 41%
B 113 of 255 = 44%

98
105
113

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

Portions of RGB colors in percentages

R + G + B =
98 + 105 + 113 = 316 (100%)
R 98 of 316 ~ 31.01%
G 105 of 316 ~ 33.23%
B 113 of 316 ~ 35.76%

%31.01
%33.23
%35.76

CMYK color model

#626971 color CMYK value is (13,7,0,56).

  • cyan value is 13.27%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(13,7,0,56)
C13M7Y0K56 
(13%,7%,0%,56%)
(0.13/0.07/0.00/0.56)	

CMYK percentages

%13.27
%7.08
%0
%55.69

Codes

Color #626971 in popluar color models

626971
RGB98105113
HSL212°7.11%41.37%
HSB/HSV212°13.27%44.31%
CMYK13.27%7.08%0.00%
55.69%

Color #626971 in popluar number systems.

HEX626971
Decimal98105113
Binary110001011010011110001
Octal142151161

Shades and tints

Shades of #626971

#626971
(98,105,113)
#5A6067
(90,96,103)
#52575D
(82,87,93)
#4A4E53
(74,78,83)
#424549
(66,69,73)
#3A3C3F
(58,60,63)
#323335
(50,51,53)
#2A2A2B
(42,42,43)
#222121
(34,33,33)
#1A1817
(26,24,23)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #626971

#626971
(98,105,113)
#70767D
(112,118,125)
#7E8389
(126,131,137)
#8C9095
(140,144,149)
#9A9DA1
(154,157,161)
#A8AAAD
(168,170,173)
#B6B7B9
(182,183,185)
#C4C4C5
(196,196,197)
#D2D1D1
(210,209,209)
#E0DEDD
(224,222,221)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626971; }

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

This text font color is #626971.


Background Color

.myBgColor { background-color: #626971; }

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

This div background color is #626971.


Border color

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

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

This div border color is #626971.


Opacity

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

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

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

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

This text has shadow with #626971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626971 on black background.


Color preview on white background

This text has color #626971 on white background.



Black color preview on #626971 background

This text has black color on #626971 background.


White color preview on #626971 background

This text has white color on #626971 background.