COLOR #638B8B

HEX: #638B8B RGB: (99,139,139)

Color info

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

RGB color model

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

RGB: (99,139,139) (39%, 55%, 55%)

RGB channels and saturation

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

99
139
139

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

Portions of RGB colors in percentages

R + G + B = 99 + 139 + 139 = 377 (100%)
R 99 of 377 ~ 26.26%
G 139 of 377 ~ 36.87%
B 139 of 377 ~ 36.87'%

%26.26
%36.87
%36.87

CMYK color model

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

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (29,0,0,45)
C29M0Y0K45 (29%, 0%, 0%, 45%)
(0.29 / 0.00 / 0.00 / 0.45)

CMYK percentages

%28.78
%0
%0
%45.49

Codes

Color #638B8B in popluar color models

63 8B 8B
RGB 99 139 139
HSL 180° 16.81% 46.67%
HSB/HSV 180° 28.78% 54.51%
CMYK 28.78% 0.00% 0.00%
45.49%

Color #638B8B in popluar number systems.

HEX 63 8B 8B
Decimal 99 139 139
Binary 1100011 10001011 10001011
Octal 143 213 213

Shades and tints

Shades of #638B8B

#638B8B
(99,139,139)
#5A7F7F
(90,127,127)
#517373
(81,115,115)
#486767
(72,103,103)
#3F5B5B
(63,91,91)
#364F4F
(54,79,79)
#2D4343
(45,67,67)
#243737
(36,55,55)
#1B2B2B
(27,43,43)
#121F1F
(18,31,31)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #638B8B

#638B8B
(99,139,139)
#719595
(113,149,149)
#7F9F9F
(127,159,159)
#8DA9A9
(141,169,169)
#9BB3B3
(155,179,179)
#A9BDBD
(169,189,189)
#B7C7C7
(183,199,199)
#C5D1D1
(197,209,209)
#D3DBDB
(211,219,219)
#E1E5E5
(225,229,229)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B8B; }

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

This text font color is #638B8B.

Background Color

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

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

This div background color is #638B8B.

Border color

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

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

This div border color is #638B8B.

Opacity

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

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

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

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

This text has shadow with #638B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638B8B.

Preview

Color preview on black background

This text has color #638B8B on black background.


Color preview on white background

This text has color #638B8B on white background.


Black color preview on #638B8B background

This text has black color on #638B8B background.


White color preview on #638B8B background

This text has white color on #638B8B background.


Related colors

Complementary color

Complementary color for #hex is #9C7474.


I love getcolorcode.com