COLOR #638668

HEX: #638668
RGB: (99,134,104)

Color info

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

RGB color model

#638668 color RGB value is (99,134,104).

  • red value is 99;
  • green value is 134;
  • blue value is 104.
RGB:
(99,134,104)
(39%,53%,41%)

RGB channels and saturation

R 99 of 255 = 39%
G 134 of 255 = 53%
B 104 of 255 = 41%

99
134
104

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

Portions of RGB colors in percentages

R + G + B =
99 + 134 + 104 = 337 (100%)
R 99 of 337 ~ 29.38%
G 134 of 337 ~ 39.76%
B 104 of 337 ~ 30.86%

%29.38
%39.76
%30.86

CMYK color model

#638668 color CMYK value is (26,0,22,47).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(26,0,22,47)
C26M0Y22K47 
(26%,0%,22%,47%)
(0.26/0.00/0.22/0.47)	

CMYK percentages

%26.12
%0
%22.39
%47.45

Codes

Color #638668 in popluar color models

638668
RGB99134104
HSL129°15.02%45.69%
HSB/HSV129°26.12%52.55%
CMYK26.12%0.00%22.39%
47.45%

Color #638668 in popluar number systems.

HEX638668
Decimal99134104
Binary1100011100001101101000
Octal143206150

Shades and tints

Shades of #638668

#638668
(99,134,104)
#5A7A5F
(90,122,95)
#516E56
(81,110,86)
#48624D
(72,98,77)
#3F5644
(63,86,68)
#364A3B
(54,74,59)
#2D3E32
(45,62,50)
#243229
(36,50,41)
#1B2620
(27,38,32)
#121A17
(18,26,23)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #638668

#638668
(99,134,104)
#719175
(113,145,117)
#7F9C82
(127,156,130)
#8DA78F
(141,167,143)
#9BB29C
(155,178,156)
#A9BDA9
(169,189,169)
#B7C8B6
(183,200,182)
#C5D3C3
(197,211,195)
#D3DED0
(211,222,208)
#E1E9DD
(225,233,221)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638668 color. Also use rgb(99,134,104) instead hex code.

Text Font Color

.myTextColor { color: #638668; }

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

This text font color is #638668.


Background Color

.myBgColor { background-color: #638668; }

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

This div background color is #638668.


Border color

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

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

This div border color is #638668.


Opacity

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

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

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

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

This text has shadow with #638668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638668 on black background.


Color preview on white background

This text has color #638668 on white background.



Black color preview on #638668 background

This text has black color on #638668 background.


White color preview on #638668 background

This text has white color on #638668 background.