COLOR #628670

HEX: #628670
RGB: (98,134,112)

Color info

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

RGB color model

#628670 color RGB value is (98,134,112).

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

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 112 of 255 = 44%

98
134
112

R + G + B ~ 45%. #628670 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 134 + 112 = 344 (100%)
R 98 of 344 ~ 28.49%
G 134 of 344 ~ 38.95%
B 112 of 344 ~ 32.56%

%28.49
%38.95
%32.56

CMYK color model

#628670 color CMYK value is (27,0,16,47).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 16.42%
  • key color value is 47.45%
CMYK:
(27,0,16,47)
C27M0Y16K47 
(27%,0%,16%,47%)
(0.27/0.00/0.16/0.47)	

CMYK percentages

%26.87
%0
%16.42
%47.45

Codes

Color #628670 in popluar color models

628670
RGB98134112
HSL143°15.52%45.49%
HSB/HSV143°26.87%52.55%
CMYK26.87%0.00%16.42%
47.45%

Color #628670 in popluar number systems.

HEX628670
Decimal98134112
Binary1100010100001101110000
Octal142206160

Shades and tints

Shades of #628670

#628670
(98,134,112)
#5A7A66
(90,122,102)
#526E5C
(82,110,92)
#4A6252
(74,98,82)
#425648
(66,86,72)
#3A4A3E
(58,74,62)
#323E34
(50,62,52)
#2A322A
(42,50,42)
#222620
(34,38,32)
#1A1A16
(26,26,22)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #628670

#628670
(98,134,112)
#70917D
(112,145,125)
#7E9C8A
(126,156,138)
#8CA797
(140,167,151)
#9AB2A4
(154,178,164)
#A8BDB1
(168,189,177)
#B6C8BE
(182,200,190)
#C4D3CB
(196,211,203)
#D2DED8
(210,222,216)
#E0E9E5
(224,233,229)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628670; }

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

This text font color is #628670.


Background Color

.myBgColor { background-color: #628670; }

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

This div background color is #628670.


Border color

.myBorderColor { border: 1px solid #628670; }

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

This div border color is #628670.


Opacity

.myOpacity80 { color: #628670; opacity: 0.8; }

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

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

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

This text has shadow with #628670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628670 on black background.


Color preview on white background

This text has color #628670 on white background.



Black color preview on #628670 background

This text has black color on #628670 background.


White color preview on #628670 background

This text has white color on #628670 background.