COLOR #626C7A

HEX: #626C7A
RGB: (98,108,122)

Color info

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

RGB color model

#626C7A color RGB value is (98,108,122).

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

RGB channels and saturation

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

98
108
122

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

Portions of RGB colors in percentages

R + G + B =
98 + 108 + 122 = 328 (100%)
R 98 of 328 ~ 29.88%
G 108 of 328 ~ 32.93%
B 122 of 328 ~ 37.2%

%29.88
%32.93
%37.2

CMYK color model

#626C7A color CMYK value is (20,11,0,52).

  • cyan value is 19.67%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,11,0,52)
C20M11Y0K52 
(20%,11%,0%,52%)
(0.20/0.11/0.00/0.52)	

CMYK percentages

%19.67
%11.48
%0
%52.16

Codes

Color #626C7A in popluar color models

626C7A
RGB98108122
HSL215°10.91%43.14%
HSB/HSV215°19.67%47.84%
CMYK19.67%11.48%0.00%
52.16%

Color #626C7A in popluar number systems.

HEX626C7A
Decimal98108122
Binary110001011011001111010
Octal142154172

Shades and tints

Shades of #626C7A

#626C7A
(98,108,122)
#5A636F
(90,99,111)
#525A64
(82,90,100)
#4A5159
(74,81,89)
#42484E
(66,72,78)
#3A3F43
(58,63,67)
#323638
(50,54,56)
#2A2D2D
(42,45,45)
#222422
(34,36,34)
#1A1B17
(26,27,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #626C7A

#626C7A
(98,108,122)
#707986
(112,121,134)
#7E8692
(126,134,146)
#8C939E
(140,147,158)
#9AA0AA
(154,160,170)
#A8ADB6
(168,173,182)
#B6BAC2
(182,186,194)
#C4C7CE
(196,199,206)
#D2D4DA
(210,212,218)
#E0E1E6
(224,225,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626C7A; }

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

This text font color is #626C7A.


Background Color

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

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

This div background color is #626C7A.


Border color

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

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

This div border color is #626C7A.


Opacity

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

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

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

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

This text has shadow with #626C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626C7A on black background.


Color preview on white background

This text has color #626C7A on white background.



Black color preview on #626C7A background

This text has black color on #626C7A background.


White color preview on #626C7A background

This text has white color on #626C7A background.