COLOR #626E71

HEX: #626E71
RGB: (98,110,113)

Color info

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

RGB color model

#626E71 color RGB value is (98,110,113).

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

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 113 of 255 = 44%

98
110
113

R + G + B ~ 42%. #626E71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 113 = 321 (100%)
R 98 of 321 ~ 30.53%
G 110 of 321 ~ 34.27%
B 113 of 321 ~ 35.2%

%30.53
%34.27
%35.2

CMYK color model

#626E71 color CMYK value is (13,3,0,56).

  • cyan value is 13.27%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(13,3,0,56)
C13M3Y0K56 
(13%,3%,0%,56%)
(0.13/0.03/0.00/0.56)	

CMYK percentages

%13.27
%2.65
%0
%55.69

Codes

Color #626E71 in popluar color models

626E71
RGB98110113
HSL192°7.11%41.37%
HSB/HSV192°13.27%44.31%
CMYK13.27%2.65%0.00%
55.69%

Color #626E71 in popluar number systems.

HEX626E71
Decimal98110113
Binary110001011011101110001
Octal142156161

Shades and tints

Shades of #626E71

#626E71
(98,110,113)
#5A6467
(90,100,103)
#525A5D
(82,90,93)
#4A5053
(74,80,83)
#424649
(66,70,73)
#3A3C3F
(58,60,63)
#323235
(50,50,53)
#2A282B
(42,40,43)
#221E21
(34,30,33)
#1A1417
(26,20,23)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #626E71

#626E71
(98,110,113)
#707B7D
(112,123,125)
#7E8889
(126,136,137)
#8C9595
(140,149,149)
#9AA2A1
(154,162,161)
#A8AFAD
(168,175,173)
#B6BCB9
(182,188,185)
#C4C9C5
(196,201,197)
#D2D6D1
(210,214,209)
#E0E3DD
(224,227,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626E71; }

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

This text font color is #626E71.


Background Color

.myBgColor { background-color: #626E71; }

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

This div background color is #626E71.


Border color

.myBorderColor { border: 1px solid #626E71; }

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

This div border color is #626E71.


Opacity

.myOpacity80 { color: #626E71; opacity: 0.8; }

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

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

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

This text has shadow with #626E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E71 on black background.


Color preview on white background

This text has color #626E71 on white background.



Black color preview on #626E71 background

This text has black color on #626E71 background.


White color preview on #626E71 background

This text has white color on #626E71 background.