COLOR #628E8C

HEX: #628E8C RGB: (98,142,140)

Color info

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

RGB color model

#628E8C color RGB value is (98,142,140).

RGB: (98,142,140) (38%, 56%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 140 of 255 = 55%

98
142
140

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

Portions of RGB colors in percentages

R + G + B = 98 + 142 + 140 = 380 (100%)
R 98 of 380 ~ 25.79%
G 142 of 380 ~ 37.37%
B 140 of 380 ~ 36.84'%

%25.79
%37.37
%36.84

CMYK color model

#628E8C color CMYK value is (31,0,1,44).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 44.31%

CMYK: (31,0,1,44)
C31M0Y1K44 (31%, 0%, 1%, 44%)
(0.31 / 0.00 / 0.01 / 0.44)

CMYK percentages

%30.99
%0
%1.41
%44.31

Codes

Color #628E8C in popluar color models

62 8E 8C
RGB 98 142 140
HSL 177° 18.33% 47.06%
HSB/HSV 177° 30.99% 55.69%
CMYK 30.99% 0.00% 1.41%
44.31%

Color #628E8C in popluar number systems.

HEX 62 8E 8C
Decimal 98 142 140
Binary 1100010 10001110 10001100
Octal 142 216 214

Shades and tints

Shades of #628E8C

#628E8C
(98,142,140)
#5A8280
(90,130,128)
#527674
(82,118,116)
#4A6A68
(74,106,104)
#425E5C
(66,94,92)
#3A5250
(58,82,80)
#324644
(50,70,68)
#2A3A38
(42,58,56)
#222E2C
(34,46,44)
#1A2220
(26,34,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #628E8C

#628E8C
(98,142,140)
#709896
(112,152,150)
#7EA2A0
(126,162,160)
#8CACAA
(140,172,170)
#9AB6B4
(154,182,180)
#A8C0BE
(168,192,190)
#B6CAC8
(182,202,200)
#C4D4D2
(196,212,210)
#D2DEDC
(210,222,220)
#E0E8E6
(224,232,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628E8C color. Also use rgb(98,142,140) instead hex code.

Text Font Color

.myTextColor { color: #628E8C; }

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

This text font color is #628E8C.

Background Color

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

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

This div background color is #628E8C.

Border color

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

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

This div border color is #628E8C.

Opacity

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

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

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

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

This text has shadow with #628E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628E8C.

Preview

Color preview on black background

This text has color #628E8C on black background.


Color preview on white background

This text has color #628E8C on white background.


Black color preview on #628E8C background

This text has black color on #628E8C background.


White color preview on #628E8C background

This text has white color on #628E8C background.


Related colors

Complementary color

Complementary color for #hex is #9D7173.


I love getcolorcode.com

Triadic colors

1 #8C628E and #8E8C62 with #628E8C are triadic colors.

2 #8C8E62 and #8E628C with #628E8C are triadic colors.