COLOR #626871

HEX: #626871
RGB: (98,104,113)

Color info

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

RGB color model

#626871 color RGB value is (98,104,113).

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

RGB channels and saturation

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

98
104
113

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

Portions of RGB colors in percentages

R + G + B =
98 + 104 + 113 = 315 (100%)
R 98 of 315 ~ 31.11%
G 104 of 315 ~ 33.02%
B 113 of 315 ~ 35.87%

%31.11
%33.02
%35.87

CMYK color model

#626871 color CMYK value is (13,8,0,56).

  • cyan value is 13.27%
  • magenta value is 7.96%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(13,8,0,56)
C13M8Y0K56 
(13%,8%,0%,56%)
(0.13/0.08/0.00/0.56)	

CMYK percentages

%13.27
%7.96
%0
%55.69

Codes

Color #626871 in popluar color models

626871
RGB98104113
HSL216°7.11%41.37%
HSB/HSV216°13.27%44.31%
CMYK13.27%7.96%0.00%
55.69%

Color #626871 in popluar number systems.

HEX626871
Decimal98104113
Binary110001011010001110001
Octal142150161

Shades and tints

Shades of #626871

#626871
(98,104,113)
#5A5F67
(90,95,103)
#52565D
(82,86,93)
#4A4D53
(74,77,83)
#424449
(66,68,73)
#3A3B3F
(58,59,63)
#323235
(50,50,53)
#2A292B
(42,41,43)
#222021
(34,32,33)
#1A1717
(26,23,23)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #626871

#626871
(98,104,113)
#70757D
(112,117,125)
#7E8289
(126,130,137)
#8C8F95
(140,143,149)
#9A9CA1
(154,156,161)
#A8A9AD
(168,169,173)
#B6B6B9
(182,182,185)
#C4C3C5
(196,195,197)
#D2D0D1
(210,208,209)
#E0DDDD
(224,221,221)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626871; }

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

This text font color is #626871.


Background Color

.myBgColor { background-color: #626871; }

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

This div background color is #626871.


Border color

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

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

This div border color is #626871.


Opacity

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

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

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

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

This text has shadow with #626871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626871 on black background.


Color preview on white background

This text has color #626871 on white background.



Black color preview on #626871 background

This text has black color on #626871 background.


White color preview on #626871 background

This text has white color on #626871 background.