COLOR #628A79

HEX: #628A79
RGB: (98,138,121)

Color info

#628A79 contains red, green and blue colors in about the same proportion. Web safe color of #628A79 is #669966 (or #696).

RGB color model

#628A79 color RGB value is (98,138,121).

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

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 121 of 255 = 47%

98
138
121

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 121 = 357 (100%)
R 98 of 357 ~ 27.45%
G 138 of 357 ~ 38.66%
B 121 of 357 ~ 33.89%

%27.45
%38.66
%33.89

CMYK color model

#628A79 color CMYK value is (29,0,12,46).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 45.88%
CMYK:
(29,0,12,46)
C29M0Y12K46 
(29%,0%,12%,46%)
(0.29/0.00/0.12/0.46)	

CMYK percentages

%28.99
%0
%12.32
%45.88

Codes

Color #628A79 in popluar color models

628A79
RGB98138121
HSL155°16.95%46.27%
HSB/HSV155°28.99%54.12%
CMYK28.99%0.00%12.32%
45.88%

Color #628A79 in popluar number systems.

HEX628A79
Decimal98138121
Binary1100010100010101111001
Octal142212171

Shades and tints

Shades of #628A79

#628A79
(98,138,121)
#5A7E6E
(90,126,110)
#527263
(82,114,99)
#4A6658
(74,102,88)
#425A4D
(66,90,77)
#3A4E42
(58,78,66)
#324237
(50,66,55)
#2A362C
(42,54,44)
#222A21
(34,42,33)
#1A1E16
(26,30,22)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #628A79

#628A79
(98,138,121)
#709485
(112,148,133)
#7E9E91
(126,158,145)
#8CA89D
(140,168,157)
#9AB2A9
(154,178,169)
#A8BCB5
(168,188,181)
#B6C6C1
(182,198,193)
#C4D0CD
(196,208,205)
#D2DAD9
(210,218,217)
#E0E4E5
(224,228,229)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628A79; }

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

This text font color is #628A79.


Background Color

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

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

This div background color is #628A79.


Border color

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

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

This div border color is #628A79.


Opacity

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

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

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

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

This text has shadow with #628A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A79 on black background.


Color preview on white background

This text has color #628A79 on white background.



Black color preview on #628A79 background

This text has black color on #628A79 background.


White color preview on #628A79 background

This text has white color on #628A79 background.