COLOR #628081

HEX: #628081
RGB: (98,128,129)

Color info

#628081 contains red, green and blue colors in about the same proportion. Web safe color of #628081 is #666699 (or #669).

RGB color model

#628081 color RGB value is (98,128,129).

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

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 129 of 255 = 51%

98
128
129

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 129 = 355 (100%)
R 98 of 355 ~ 27.61%
G 128 of 355 ~ 36.06%
B 129 of 355 ~ 36.34%

%27.61
%36.06
%36.34

CMYK color model

#628081 color CMYK value is (24,1,0,49).

  • cyan value is 24.03%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(24,1,0,49)
C24M1Y0K49 
(24%,1%,0%,49%)
(0.24/0.01/0.00/0.49)	

CMYK percentages

%24.03
%0.78
%0
%49.41

Codes

Color #628081 in popluar color models

628081
RGB98128129
HSL182°13.66%44.51%
HSB/HSV182°24.03%50.59%
CMYK24.03%0.78%0.00%
49.41%

Color #628081 in popluar number systems.

HEX628081
Decimal98128129
Binary11000101000000010000001
Octal142200201

Shades and tints

Shades of #628081

#628081
(98,128,129)
#5A7576
(90,117,118)
#526A6B
(82,106,107)
#4A5F60
(74,95,96)
#425455
(66,84,85)
#3A494A
(58,73,74)
#323E3F
(50,62,63)
#2A3334
(42,51,52)
#222829
(34,40,41)
#1A1D1E
(26,29,30)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #628081

#628081
(98,128,129)
#708B8C
(112,139,140)
#7E9697
(126,150,151)
#8CA1A2
(140,161,162)
#9AACAD
(154,172,173)
#A8B7B8
(168,183,184)
#B6C2C3
(182,194,195)
#C4CDCE
(196,205,206)
#D2D8D9
(210,216,217)
#E0E3E4
(224,227,228)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628081; }

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

This text font color is #628081.


Background Color

.myBgColor { background-color: #628081; }

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

This div background color is #628081.


Border color

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

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

This div border color is #628081.


Opacity

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

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

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

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

This text has shadow with #628081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628081 on black background.


Color preview on white background

This text has color #628081 on white background.



Black color preview on #628081 background

This text has black color on #628081 background.


White color preview on #628081 background

This text has white color on #628081 background.