COLOR #628C7F

HEX: #628C7F RGB: (98,140,127)

Color info

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

RGB color model

#628C7F color RGB value is (98,140,127).

RGB: (98,140,127) (38%, 55%, 50%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 127 of 255 = 50%

98
140
127

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

Portions of RGB colors in percentages

R + G + B = 98 + 140 + 127 = 365 (100%)
R 98 of 365 ~ 26.85%
G 140 of 365 ~ 38.36%
B 127 of 365 ~ 34.79'%

%26.85
%38.36
%34.79

CMYK color model

#628C7F color CMYK value is (30,0,9,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK: (30,0,9,45) C30M0Y9K45 (30%,0%,9%,45%) (0.30/0.00/0.09/0.45) 

CMYK percentages

%30
%0
%9.29
%45.1

Codes

Color #628C7F in popluar color models

62 8C 7F
RGB 98 140 127
HSL 161° 17.65% 46.67%
HSB/HSV 161° 30.00% 54.90%
CMYK 30.00% 0.00% 9.29%
45.10%

Color #628C7F in popluar number systems.

HEX 62 8C 7F
Decimal 98 140 127
Binary 1100010 10001100 1111111
Octal 142 214 177

Shades and tints

Shades of #628C7F

#628C7F
(98,140,127)
#5A8074
(90,128,116)
#527469
(82,116,105)
#4A685E
(74,104,94)
#425C53
(66,92,83)
#3A5048
(58,80,72)
#32443D
(50,68,61)
#2A3832
(42,56,50)
#222C27
(34,44,39)
#1A201C
(26,32,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #628C7F

#628C7F
(98,140,127)
#70968A
(112,150,138)
#7EA095
(126,160,149)
#8CAAA0
(140,170,160)
#9AB4AB
(154,180,171)
#A8BEB6
(168,190,182)
#B6C8C1
(182,200,193)
#C4D2CC
(196,210,204)
#D2DCD7
(210,220,215)
#E0E6E2
(224,230,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628C7F; }

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

This text font color is #628C7F.

Background Color

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

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

This div background color is #628C7F.

Border color

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

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

This div border color is #628C7F.

Opacity

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

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

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

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

This text has shadow with #628C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628C7F.

Preview

Color preview on black background

This text has color #628C7F on black background.


Color preview on white background

This text has color #628C7F on white background.


Black color preview on #628C7F background

This text has black color on #628C7F background.


White color preview on #628C7F background

This text has white color on #628C7F background.


Related colors

Complementary color

Complementary color for #hex is #9D7380.


I love getcolorcode.com

Triadic colors

1 #7F628C and #8C7F62 with #628C7F are triadic colors.

2 #7F8C62 and #8C627F with #628C7F are triadic colors.