COLOR #627780

HEX: #627780
RGB: (98,119,128)

Color info

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

RGB color model

#627780 color RGB value is (98,119,128).

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

RGB channels and saturation

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

98
119
128

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

Portions of RGB colors in percentages

R + G + B =
98 + 119 + 128 = 345 (100%)
R 98 of 345 ~ 28.41%
G 119 of 345 ~ 34.49%
B 128 of 345 ~ 37.1%

%28.41
%34.49
%37.1

CMYK color model

#627780 color CMYK value is (23,7,0,50).

  • cyan value is 23.44%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,7,0,50)
C23M7Y0K50 
(23%,7%,0%,50%)
(0.23/0.07/0.00/0.50)	

CMYK percentages

%23.44
%7.03
%0
%49.8

Codes

Color #627780 in popluar color models

627780
RGB98119128
HSL198°13.27%44.31%
HSB/HSV198°23.44%50.20%
CMYK23.44%7.03%0.00%
49.80%

Color #627780 in popluar number systems.

HEX627780
Decimal98119128
Binary1100010111011110000000
Octal142167200

Shades and tints

Shades of #627780

#627780
(98,119,128)
#5A6D75
(90,109,117)
#52636A
(82,99,106)
#4A595F
(74,89,95)
#424F54
(66,79,84)
#3A4549
(58,69,73)
#323B3E
(50,59,62)
#2A3133
(42,49,51)
#222728
(34,39,40)
#1A1D1D
(26,29,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #627780

#627780
(98,119,128)
#70838B
(112,131,139)
#7E8F96
(126,143,150)
#8C9BA1
(140,155,161)
#9AA7AC
(154,167,172)
#A8B3B7
(168,179,183)
#B6BFC2
(182,191,194)
#C4CBCD
(196,203,205)
#D2D7D8
(210,215,216)
#E0E3E3
(224,227,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627780; }

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

This text font color is #627780.


Background Color

.myBgColor { background-color: #627780; }

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

This div background color is #627780.


Border color

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

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

This div border color is #627780.


Opacity

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

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

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

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

This text has shadow with #627780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627780 on black background.


Color preview on white background

This text has color #627780 on white background.



Black color preview on #627780 background

This text has black color on #627780 background.


White color preview on #627780 background

This text has white color on #627780 background.