COLOR #628860

HEX: #628860
RGB: (98,136,96)

Color info

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

RGB color model

#628860 color RGB value is (98,136,96).

  • red value is 98;
  • green value is 136;
  • blue value is 96.
RGB:
(98,136,96)
(38%,53%,38%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 96 of 255 = 38%

98
136
96

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

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 96 = 330 (100%)
R 98 of 330 ~ 29.7%
G 136 of 330 ~ 41.21%
B 96 of 330 ~ 29.09%

%29.7
%41.21
%29.09

CMYK color model

#628860 color CMYK value is (28,0,29,47).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 46.67%
CMYK:
(28,0,29,47)
C28M0Y29K47 
(28%,0%,29%,47%)
(0.28/0.00/0.29/0.47)	

CMYK percentages

%27.94
%0
%29.41
%46.67

Codes

Color #628860 in popluar color models

628860
RGB9813696
HSL117°17.24%45.49%
HSB/HSV117°29.41%53.33%
CMYK27.94%0.00%29.41%
46.67%

Color #628860 in popluar number systems.

HEX628860
Decimal9813696
Binary1100010100010001100000
Octal142210140

Shades and tints

Shades of #628860

#628860
(98,136,96)
#5A7C58
(90,124,88)
#527050
(82,112,80)
#4A6448
(74,100,72)
#425840
(66,88,64)
#3A4C38
(58,76,56)
#324030
(50,64,48)
#2A3428
(42,52,40)
#222820
(34,40,32)
#1A1C18
(26,28,24)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #628860

#628860
(98,136,96)
#70926E
(112,146,110)
#7E9C7C
(126,156,124)
#8CA68A
(140,166,138)
#9AB098
(154,176,152)
#A8BAA6
(168,186,166)
#B6C4B4
(182,196,180)
#C4CEC2
(196,206,194)
#D2D8D0
(210,216,208)
#E0E2DE
(224,226,222)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628860 color. Also use rgb(98,136,96) instead hex code.

Text Font Color

.myTextColor { color: #628860; }

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

This text font color is #628860.


Background Color

.myBgColor { background-color: #628860; }

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

This div background color is #628860.


Border color

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

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

This div border color is #628860.


Opacity

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

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

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

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

This text has shadow with #628860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628860 on black background.


Color preview on white background

This text has color #628860 on white background.



Black color preview on #628860 background

This text has black color on #628860 background.


White color preview on #628860 background

This text has white color on #628860 background.