COLOR #628187

HEX: #628187
RGB: (98,129,135)

Color info

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

RGB color model

#628187 color RGB value is (98,129,135).

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

RGB channels and saturation

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

98
129
135

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 135 = 362 (100%)
R 98 of 362 ~ 27.07%
G 129 of 362 ~ 35.64%
B 135 of 362 ~ 37.29%

%27.07
%35.64
%37.29

CMYK color model

#628187 color CMYK value is (27,4,0,47).

  • cyan value is 27.41%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(27,4,0,47)
C27M4Y0K47 
(27%,4%,0%,47%)
(0.27/0.04/0.00/0.47)	

CMYK percentages

%27.41
%4.44
%0
%47.06

Codes

Color #628187 in popluar color models

628187
RGB98129135
HSL190°15.88%45.69%
HSB/HSV190°27.41%52.94%
CMYK27.41%4.44%0.00%
47.06%

Color #628187 in popluar number systems.

HEX628187
Decimal98129135
Binary11000101000000110000111
Octal142201207

Shades and tints

Shades of #628187

#628187
(98,129,135)
#5A767B
(90,118,123)
#526B6F
(82,107,111)
#4A6063
(74,96,99)
#425557
(66,85,87)
#3A4A4B
(58,74,75)
#323F3F
(50,63,63)
#2A3433
(42,52,51)
#222927
(34,41,39)
#1A1E1B
(26,30,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #628187

#628187
(98,129,135)
#708C91
(112,140,145)
#7E979B
(126,151,155)
#8CA2A5
(140,162,165)
#9AADAF
(154,173,175)
#A8B8B9
(168,184,185)
#B6C3C3
(182,195,195)
#C4CECD
(196,206,205)
#D2D9D7
(210,217,215)
#E0E4E1
(224,228,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628187; }

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

This text font color is #628187.


Background Color

.myBgColor { background-color: #628187; }

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

This div background color is #628187.


Border color

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

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

This div border color is #628187.


Opacity

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

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

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

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

This text has shadow with #628187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628187 on black background.


Color preview on white background

This text has color #628187 on white background.



Black color preview on #628187 background

This text has black color on #628187 background.


White color preview on #628187 background

This text has white color on #628187 background.