COLOR #628A82

HEX: #628A82
RGB: (98,138,130)

Color info

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

RGB color model

#628A82 color RGB value is (98,138,130).

  • red value is 98;
  • green value is 138;
  • blue value is 130.
RGB:
(98,138,130)
(38%,54%,51%)

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 130 of 255 = 51%

98
138
130

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 130 = 366 (100%)
R 98 of 366 ~ 26.78%
G 138 of 366 ~ 37.7%
B 130 of 366 ~ 35.52%

%26.78
%37.7
%35.52

CMYK color model

#628A82 color CMYK value is (29,0,6,46).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(29,0,6,46)
C29M0Y6K46 
(29%,0%,6%,46%)
(0.29/0.00/0.06/0.46)	

CMYK percentages

%28.99
%0
%5.8
%45.88

Codes

Color #628A82 in popluar color models

628A82
RGB98138130
HSL168°16.95%46.27%
HSB/HSV168°28.99%54.12%
CMYK28.99%0.00%5.80%
45.88%

Color #628A82 in popluar number systems.

HEX628A82
Decimal98138130
Binary11000101000101010000010
Octal142212202

Shades and tints

Shades of #628A82

#628A82
(98,138,130)
#5A7E77
(90,126,119)
#52726C
(82,114,108)
#4A6661
(74,102,97)
#425A56
(66,90,86)
#3A4E4B
(58,78,75)
#324240
(50,66,64)
#2A3635
(42,54,53)
#222A2A
(34,42,42)
#1A1E1F
(26,30,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #628A82

#628A82
(98,138,130)
#70948D
(112,148,141)
#7E9E98
(126,158,152)
#8CA8A3
(140,168,163)
#9AB2AE
(154,178,174)
#A8BCB9
(168,188,185)
#B6C6C4
(182,198,196)
#C4D0CF
(196,208,207)
#D2DADA
(210,218,218)
#E0E4E5
(224,228,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628A82 color. Also use rgb(98,138,130) instead hex code.

Text Font Color

.myTextColor { color: #628A82; }

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

This text font color is #628A82.


Background Color

.myBgColor { background-color: #628A82; }

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

This div background color is #628A82.


Border color

.myBorderColor { border: 1px solid #628A82; }

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

This div border color is #628A82.


Opacity

.myOpacity80 { color: #628A82; opacity: 0.8; }

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

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

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

This text has shadow with #628A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A82 on black background.


Color preview on white background

This text has color #628A82 on white background.



Black color preview on #628A82 background

This text has black color on #628A82 background.


White color preview on #628A82 background

This text has white color on #628A82 background.