COLOR #626D82

HEX: #626D82
RGB: (98,109,130)

Color info

#626D82 contains red, green and blue colors in about the same proportion. Web safe color of #626D82 is #666699 (or #669).

RGB color model

#626D82 color RGB value is (98,109,130).

  • red value is 98;
  • green value is 109;
  • blue value is 130.
RGB:
(98,109,130)
(38%,43%,51%)

RGB channels and saturation

R 98 of 255 = 38%
G 109 of 255 = 43%
B 130 of 255 = 51%

98
109
130

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

Portions of RGB colors in percentages

R + G + B =
98 + 109 + 130 = 337 (100%)
R 98 of 337 ~ 29.08%
G 109 of 337 ~ 32.34%
B 130 of 337 ~ 38.58%

%29.08
%32.34
%38.58

CMYK color model

#626D82 color CMYK value is (25,16,0,49).

  • cyan value is 24.62%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(25,16,0,49)
C25M16Y0K49 
(25%,16%,0%,49%)
(0.25/0.16/0.00/0.49)	

CMYK percentages

%24.62
%16.15
%0
%49.02

Codes

Color #626D82 in popluar color models

626D82
RGB98109130
HSL219°14.04%44.71%
HSB/HSV219°24.62%50.98%
CMYK24.62%16.15%0.00%
49.02%

Color #626D82 in popluar number systems.

HEX626D82
Decimal98109130
Binary1100010110110110000010
Octal142155202

Shades and tints

Shades of #626D82

#626D82
(98,109,130)
#5A6477
(90,100,119)
#525B6C
(82,91,108)
#4A5261
(74,82,97)
#424956
(66,73,86)
#3A404B
(58,64,75)
#323740
(50,55,64)
#2A2E35
(42,46,53)
#22252A
(34,37,42)
#1A1C1F
(26,28,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #626D82

#626D82
(98,109,130)
#707A8D
(112,122,141)
#7E8798
(126,135,152)
#8C94A3
(140,148,163)
#9AA1AE
(154,161,174)
#A8AEB9
(168,174,185)
#B6BBC4
(182,187,196)
#C4C8CF
(196,200,207)
#D2D5DA
(210,213,218)
#E0E2E5
(224,226,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626D82 color. Also use rgb(98,109,130) instead hex code.

Text Font Color

.myTextColor { color: #626D82; }

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

This text font color is #626D82.


Background Color

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

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

This div background color is #626D82.


Border color

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

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

This div border color is #626D82.


Opacity

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

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

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

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

This text has shadow with #626D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626D82 on black background.


Color preview on white background

This text has color #626D82 on white background.



Black color preview on #626D82 background

This text has black color on #626D82 background.


White color preview on #626D82 background

This text has white color on #626D82 background.