COLOR #638B89

HEX: #638B89
RGB: (99,139,137)

Color info

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

RGB color model

#638B89 color RGB value is (99,139,137).

  • red value is 99;
  • green value is 139;
  • blue value is 137.
RGB:
(99,139,137)
(39%,55%,54%)

RGB channels and saturation

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

99
139
137

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 137 = 375 (100%)
R 99 of 375 ~ 26.4%
G 139 of 375 ~ 37.07%
B 137 of 375 ~ 36.53%

%26.4
%37.07
%36.53

CMYK color model

#638B89 color CMYK value is (29,0,1,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(29,0,1,45)
C29M0Y1K45 
(29%,0%,1%,45%)
(0.29/0.00/0.01/0.45)	

CMYK percentages

%28.78
%0
%1.44
%45.49

Codes

Color #638B89 in popluar color models

638B89
RGB99139137
HSL177°16.81%46.67%
HSB/HSV177°28.78%54.51%
CMYK28.78%0.00%1.44%
45.49%

Color #638B89 in popluar number systems.

HEX638B89
Decimal99139137
Binary11000111000101110001001
Octal143213211

Shades and tints

Shades of #638B89

#638B89
(99,139,137)
#5A7F7D
(90,127,125)
#517371
(81,115,113)
#486765
(72,103,101)
#3F5B59
(63,91,89)
#364F4D
(54,79,77)
#2D4341
(45,67,65)
#243735
(36,55,53)
#1B2B29
(27,43,41)
#121F1D
(18,31,29)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #638B89

#638B89
(99,139,137)
#719593
(113,149,147)
#7F9F9D
(127,159,157)
#8DA9A7
(141,169,167)
#9BB3B1
(155,179,177)
#A9BDBB
(169,189,187)
#B7C7C5
(183,199,197)
#C5D1CF
(197,209,207)
#D3DBD9
(211,219,217)
#E1E5E3
(225,229,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B89; }

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

This text font color is #638B89.


Background Color

.myBgColor { background-color: #638B89; }

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

This div background color is #638B89.


Border color

.myBorderColor { border: 1px solid #638B89; }

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

This div border color is #638B89.


Opacity

.myOpacity80 { color: #638B89; opacity: 0.8; }

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

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

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

This text has shadow with #638B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B89 on black background.


Color preview on white background

This text has color #638B89 on white background.



Black color preview on #638B89 background

This text has black color on #638B89 background.


White color preview on #638B89 background

This text has white color on #638B89 background.