COLOR #628079

HEX: #628079
RGB: (98,128,121)

Color info

#628079 contains red, green and blue colors in about the same proportion. Web safe color of #628079 is #666666 (or #666).

RGB color model

#628079 color RGB value is (98,128,121).

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

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 121 of 255 = 47%

98
128
121

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 121 = 347 (100%)
R 98 of 347 ~ 28.24%
G 128 of 347 ~ 36.89%
B 121 of 347 ~ 34.87%

%28.24
%36.89
%34.87

CMYK color model

#628079 color CMYK value is (23,0,5,50).

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(23,0,5,50)
C23M0Y5K50 
(23%,0%,5%,50%)
(0.23/0.00/0.05/0.50)	

CMYK percentages

%23.44
%0
%5.47
%49.8

Codes

Color #628079 in popluar color models

628079
RGB98128121
HSL166°13.27%44.31%
HSB/HSV166°23.44%50.20%
CMYK23.44%0.00%5.47%
49.80%

Color #628079 in popluar number systems.

HEX628079
Decimal98128121
Binary1100010100000001111001
Octal142200171

Shades and tints

Shades of #628079

#628079
(98,128,121)
#5A756E
(90,117,110)
#526A63
(82,106,99)
#4A5F58
(74,95,88)
#42544D
(66,84,77)
#3A4942
(58,73,66)
#323E37
(50,62,55)
#2A332C
(42,51,44)
#222821
(34,40,33)
#1A1D16
(26,29,22)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #628079

#628079
(98,128,121)
#708B85
(112,139,133)
#7E9691
(126,150,145)
#8CA19D
(140,161,157)
#9AACA9
(154,172,169)
#A8B7B5
(168,183,181)
#B6C2C1
(182,194,193)
#C4CDCD
(196,205,205)
#D2D8D9
(210,216,217)
#E0E3E5
(224,227,229)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628079; }

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

This text font color is #628079.


Background Color

.myBgColor { background-color: #628079; }

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

This div background color is #628079.


Border color

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

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

This div border color is #628079.


Opacity

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

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

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

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

This text has shadow with #628079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628079 on black background.


Color preview on white background

This text has color #628079 on white background.



Black color preview on #628079 background

This text has black color on #628079 background.


White color preview on #628079 background

This text has white color on #628079 background.