COLOR #628967

HEX: #628967
RGB: (98,137,103)

Color info

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

RGB color model

#628967 color RGB value is (98,137,103).

  • red value is 98;
  • green value is 137;
  • blue value is 103.
RGB:
(98,137,103)
(38%,54%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 103 of 255 = 40%

98
137
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 137 + 103 = 338 (100%)
R 98 of 338 ~ 28.99%
G 137 of 338 ~ 40.53%
B 103 of 338 ~ 30.47%

%28.99
%40.53
%30.47

CMYK color model

#628967 color CMYK value is (28,0,25,46).

  • cyan value is 28.47%
  • magenta value is 0.00%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(28,0,25,46)
C28M0Y25K46 
(28%,0%,25%,46%)
(0.28/0.00/0.25/0.46)	

CMYK percentages

%28.47
%0
%24.82
%46.27

Codes

Color #628967 in popluar color models

628967
RGB98137103
HSL128°16.60%46.08%
HSB/HSV128°28.47%53.73%
CMYK28.47%0.00%24.82%
46.27%

Color #628967 in popluar number systems.

HEX628967
Decimal98137103
Binary1100010100010011100111
Octal142211147

Shades and tints

Shades of #628967

#628967
(98,137,103)
#5A7D5E
(90,125,94)
#527155
(82,113,85)
#4A654C
(74,101,76)
#425943
(66,89,67)
#3A4D3A
(58,77,58)
#324131
(50,65,49)
#2A3528
(42,53,40)
#22291F
(34,41,31)
#1A1D16
(26,29,22)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #628967

#628967
(98,137,103)
#709374
(112,147,116)
#7E9D81
(126,157,129)
#8CA78E
(140,167,142)
#9AB19B
(154,177,155)
#A8BBA8
(168,187,168)
#B6C5B5
(182,197,181)
#C4CFC2
(196,207,194)
#D2D9CF
(210,217,207)
#E0E3DC
(224,227,220)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628967 color. Also use rgb(98,137,103) instead hex code.

Text Font Color

.myTextColor { color: #628967; }

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

This text font color is #628967.


Background Color

.myBgColor { background-color: #628967; }

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

This div background color is #628967.


Border color

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

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

This div border color is #628967.


Opacity

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

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

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

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

This text has shadow with #628967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628967 on black background.


Color preview on white background

This text has color #628967 on white background.



Black color preview on #628967 background

This text has black color on #628967 background.


White color preview on #628967 background

This text has white color on #628967 background.