COLOR #628388

HEX: #628388
RGB: (98,131,136)

Color info

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

RGB color model

#628388 color RGB value is (98,131,136).

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

RGB channels and saturation

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

98
131
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 131 + 136 = 365 (100%)
R 98 of 365 ~ 26.85%
G 131 of 365 ~ 35.89%
B 136 of 365 ~ 37.26%

%26.85
%35.89
%37.26

CMYK color model

#628388 color CMYK value is (28,4,0,47).

  • cyan value is 27.94%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(28,4,0,47)
C28M4Y0K47 
(28%,4%,0%,47%)
(0.28/0.04/0.00/0.47)	

CMYK percentages

%27.94
%3.68
%0
%46.67

Codes

Color #628388 in popluar color models

628388
RGB98131136
HSL188°16.24%45.88%
HSB/HSV188°27.94%53.33%
CMYK27.94%3.68%0.00%
46.67%

Color #628388 in popluar number systems.

HEX628388
Decimal98131136
Binary11000101000001110001000
Octal142203210

Shades and tints

Shades of #628388

#628388
(98,131,136)
#5A787C
(90,120,124)
#526D70
(82,109,112)
#4A6264
(74,98,100)
#425758
(66,87,88)
#3A4C4C
(58,76,76)
#324140
(50,65,64)
#2A3634
(42,54,52)
#222B28
(34,43,40)
#1A201C
(26,32,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #628388

#628388
(98,131,136)
#708E92
(112,142,146)
#7E999C
(126,153,156)
#8CA4A6
(140,164,166)
#9AAFB0
(154,175,176)
#A8BABA
(168,186,186)
#B6C5C4
(182,197,196)
#C4D0CE
(196,208,206)
#D2DBD8
(210,219,216)
#E0E6E2
(224,230,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628388; }

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

This text font color is #628388.


Background Color

.myBgColor { background-color: #628388; }

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

This div background color is #628388.


Border color

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

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

This div border color is #628388.


Opacity

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

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

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

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

This text has shadow with #628388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628388 on black background.


Color preview on white background

This text has color #628388 on white background.



Black color preview on #628388 background

This text has black color on #628388 background.


White color preview on #628388 background

This text has white color on #628388 background.