COLOR #628188

HEX: #628188
RGB: (98,129,136)

Color info

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

RGB color model

#628188 color RGB value is (98,129,136).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 136 of 255 = 53%

98
129
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 136 = 363 (100%)
R 98 of 363 ~ 27%
G 129 of 363 ~ 35.54%
B 136 of 363 ~ 37.47%

%27
%35.54
%37.47

CMYK color model

#628188 color CMYK value is (28,5,0,47).

  • cyan value is 27.94%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(28,5,0,47)
C28M5Y0K47 
(28%,5%,0%,47%)
(0.28/0.05/0.00/0.47)	

CMYK percentages

%27.94
%5.15
%0
%46.67

Codes

Color #628188 in popluar color models

628188
RGB98129136
HSL191°16.24%45.88%
HSB/HSV191°27.94%53.33%
CMYK27.94%5.15%0.00%
46.67%

Color #628188 in popluar number systems.

HEX628188
Decimal98129136
Binary11000101000000110001000
Octal142201210

Shades and tints

Shades of #628188

#628188
(98,129,136)
#5A767C
(90,118,124)
#526B70
(82,107,112)
#4A6064
(74,96,100)
#425558
(66,85,88)
#3A4A4C
(58,74,76)
#323F40
(50,63,64)
#2A3434
(42,52,52)
#222928
(34,41,40)
#1A1E1C
(26,30,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #628188

#628188
(98,129,136)
#708C92
(112,140,146)
#7E979C
(126,151,156)
#8CA2A6
(140,162,166)
#9AADB0
(154,173,176)
#A8B8BA
(168,184,186)
#B6C3C4
(182,195,196)
#C4CECE
(196,206,206)
#D2D9D8
(210,217,216)
#E0E4E2
(224,228,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628188; }

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

This text font color is #628188.


Background Color

.myBgColor { background-color: #628188; }

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

This div background color is #628188.


Border color

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

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

This div border color is #628188.


Opacity

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

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

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

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

This text has shadow with #628188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628188 on black background.


Color preview on white background

This text has color #628188 on white background.



Black color preview on #628188 background

This text has black color on #628188 background.


White color preview on #628188 background

This text has white color on #628188 background.