COLOR #628470

HEX: #628470
RGB: (98,132,112)

Color info

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

RGB color model

#628470 color RGB value is (98,132,112).

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

RGB channels and saturation

R 98 of 255 = 38%
G 132 of 255 = 52%
B 112 of 255 = 44%

98
132
112

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

Portions of RGB colors in percentages

R + G + B =
98 + 132 + 112 = 342 (100%)
R 98 of 342 ~ 28.65%
G 132 of 342 ~ 38.6%
B 112 of 342 ~ 32.75%

%28.65
%38.6
%32.75

CMYK color model

#628470 color CMYK value is (26,0,15,48).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 48.24%
CMYK:
(26,0,15,48)
C26M0Y15K48 
(26%,0%,15%,48%)
(0.26/0.00/0.15/0.48)	

CMYK percentages

%25.76
%0
%15.15
%48.24

Codes

Color #628470 in popluar color models

628470
RGB98132112
HSL145°14.78%45.10%
HSB/HSV145°25.76%51.76%
CMYK25.76%0.00%15.15%
48.24%

Color #628470 in popluar number systems.

HEX628470
Decimal98132112
Binary1100010100001001110000
Octal142204160

Shades and tints

Shades of #628470

#628470
(98,132,112)
#5A7866
(90,120,102)
#526C5C
(82,108,92)
#4A6052
(74,96,82)
#425448
(66,84,72)
#3A483E
(58,72,62)
#323C34
(50,60,52)
#2A302A
(42,48,42)
#222420
(34,36,32)
#1A1816
(26,24,22)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #628470

#628470
(98,132,112)
#708F7D
(112,143,125)
#7E9A8A
(126,154,138)
#8CA597
(140,165,151)
#9AB0A4
(154,176,164)
#A8BBB1
(168,187,177)
#B6C6BE
(182,198,190)
#C4D1CB
(196,209,203)
#D2DCD8
(210,220,216)
#E0E7E5
(224,231,229)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628470; }

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

This text font color is #628470.


Background Color

.myBgColor { background-color: #628470; }

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

This div background color is #628470.


Border color

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

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

This div border color is #628470.


Opacity

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

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

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

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

This text has shadow with #628470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628470 on black background.


Color preview on white background

This text has color #628470 on white background.



Black color preview on #628470 background

This text has black color on #628470 background.


White color preview on #628470 background

This text has white color on #628470 background.