COLOR #626171

HEX: #626171
RGB: (98,97,113)

Color info

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

RGB color model

#626171 color RGB value is (98,97,113).

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

RGB channels and saturation

R 98 of 255 = 38%
G 97 of 255 = 38%
B 113 of 255 = 44%

98
97
113

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

Portions of RGB colors in percentages

R + G + B =
98 + 97 + 113 = 308 (100%)
R 98 of 308 ~ 31.82%
G 97 of 308 ~ 31.49%
B 113 of 308 ~ 36.69%

%31.82
%31.49
%36.69

CMYK color model

#626171 color CMYK value is (13,14,0,56).

  • cyan value is 13.27%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(13,14,0,56)
C13M14Y0K56 
(13%,14%,0%,56%)
(0.13/0.14/0.00/0.56)	

CMYK percentages

%13.27
%14.16
%0
%55.69

Codes

Color #626171 in popluar color models

626171
RGB9897113
HSL244°7.62%41.18%
HSB/HSV244°14.16%44.31%
CMYK13.27%14.16%0.00%
55.69%

Color #626171 in popluar number systems.

HEX626171
Decimal9897113
Binary110001011000011110001
Octal142141161

Shades and tints

Shades of #626171

#626171
(98,97,113)
#5A5967
(90,89,103)
#52515D
(82,81,93)
#4A4953
(74,73,83)
#424149
(66,65,73)
#3A393F
(58,57,63)
#323135
(50,49,53)
#2A292B
(42,41,43)
#222121
(34,33,33)
#1A1917
(26,25,23)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #626171

#626171
(98,97,113)
#706F7D
(112,111,125)
#7E7D89
(126,125,137)
#8C8B95
(140,139,149)
#9A99A1
(154,153,161)
#A8A7AD
(168,167,173)
#B6B5B9
(182,181,185)
#C4C3C5
(196,195,197)
#D2D1D1
(210,209,209)
#E0DFDD
(224,223,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626171; }

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

This text font color is #626171.


Background Color

.myBgColor { background-color: #626171; }

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

This div background color is #626171.


Border color

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

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

This div border color is #626171.


Opacity

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

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

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

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

This text has shadow with #626171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626171 on black background.


Color preview on white background

This text has color #626171 on white background.



Black color preview on #626171 background

This text has black color on #626171 background.


White color preview on #626171 background

This text has white color on #626171 background.