COLOR #626C7B

HEX: #626C7B
RGB: (98,108,123)

Color info

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

RGB color model

#626C7B color RGB value is (98,108,123).

  • red value is 98;
  • green value is 108;
  • blue value is 123.
RGB:
(98,108,123)
(38%,42%,48%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 123 of 255 = 48%

98
108
123

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

Portions of RGB colors in percentages

R + G + B =
98 + 108 + 123 = 329 (100%)
R 98 of 329 ~ 29.79%
G 108 of 329 ~ 32.83%
B 123 of 329 ~ 37.39%

%29.79
%32.83
%37.39

CMYK color model

#626C7B color CMYK value is (20,12,0,52).

  • cyan value is 20.33%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,12,0,52)
C20M12Y0K52 
(20%,12%,0%,52%)
(0.20/0.12/0.00/0.52)	

CMYK percentages

%20.33
%12.2
%0
%51.76

Codes

Color #626C7B in popluar color models

626C7B
RGB98108123
HSL216°11.31%43.33%
HSB/HSV216°20.33%48.24%
CMYK20.33%12.20%0.00%
51.76%

Color #626C7B in popluar number systems.

HEX626C7B
Decimal98108123
Binary110001011011001111011
Octal142154173

Shades and tints

Shades of #626C7B

#626C7B
(98,108,123)
#5A6370
(90,99,112)
#525A65
(82,90,101)
#4A515A
(74,81,90)
#42484F
(66,72,79)
#3A3F44
(58,63,68)
#323639
(50,54,57)
#2A2D2E
(42,45,46)
#222423
(34,36,35)
#1A1B18
(26,27,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #626C7B

#626C7B
(98,108,123)
#707987
(112,121,135)
#7E8693
(126,134,147)
#8C939F
(140,147,159)
#9AA0AB
(154,160,171)
#A8ADB7
(168,173,183)
#B6BAC3
(182,186,195)
#C4C7CF
(196,199,207)
#D2D4DB
(210,212,219)
#E0E1E7
(224,225,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626C7B color. Also use rgb(98,108,123) instead hex code.

Text Font Color

.myTextColor { color: #626C7B; }

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

This text font color is #626C7B.


Background Color

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

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

This div background color is #626C7B.


Border color

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

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

This div border color is #626C7B.


Opacity

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

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

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

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

This text has shadow with #626C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626C7B on black background.


Color preview on white background

This text has color #626C7B on white background.



Black color preview on #626C7B background

This text has black color on #626C7B background.


White color preview on #626C7B background

This text has white color on #626C7B background.