COLOR #629668

HEX: #629668
RGB: (98,150,104)

Color info

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

RGB color model

#629668 color RGB value is (98,150,104).

  • red value is 98;
  • green value is 150;
  • blue value is 104.
RGB:
(98,150,104)
(38%,59%,41%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 104 of 255 = 41%

98
150
104

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

Portions of RGB colors in percentages

R + G + B =
98 + 150 + 104 = 352 (100%)
R 98 of 352 ~ 27.84%
G 150 of 352 ~ 42.61%
B 104 of 352 ~ 29.55%

%27.84
%42.61
%29.55

CMYK color model

#629668 color CMYK value is (35,0,31,41).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(35,0,31,41)
C35M0Y31K41 
(35%,0%,31%,41%)
(0.35/0.00/0.31/0.41)	

CMYK percentages

%34.67
%0
%30.67
%41.18

Codes

Color #629668 in popluar color models

629668
RGB98150104
HSL127°20.97%48.63%
HSB/HSV127°34.67%58.82%
CMYK34.67%0.00%30.67%
41.18%

Color #629668 in popluar number systems.

HEX629668
Decimal98150104
Binary1100010100101101101000
Octal142226150

Shades and tints

Shades of #629668

#629668
(98,150,104)
#5A895F
(90,137,95)
#527C56
(82,124,86)
#4A6F4D
(74,111,77)
#426244
(66,98,68)
#3A553B
(58,85,59)
#324832
(50,72,50)
#2A3B29
(42,59,41)
#222E20
(34,46,32)
#1A2117
(26,33,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #629668

#629668
(98,150,104)
#709F75
(112,159,117)
#7EA882
(126,168,130)
#8CB18F
(140,177,143)
#9ABA9C
(154,186,156)
#A8C3A9
(168,195,169)
#B6CCB6
(182,204,182)
#C4D5C3
(196,213,195)
#D2DED0
(210,222,208)
#E0E7DD
(224,231,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #629668; }

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

This text font color is #629668.


Background Color

.myBgColor { background-color: #629668; }

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

This div background color is #629668.


Border color

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

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

This div border color is #629668.


Opacity

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

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

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

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

This text has shadow with #629668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629668 on black background.


Color preview on white background

This text has color #629668 on white background.



Black color preview on #629668 background

This text has black color on #629668 background.


White color preview on #629668 background

This text has white color on #629668 background.