COLOR #638989

HEX: #638989 RGB: (99,137,137)

Color info

#638989 contains red, green and blue colors in about the same proportion. Web safe color of #638989 is #669999 (or #699).

RGB color model

#638989 color RGB value is (99,137,137).

RGB: (99,137,137) (39%, 54%, 54%)

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 137 of 255 = 54%

99
137
137

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

Portions of RGB colors in percentages

R + G + B = 99 + 137 + 137 = 373 (100%)
R 99 of 373 ~ 26.54%
G 137 of 373 ~ 36.73%
B 137 of 373 ~ 36.73'%

%26.54
%36.73
%36.73

CMYK color model

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

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (28,0,0,46)
C28M0Y0K46 (28%, 0%, 0%, 46%)
(0.28 / 0.00 / 0.00 / 0.46)

CMYK percentages

%27.74
%0
%0
%46.27

Codes

Color #638989 in popluar color models

63 89 89
RGB 99 137 137
HSL 180° 16.10% 46.27%
HSB/HSV 180° 27.74% 53.73%
CMYK 27.74% 0.00% 0.00%
46.27%

Color #638989 in popluar number systems.

HEX 63 89 89
Decimal 99 137 137
Binary 1100011 10001001 10001001
Octal 143 211 211

Shades and tints

Shades of #638989

#638989
(99,137,137)
#5A7D7D
(90,125,125)
#517171
(81,113,113)
#486565
(72,101,101)
#3F5959
(63,89,89)
#364D4D
(54,77,77)
#2D4141
(45,65,65)
#243535
(36,53,53)
#1B2929
(27,41,41)
#121D1D
(18,29,29)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #638989

#638989
(99,137,137)
#719393
(113,147,147)
#7F9D9D
(127,157,157)
#8DA7A7
(141,167,167)
#9BB1B1
(155,177,177)
#A9BBBB
(169,187,187)
#B7C5C5
(183,197,197)
#C5CFCF
(197,207,207)
#D3D9D9
(211,217,217)
#E1E3E3
(225,227,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638989; }

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

This text font color is #638989.

Background Color

.myBgColor { background-color: #638989; }

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

This div background color is #638989.

Border color

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

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

This div border color is #638989.

Opacity

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

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

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

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

This text has shadow with #638989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638989.

Preview

Color preview on black background

This text has color #638989 on black background.


Color preview on white background

This text has color #638989 on white background.


Black color preview on #638989 background

This text has black color on #638989 background.


White color preview on #638989 background

This text has white color on #638989 background.


Related colors

Complementary color

Complementary color for #hex is #9C7676.


I love getcolorcode.com