COLOR #628A63

HEX: #628A63
RGB: (98,138,99)

Color info

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

RGB color model

#628A63 color RGB value is (98,138,99).

  • red value is 98;
  • green value is 138;
  • blue value is 99.
RGB:
(98,138,99)
(38%,54%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 99 of 255 = 39%

98
138
99

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 99 = 335 (100%)
R 98 of 335 ~ 29.25%
G 138 of 335 ~ 41.19%
B 99 of 335 ~ 29.55%

%29.25
%41.19
%29.55

CMYK color model

#628A63 color CMYK value is (29,0,28,46).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 45.88%
CMYK:
(29,0,28,46)
C29M0Y28K46 
(29%,0%,28%,46%)
(0.29/0.00/0.28/0.46)	

CMYK percentages

%28.99
%0
%28.26
%45.88

Codes

Color #628A63 in popluar color models

628A63
RGB9813899
HSL122°16.95%46.27%
HSB/HSV122°28.99%54.12%
CMYK28.99%0.00%28.26%
45.88%

Color #628A63 in popluar number systems.

HEX628A63
Decimal9813899
Binary1100010100010101100011
Octal142212143

Shades and tints

Shades of #628A63

#628A63
(98,138,99)
#5A7E5A
(90,126,90)
#527251
(82,114,81)
#4A6648
(74,102,72)
#425A3F
(66,90,63)
#3A4E36
(58,78,54)
#32422D
(50,66,45)
#2A3624
(42,54,36)
#222A1B
(34,42,27)
#1A1E12
(26,30,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #628A63

#628A63
(98,138,99)
#709471
(112,148,113)
#7E9E7F
(126,158,127)
#8CA88D
(140,168,141)
#9AB29B
(154,178,155)
#A8BCA9
(168,188,169)
#B6C6B7
(182,198,183)
#C4D0C5
(196,208,197)
#D2DAD3
(210,218,211)
#E0E4E1
(224,228,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628A63 color. Also use rgb(98,138,99) instead hex code.

Text Font Color

.myTextColor { color: #628A63; }

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

This text font color is #628A63.


Background Color

.myBgColor { background-color: #628A63; }

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

This div background color is #628A63.


Border color

.myBorderColor { border: 1px solid #628A63; }

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

This div border color is #628A63.


Opacity

.myOpacity80 { color: #628A63; opacity: 0.8; }

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

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

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

This text has shadow with #628A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A63 on black background.


Color preview on white background

This text has color #628A63 on white background.



Black color preview on #628A63 background

This text has black color on #628A63 background.


White color preview on #628A63 background

This text has white color on #628A63 background.