COLOR #628889

HEX: #628889
RGB: (98,136,137)

Color info

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

RGB color model

#628889 color RGB value is (98,136,137).

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

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 137 of 255 = 54%

98
136
137

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

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 137 = 371 (100%)
R 98 of 371 ~ 26.42%
G 136 of 371 ~ 36.66%
B 137 of 371 ~ 36.93%

%26.42
%36.66
%36.93

CMYK color model

#628889 color CMYK value is (28,1,0,46).

  • cyan value is 28.47%
  • magenta value is 0.73%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(28,1,0,46)
C28M1Y0K46 
(28%,1%,0%,46%)
(0.28/0.01/0.00/0.46)	

CMYK percentages

%28.47
%0.73
%0
%46.27

Codes

Color #628889 in popluar color models

628889
RGB98136137
HSL182°16.60%46.08%
HSB/HSV182°28.47%53.73%
CMYK28.47%0.73%0.00%
46.27%

Color #628889 in popluar number systems.

HEX628889
Decimal98136137
Binary11000101000100010001001
Octal142210211

Shades and tints

Shades of #628889

#628889
(98,136,137)
#5A7C7D
(90,124,125)
#527071
(82,112,113)
#4A6465
(74,100,101)
#425859
(66,88,89)
#3A4C4D
(58,76,77)
#324041
(50,64,65)
#2A3435
(42,52,53)
#222829
(34,40,41)
#1A1C1D
(26,28,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #628889

#628889
(98,136,137)
#709293
(112,146,147)
#7E9C9D
(126,156,157)
#8CA6A7
(140,166,167)
#9AB0B1
(154,176,177)
#A8BABB
(168,186,187)
#B6C4C5
(182,196,197)
#C4CECF
(196,206,207)
#D2D8D9
(210,216,217)
#E0E2E3
(224,226,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628889; }

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

This text font color is #628889.


Background Color

.myBgColor { background-color: #628889; }

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

This div background color is #628889.


Border color

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

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

This div border color is #628889.


Opacity

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

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

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

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

This text has shadow with #628889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628889 on black background.


Color preview on white background

This text has color #628889 on white background.



Black color preview on #628889 background

This text has black color on #628889 background.


White color preview on #628889 background

This text has white color on #628889 background.