COLOR #627982

HEX: #627982
RGB: (98,121,130)

Color info

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

RGB color model

#627982 color RGB value is (98,121,130).

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

RGB channels and saturation

R 98 of 255 = 38%
G 121 of 255 = 47%
B 130 of 255 = 51%

98
121
130

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

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 130 = 349 (100%)
R 98 of 349 ~ 28.08%
G 121 of 349 ~ 34.67%
B 130 of 349 ~ 37.25%

%28.08
%34.67
%37.25

CMYK color model

#627982 color CMYK value is (25,7,0,49).

  • cyan value is 24.62%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(25,7,0,49)
C25M7Y0K49 
(25%,7%,0%,49%)
(0.25/0.07/0.00/0.49)	

CMYK percentages

%24.62
%6.92
%0
%49.02

Codes

Color #627982 in popluar color models

627982
RGB98121130
HSL197°14.04%44.71%
HSB/HSV197°24.62%50.98%
CMYK24.62%6.92%0.00%
49.02%

Color #627982 in popluar number systems.

HEX627982
Decimal98121130
Binary1100010111100110000010
Octal142171202

Shades and tints

Shades of #627982

#627982
(98,121,130)
#5A6E77
(90,110,119)
#52636C
(82,99,108)
#4A5861
(74,88,97)
#424D56
(66,77,86)
#3A424B
(58,66,75)
#323740
(50,55,64)
#2A2C35
(42,44,53)
#22212A
(34,33,42)
#1A161F
(26,22,31)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #627982

#627982
(98,121,130)
#70858D
(112,133,141)
#7E9198
(126,145,152)
#8C9DA3
(140,157,163)
#9AA9AE
(154,169,174)
#A8B5B9
(168,181,185)
#B6C1C4
(182,193,196)
#C4CDCF
(196,205,207)
#D2D9DA
(210,217,218)
#E0E5E5
(224,229,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627982; }

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

This text font color is #627982.


Background Color

.myBgColor { background-color: #627982; }

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

This div background color is #627982.


Border color

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

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

This div border color is #627982.


Opacity

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

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

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

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

This text has shadow with #627982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627982 on black background.


Color preview on white background

This text has color #627982 on white background.



Black color preview on #627982 background

This text has black color on #627982 background.


White color preview on #627982 background

This text has white color on #627982 background.