COLOR #628B7F

HEX: #628B7F
RGB: (98,139,127)

Color info

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

RGB color model

#628B7F color RGB value is (98,139,127).

  • red value is 98;
  • green value is 139;
  • blue value is 127.
RGB:
(98,139,127)
(38%,55%,50%)

RGB channels and saturation

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

98
139
127

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

Portions of RGB colors in percentages

R + G + B =
98 + 139 + 127 = 364 (100%)
R 98 of 364 ~ 26.92%
G 139 of 364 ~ 38.19%
B 127 of 364 ~ 34.89%

%26.92
%38.19
%34.89

CMYK color model

#628B7F color CMYK value is (29,0,9,45).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(29,0,9,45)
C29M0Y9K45 
(29%,0%,9%,45%)
(0.29/0.00/0.09/0.45)	

CMYK percentages

%29.5
%0
%8.63
%45.49

Codes

Color #628B7F in popluar color models

628B7F
RGB98139127
HSL162°17.30%46.47%
HSB/HSV162°29.50%54.51%
CMYK29.50%0.00%8.63%
45.49%

Color #628B7F in popluar number systems.

HEX628B7F
Decimal98139127
Binary1100010100010111111111
Octal142213177

Shades and tints

Shades of #628B7F

#628B7F
(98,139,127)
#5A7F74
(90,127,116)
#527369
(82,115,105)
#4A675E
(74,103,94)
#425B53
(66,91,83)
#3A4F48
(58,79,72)
#32433D
(50,67,61)
#2A3732
(42,55,50)
#222B27
(34,43,39)
#1A1F1C
(26,31,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #628B7F

#628B7F
(98,139,127)
#70958A
(112,149,138)
#7E9F95
(126,159,149)
#8CA9A0
(140,169,160)
#9AB3AB
(154,179,171)
#A8BDB6
(168,189,182)
#B6C7C1
(182,199,193)
#C4D1CC
(196,209,204)
#D2DBD7
(210,219,215)
#E0E5E2
(224,229,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628B7F; }

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

This text font color is #628B7F.


Background Color

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

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

This div background color is #628B7F.


Border color

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

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

This div border color is #628B7F.


Opacity

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

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

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

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

This text has shadow with #628B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628B7F on black background.


Color preview on white background

This text has color #628B7F on white background.



Black color preview on #628B7F background

This text has black color on #628B7F background.


White color preview on #628B7F background

This text has white color on #628B7F background.