COLOR #628488

HEX: #628488
RGB: (98,132,136)

Color info

#628488 contains red, green and blue colors in about the same proportion. Web safe color of #628488 is #669999 (or #699).

RGB color model

#628488 color RGB value is (98,132,136).

  • red value is 98;
  • green value is 132;
  • blue value is 136.
RGB:
(98,132,136)
(38%,52%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 132 of 255 = 52%
B 136 of 255 = 53%

98
132
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 132 + 136 = 366 (100%)
R 98 of 366 ~ 26.78%
G 132 of 366 ~ 36.07%
B 136 of 366 ~ 37.16%

%26.78
%36.07
%37.16

CMYK color model

#628488 color CMYK value is (28,3,0,47).

  • cyan value is 27.94%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(28,3,0,47)
C28M3Y0K47 
(28%,3%,0%,47%)
(0.28/0.03/0.00/0.47)	

CMYK percentages

%27.94
%2.94
%0
%46.67

Codes

Color #628488 in popluar color models

628488
RGB98132136
HSL186°16.24%45.88%
HSB/HSV186°27.94%53.33%
CMYK27.94%2.94%0.00%
46.67%

Color #628488 in popluar number systems.

HEX628488
Decimal98132136
Binary11000101000010010001000
Octal142204210

Shades and tints

Shades of #628488

#628488
(98,132,136)
#5A787C
(90,120,124)
#526C70
(82,108,112)
#4A6064
(74,96,100)
#425458
(66,84,88)
#3A484C
(58,72,76)
#323C40
(50,60,64)
#2A3034
(42,48,52)
#222428
(34,36,40)
#1A181C
(26,24,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #628488

#628488
(98,132,136)
#708F92
(112,143,146)
#7E9A9C
(126,154,156)
#8CA5A6
(140,165,166)
#9AB0B0
(154,176,176)
#A8BBBA
(168,187,186)
#B6C6C4
(182,198,196)
#C4D1CE
(196,209,206)
#D2DCD8
(210,220,216)
#E0E7E2
(224,231,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628488 color. Also use rgb(98,132,136) instead hex code.

Text Font Color

.myTextColor { color: #628488; }

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

This text font color is #628488.


Background Color

.myBgColor { background-color: #628488; }

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

This div background color is #628488.


Border color

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

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

This div border color is #628488.


Opacity

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

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

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

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

This text has shadow with #628488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628488 on black background.


Color preview on white background

This text has color #628488 on white background.



Black color preview on #628488 background

This text has black color on #628488 background.


White color preview on #628488 background

This text has white color on #628488 background.