COLOR #628F70

HEX: #628F70
RGB: (98,143,112)

Color info

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

RGB color model

#628F70 color RGB value is (98,143,112).

  • red value is 98;
  • green value is 143;
  • blue value is 112.
RGB:
(98,143,112)
(38%,56%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 112 of 255 = 44%

98
143
112

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

Portions of RGB colors in percentages

R + G + B =
98 + 143 + 112 = 353 (100%)
R 98 of 353 ~ 27.76%
G 143 of 353 ~ 40.51%
B 112 of 353 ~ 31.73%

%27.76
%40.51
%31.73

CMYK color model

#628F70 color CMYK value is (31,0,22,44).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 43.92%
CMYK:
(31,0,22,44)
C31M0Y22K44 
(31%,0%,22%,44%)
(0.31/0.00/0.22/0.44)	

CMYK percentages

%31.47
%0
%21.68
%43.92

Codes

Color #628F70 in popluar color models

628F70
RGB98143112
HSL139°18.67%47.25%
HSB/HSV139°31.47%56.08%
CMYK31.47%0.00%21.68%
43.92%

Color #628F70 in popluar number systems.

HEX628F70
Decimal98143112
Binary1100010100011111110000
Octal142217160

Shades and tints

Shades of #628F70

#628F70
(98,143,112)
#5A8266
(90,130,102)
#52755C
(82,117,92)
#4A6852
(74,104,82)
#425B48
(66,91,72)
#3A4E3E
(58,78,62)
#324134
(50,65,52)
#2A342A
(42,52,42)
#222720
(34,39,32)
#1A1A16
(26,26,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #628F70

#628F70
(98,143,112)
#70997D
(112,153,125)
#7EA38A
(126,163,138)
#8CAD97
(140,173,151)
#9AB7A4
(154,183,164)
#A8C1B1
(168,193,177)
#B6CBBE
(182,203,190)
#C4D5CB
(196,213,203)
#D2DFD8
(210,223,216)
#E0E9E5
(224,233,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628F70 color. Also use rgb(98,143,112) instead hex code.

Text Font Color

.myTextColor { color: #628F70; }

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

This text font color is #628F70.


Background Color

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

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

This div background color is #628F70.


Border color

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

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

This div border color is #628F70.


Opacity

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

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

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

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

This text has shadow with #628F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628F70 on black background.


Color preview on white background

This text has color #628F70 on white background.



Black color preview on #628F70 background

This text has black color on #628F70 background.


White color preview on #628F70 background

This text has white color on #628F70 background.