COLOR #628762

HEX: #628762
RGB: (98,135,98)

Color info

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

RGB color model

#628762 color RGB value is (98,135,98).

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

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 98 of 255 = 38%

98
135
98

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

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 98 = 331 (100%)
R 98 of 331 ~ 29.61%
G 135 of 331 ~ 40.79%
B 98 of 331 ~ 29.61%

%29.61
%40.79
%29.61

CMYK color model

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

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(27,0,27,47)
C27M0Y27K47 
(27%,0%,27%,47%)
(0.27/0.00/0.27/0.47)	

CMYK percentages

%27.41
%0
%27.41
%47.06

Codes

Color #628762 in popluar color models

628762
RGB9813598
HSL120°15.88%45.69%
HSB/HSV120°27.41%52.94%
CMYK27.41%0.00%27.41%
47.06%

Color #628762 in popluar number systems.

HEX628762
Decimal9813598
Binary1100010100001111100010
Octal142207142

Shades and tints

Shades of #628762

#628762
(98,135,98)
#5A7B5A
(90,123,90)
#526F52
(82,111,82)
#4A634A
(74,99,74)
#425742
(66,87,66)
#3A4B3A
(58,75,58)
#323F32
(50,63,50)
#2A332A
(42,51,42)
#222722
(34,39,34)
#1A1B1A
(26,27,26)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #628762

#628762
(98,135,98)
#709170
(112,145,112)
#7E9B7E
(126,155,126)
#8CA58C
(140,165,140)
#9AAF9A
(154,175,154)
#A8B9A8
(168,185,168)
#B6C3B6
(182,195,182)
#C4CDC4
(196,205,196)
#D2D7D2
(210,215,210)
#E0E1E0
(224,225,224)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628762; }

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

This text font color is #628762.


Background Color

.myBgColor { background-color: #628762; }

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

This div background color is #628762.


Border color

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

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

This div border color is #628762.


Opacity

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

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

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

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

This text has shadow with #628762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628762 on black background.


Color preview on white background

This text has color #628762 on white background.



Black color preview on #628762 background

This text has black color on #628762 background.


White color preview on #628762 background

This text has white color on #628762 background.