COLOR #627280

HEX: #627280
RGB: (98,114,128)

Color info

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

RGB color model

#627280 color RGB value is (98,114,128).

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

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 128 of 255 = 50%

98
114
128

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

Portions of RGB colors in percentages

R + G + B =
98 + 114 + 128 = 340 (100%)
R 98 of 340 ~ 28.82%
G 114 of 340 ~ 33.53%
B 128 of 340 ~ 37.65%

%28.82
%33.53
%37.65

CMYK color model

#627280 color CMYK value is (23,11,0,50).

  • cyan value is 23.44%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,11,0,50)
C23M11Y0K50 
(23%,11%,0%,50%)
(0.23/0.11/0.00/0.50)	

CMYK percentages

%23.44
%10.94
%0
%49.8

Codes

Color #627280 in popluar color models

627280
RGB98114128
HSL208°13.27%44.31%
HSB/HSV208°23.44%50.20%
CMYK23.44%10.94%0.00%
49.80%

Color #627280 in popluar number systems.

HEX627280
Decimal98114128
Binary1100010111001010000000
Octal142162200

Shades and tints

Shades of #627280

#627280
(98,114,128)
#5A6875
(90,104,117)
#525E6A
(82,94,106)
#4A545F
(74,84,95)
#424A54
(66,74,84)
#3A4049
(58,64,73)
#32363E
(50,54,62)
#2A2C33
(42,44,51)
#222228
(34,34,40)
#1A181D
(26,24,29)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #627280

#627280
(98,114,128)
#707E8B
(112,126,139)
#7E8A96
(126,138,150)
#8C96A1
(140,150,161)
#9AA2AC
(154,162,172)
#A8AEB7
(168,174,183)
#B6BAC2
(182,186,194)
#C4C6CD
(196,198,205)
#D2D2D8
(210,210,216)
#E0DEE3
(224,222,227)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627280; }

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

This text font color is #627280.


Background Color

.myBgColor { background-color: #627280; }

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

This div background color is #627280.


Border color

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

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

This div border color is #627280.


Opacity

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

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

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

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

This text has shadow with #627280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627280 on black background.


Color preview on white background

This text has color #627280 on white background.



Black color preview on #627280 background

This text has black color on #627280 background.


White color preview on #627280 background

This text has white color on #627280 background.