COLOR #638B8D

HEX: #638B8D
RGB: (99,139,141)

Color info

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

RGB color model

#638B8D color RGB value is (99,139,141).

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

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 141 of 255 = 55%

99
139
141

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 141 = 379 (100%)
R 99 of 379 ~ 26.12%
G 139 of 379 ~ 36.68%
B 141 of 379 ~ 37.2%

%26.12
%36.68
%37.2

CMYK color model

#638B8D color CMYK value is (30,1,0,45).

  • cyan value is 29.79%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(30,1,0,45)
C30M1Y0K45 
(30%,1%,0%,45%)
(0.30/0.01/0.00/0.45)	

CMYK percentages

%29.79
%1.42
%0
%44.71

Codes

Color #638B8D in popluar color models

638B8D
RGB99139141
HSL183°17.50%47.06%
HSB/HSV183°29.79%55.29%
CMYK29.79%1.42%0.00%
44.71%

Color #638B8D in popluar number systems.

HEX638B8D
Decimal99139141
Binary11000111000101110001101
Octal143213215

Shades and tints

Shades of #638B8D

#638B8D
(99,139,141)
#5A7F81
(90,127,129)
#517375
(81,115,117)
#486769
(72,103,105)
#3F5B5D
(63,91,93)
#364F51
(54,79,81)
#2D4345
(45,67,69)
#243739
(36,55,57)
#1B2B2D
(27,43,45)
#121F21
(18,31,33)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #638B8D

#638B8D
(99,139,141)
#719597
(113,149,151)
#7F9FA1
(127,159,161)
#8DA9AB
(141,169,171)
#9BB3B5
(155,179,181)
#A9BDBF
(169,189,191)
#B7C7C9
(183,199,201)
#C5D1D3
(197,209,211)
#D3DBDD
(211,219,221)
#E1E5E7
(225,229,231)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B8D; }

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

This text font color is #638B8D.


Background Color

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

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

This div background color is #638B8D.


Border color

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

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

This div border color is #638B8D.


Opacity

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

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

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

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

This text has shadow with #638B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B8D on black background.


Color preview on white background

This text has color #638B8D on white background.



Black color preview on #638B8D background

This text has black color on #638B8D background.


White color preview on #638B8D background

This text has white color on #638B8D background.