COLOR #628E78

HEX: #628E78 RGB: (98,142,120)

Color info

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

RGB color model

#628E78 color RGB value is (98,142,120).

RGB: (98,142,120) (38%, 56%, 47%)

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 120 of 255 = 47%

98
142
120

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

Portions of RGB colors in percentages

R + G + B = 98 + 142 + 120 = 360 (100%)
R 98 of 360 ~ 27.22%
G 142 of 360 ~ 39.44%
B 120 of 360 ~ 33.33'%

%27.22
%39.44
%33.33

CMYK color model

#628E78 color CMYK value is (31,0,15,44).

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

CMYK: (31,0,15,44)
C31M0Y15K44 (31%, 0%, 15%, 44%)
(0.31 / 0.00 / 0.15 / 0.44)

CMYK percentages

%30.99
%0
%15.49
%44.31

Codes

Color #628E78 in popluar color models

62 8E 78
RGB 98 142 120
HSL 150° 18.33% 47.06%
HSB/HSV 150° 30.99% 55.69%
CMYK 30.99% 0.00% 15.49%
44.31%

Color #628E78 in popluar number systems.

HEX 62 8E 78
Decimal 98 142 120
Binary 1100010 10001110 1111000
Octal 142 216 170

Shades and tints

Shades of #628E78

#628E78
(98,142,120)
#5A826E
(90,130,110)
#527664
(82,118,100)
#4A6A5A
(74,106,90)
#425E50
(66,94,80)
#3A5246
(58,82,70)
#32463C
(50,70,60)
#2A3A32
(42,58,50)
#222E28
(34,46,40)
#1A221E
(26,34,30)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #628E78

#628E78
(98,142,120)
#709884
(112,152,132)
#7EA290
(126,162,144)
#8CAC9C
(140,172,156)
#9AB6A8
(154,182,168)
#A8C0B4
(168,192,180)
#B6CAC0
(182,202,192)
#C4D4CC
(196,212,204)
#D2DED8
(210,222,216)
#E0E8E4
(224,232,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628E78; }

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

This text font color is #628E78.

Background Color

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

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

This div background color is #628E78.

Border color

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

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

This div border color is #628E78.

Opacity

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

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

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

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

This text has shadow with #628E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628E78.

Preview

Color preview on black background

This text has color #628E78 on black background.


Color preview on white background

This text has color #628E78 on white background.


Black color preview on #628E78 background

This text has black color on #628E78 background.


White color preview on #628E78 background

This text has white color on #628E78 background.


Related colors

Complementary color

Complementary color for #hex is #9D7187.


I love getcolorcode.com

Triadic colors

1 #78628E and #8E7862 with #628E78 are triadic colors.

2 #788E62 and #8E6278 with #628E78 are triadic colors.