COLOR #628A7C

HEX: #628A7C
RGB: (98,138,124)

Color info

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

RGB color model

#628A7C color RGB value is (98,138,124).

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

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 124 of 255 = 49%

98
138
124

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 124 = 360 (100%)
R 98 of 360 ~ 27.22%
G 138 of 360 ~ 38.33%
B 124 of 360 ~ 34.44%

%27.22
%38.33
%34.44

CMYK color model

#628A7C color CMYK value is (29,0,10,46).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(29,0,10,46)
C29M0Y10K46 
(29%,0%,10%,46%)
(0.29/0.00/0.10/0.46)	

CMYK percentages

%28.99
%0
%10.14
%45.88

Codes

Color #628A7C in popluar color models

628A7C
RGB98138124
HSL159°16.95%46.27%
HSB/HSV159°28.99%54.12%
CMYK28.99%0.00%10.14%
45.88%

Color #628A7C in popluar number systems.

HEX628A7C
Decimal98138124
Binary1100010100010101111100
Octal142212174

Shades and tints

Shades of #628A7C

#628A7C
(98,138,124)
#5A7E71
(90,126,113)
#527266
(82,114,102)
#4A665B
(74,102,91)
#425A50
(66,90,80)
#3A4E45
(58,78,69)
#32423A
(50,66,58)
#2A362F
(42,54,47)
#222A24
(34,42,36)
#1A1E19
(26,30,25)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #628A7C

#628A7C
(98,138,124)
#709487
(112,148,135)
#7E9E92
(126,158,146)
#8CA89D
(140,168,157)
#9AB2A8
(154,178,168)
#A8BCB3
(168,188,179)
#B6C6BE
(182,198,190)
#C4D0C9
(196,208,201)
#D2DAD4
(210,218,212)
#E0E4DF
(224,228,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628A7C; }

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

This text font color is #628A7C.


Background Color

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

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

This div background color is #628A7C.


Border color

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

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

This div border color is #628A7C.


Opacity

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

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

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

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

This text has shadow with #628A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A7C on black background.


Color preview on white background

This text has color #628A7C on white background.



Black color preview on #628A7C background

This text has black color on #628A7C background.


White color preview on #628A7C background

This text has white color on #628A7C background.