COLOR #627A80

HEX: #627A80
RGB: (98,122,128)

Color info

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

RGB color model

#627A80 color RGB value is (98,122,128).

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

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 128 of 255 = 50%

98
122
128

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

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 128 = 348 (100%)
R 98 of 348 ~ 28.16%
G 122 of 348 ~ 35.06%
B 128 of 348 ~ 36.78%

%28.16
%35.06
%36.78

CMYK color model

#627A80 color CMYK value is (23,5,0,50).

  • cyan value is 23.44%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,5,0,50)
C23M5Y0K50 
(23%,5%,0%,50%)
(0.23/0.05/0.00/0.50)	

CMYK percentages

%23.44
%4.69
%0
%49.8

Codes

Color #627A80 in popluar color models

627A80
RGB98122128
HSL192°13.27%44.31%
HSB/HSV192°23.44%50.20%
CMYK23.44%4.69%0.00%
49.80%

Color #627A80 in popluar number systems.

HEX627A80
Decimal98122128
Binary1100010111101010000000
Octal142172200

Shades and tints

Shades of #627A80

#627A80
(98,122,128)
#5A6F75
(90,111,117)
#52646A
(82,100,106)
#4A595F
(74,89,95)
#424E54
(66,78,84)
#3A4349
(58,67,73)
#32383E
(50,56,62)
#2A2D33
(42,45,51)
#222228
(34,34,40)
#1A171D
(26,23,29)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #627A80

#627A80
(98,122,128)
#70868B
(112,134,139)
#7E9296
(126,146,150)
#8C9EA1
(140,158,161)
#9AAAAC
(154,170,172)
#A8B6B7
(168,182,183)
#B6C2C2
(182,194,194)
#C4CECD
(196,206,205)
#D2DAD8
(210,218,216)
#E0E6E3
(224,230,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627A80; }

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

This text font color is #627A80.


Background Color

.myBgColor { background-color: #627A80; }

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

This div background color is #627A80.


Border color

.myBorderColor { border: 1px solid #627A80; }

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

This div border color is #627A80.


Opacity

.myOpacity80 { color: #627A80; opacity: 0.8; }

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

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

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

This text has shadow with #627A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A80 on black background.


Color preview on white background

This text has color #627A80 on white background.



Black color preview on #627A80 background

This text has black color on #627A80 background.


White color preview on #627A80 background

This text has white color on #627A80 background.