COLOR #627880

HEX: #627880
RGB: (98,120,128)

Color info

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

RGB color model

#627880 color RGB value is (98,120,128).

  • red value is 98;
  • green value is 120;
  • blue value is 128.
RGB:
(98,120,128)
(38%,47%,50%)

RGB channels and saturation

R 98 of 255 = 38%
G 120 of 255 = 47%
B 128 of 255 = 50%

98
120
128

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

Portions of RGB colors in percentages

R + G + B =
98 + 120 + 128 = 346 (100%)
R 98 of 346 ~ 28.32%
G 120 of 346 ~ 34.68%
B 128 of 346 ~ 36.99%

%28.32
%34.68
%36.99

CMYK color model

#627880 color CMYK value is (23,6,0,50).

  • cyan value is 23.44%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,6,0,50)
C23M6Y0K50 
(23%,6%,0%,50%)
(0.23/0.06/0.00/0.50)	

CMYK percentages

%23.44
%6.25
%0
%49.8

Codes

Color #627880 in popluar color models

627880
RGB98120128
HSL196°13.27%44.31%
HSB/HSV196°23.44%50.20%
CMYK23.44%6.25%0.00%
49.80%

Color #627880 in popluar number systems.

HEX627880
Decimal98120128
Binary1100010111100010000000
Octal142170200

Shades and tints

Shades of #627880

#627880
(98,120,128)
#5A6E75
(90,110,117)
#52646A
(82,100,106)
#4A5A5F
(74,90,95)
#425054
(66,80,84)
#3A4649
(58,70,73)
#323C3E
(50,60,62)
#2A3233
(42,50,51)
#222828
(34,40,40)
#1A1E1D
(26,30,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #627880

#627880
(98,120,128)
#70848B
(112,132,139)
#7E9096
(126,144,150)
#8C9CA1
(140,156,161)
#9AA8AC
(154,168,172)
#A8B4B7
(168,180,183)
#B6C0C2
(182,192,194)
#C4CCCD
(196,204,205)
#D2D8D8
(210,216,216)
#E0E4E3
(224,228,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627880 color. Also use rgb(98,120,128) instead hex code.

Text Font Color

.myTextColor { color: #627880; }

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

This text font color is #627880.


Background Color

.myBgColor { background-color: #627880; }

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

This div background color is #627880.


Border color

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

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

This div border color is #627880.


Opacity

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

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

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

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

This text has shadow with #627880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627880 on black background.


Color preview on white background

This text has color #627880 on white background.



Black color preview on #627880 background

This text has black color on #627880 background.


White color preview on #627880 background

This text has white color on #627880 background.