COLOR #628E7A

HEX: #628E7A RGB: (98,142,122)

Color info

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

RGB color model

#628E7A color RGB value is (98,142,122).

RGB: (98,142,122) (38%, 56%, 48%)

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 122 of 255 = 48%

98
142
122

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

Portions of RGB colors in percentages

R + G + B = 98 + 142 + 122 = 362 (100%)
R 98 of 362 ~ 27.07%
G 142 of 362 ~ 39.23%
B 122 of 362 ~ 33.7'%

%27.07
%39.23
%33.7

CMYK color model

#628E7A color CMYK value is (31,0,14,44).

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

CMYK: (31,0,14,44)
C31M0Y14K44 (31%, 0%, 14%, 44%)
(0.31 / 0.00 / 0.14 / 0.44)

CMYK percentages

%30.99
%0
%14.08
%44.31

Codes

Color #628E7A in popluar color models

62 8E 7A
RGB 98 142 122
HSL 153° 18.33% 47.06%
HSB/HSV 153° 30.99% 55.69%
CMYK 30.99% 0.00% 14.08%
44.31%

Color #628E7A in popluar number systems.

HEX 62 8E 7A
Decimal 98 142 122
Binary 1100010 10001110 1111010
Octal 142 216 172

Shades and tints

Shades of #628E7A

#628E7A
(98,142,122)
#5A826F
(90,130,111)
#527664
(82,118,100)
#4A6A59
(74,106,89)
#425E4E
(66,94,78)
#3A5243
(58,82,67)
#324638
(50,70,56)
#2A3A2D
(42,58,45)
#222E22
(34,46,34)
#1A2217
(26,34,23)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #628E7A

#628E7A
(98,142,122)
#709886
(112,152,134)
#7EA292
(126,162,146)
#8CAC9E
(140,172,158)
#9AB6AA
(154,182,170)
#A8C0B6
(168,192,182)
#B6CAC2
(182,202,194)
#C4D4CE
(196,212,206)
#D2DEDA
(210,222,218)
#E0E8E6
(224,232,230)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628E7A; }

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

This text font color is #628E7A.

Background Color

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

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

This div background color is #628E7A.

Border color

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

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

This div border color is #628E7A.

Opacity

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

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

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

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

This text has shadow with #628E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628E7A.

Preview

Color preview on black background

This text has color #628E7A on black background.


Color preview on white background

This text has color #628E7A on white background.


Black color preview on #628E7A background

This text has black color on #628E7A background.


White color preview on #628E7A background

This text has white color on #628E7A background.


Related colors

Complementary color

Complementary color for #hex is #9D7185.


I love getcolorcode.com

Triadic colors

1 #7A628E and #8E7A62 with #628E7A are triadic colors.

2 #7A8E62 and #8E627A with #628E7A are triadic colors.