COLOR #628657

HEX: #628657
RGB: (98,134,87)

Color info

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

RGB color model

#628657 color RGB value is (98,134,87).

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

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 87 of 255 = 34%

98
134
87

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

Portions of RGB colors in percentages

R + G + B =
98 + 134 + 87 = 319 (100%)
R 98 of 319 ~ 30.72%
G 134 of 319 ~ 42.01%
B 87 of 319 ~ 27.27%

%30.72
%42.01
%27.27

CMYK color model

#628657 color CMYK value is (27,0,35,47).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 35.07%
  • key color value is 47.45%
CMYK:
(27,0,35,47)
C27M0Y35K47 
(27%,0%,35%,47%)
(0.27/0.00/0.35/0.47)	

CMYK percentages

%26.87
%0
%35.07
%47.45

Codes

Color #628657 in popluar color models

628657
RGB9813487
HSL106°21.27%43.33%
HSB/HSV106°35.07%52.55%
CMYK26.87%0.00%35.07%
47.45%

Color #628657 in popluar number systems.

HEX628657
Decimal9813487
Binary1100010100001101010111
Octal142206127

Shades and tints

Shades of #628657

#628657
(98,134,87)
#5A7A50
(90,122,80)
#526E49
(82,110,73)
#4A6242
(74,98,66)
#42563B
(66,86,59)
#3A4A34
(58,74,52)
#323E2D
(50,62,45)
#2A3226
(42,50,38)
#22261F
(34,38,31)
#1A1A18
(26,26,24)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #628657

#628657
(98,134,87)
#709166
(112,145,102)
#7E9C75
(126,156,117)
#8CA784
(140,167,132)
#9AB293
(154,178,147)
#A8BDA2
(168,189,162)
#B6C8B1
(182,200,177)
#C4D3C0
(196,211,192)
#D2DECF
(210,222,207)
#E0E9DE
(224,233,222)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628657; }

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

This text font color is #628657.


Background Color

.myBgColor { background-color: #628657; }

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

This div background color is #628657.


Border color

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

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

This div border color is #628657.


Opacity

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

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

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

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

This text has shadow with #628657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628657 on black background.


Color preview on white background

This text has color #628657 on white background.



Black color preview on #628657 background

This text has black color on #628657 background.


White color preview on #628657 background

This text has white color on #628657 background.