COLOR #639D8D

HEX: #639D8D RGB: (99,157,141)

Color info

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

RGB color model

#639D8D color RGB value is (99,157,141).

RGB: (99,157,141) (39%, 62%, 55%)

RGB channels and saturation

R 99 of 255 = 39%
G 157 of 255 = 62%
B 141 of 255 = 55%

99
157
141

R + G + B ~ 52%. #639D8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 157 + 141 = 397 (100%)
R 99 of 397 ~ 24.94%
G 157 of 397 ~ 39.55%
B 141 of 397 ~ 35.52'%

%24.94
%39.55
%35.52

CMYK color model

#639D8D color CMYK value is (37,0,10,38).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 38.43%

CMYK: (37,0,10,38)
C37M0Y10K38 (37%, 0%, 10%, 38%)
(0.37 / 0.00 / 0.10 / 0.38)

CMYK percentages

%36.94
%0
%10.19
%38.43

Codes

Color #639D8D in popluar color models

63 9D 8D
RGB 99 157 141
HSL 163° 22.83% 50.20%
HSB/HSV 163° 36.94% 61.57%
CMYK 36.94% 0.00% 10.19%
38.43%

Color #639D8D in popluar number systems.

HEX 63 9D 8D
Decimal 99 157 141
Binary 1100011 10011101 10001101
Octal 143 235 215

Shades and tints

Shades of #639D8D

#639D8D
(99,157,141)
#5A8F81
(90,143,129)
#518175
(81,129,117)
#487369
(72,115,105)
#3F655D
(63,101,93)
#365751
(54,87,81)
#2D4945
(45,73,69)
#243B39
(36,59,57)
#1B2D2D
(27,45,45)
#121F21
(18,31,33)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #639D8D

#639D8D
(99,157,141)
#71A597
(113,165,151)
#7FADA1
(127,173,161)
#8DB5AB
(141,181,171)
#9BBDB5
(155,189,181)
#A9C5BF
(169,197,191)
#B7CDC9
(183,205,201)
#C5D5D3
(197,213,211)
#D3DDDD
(211,221,221)
#E1E5E7
(225,229,231)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639D8D color. Also use rgb(99,157,141) instead hex code.

Text Font Color

.myTextColor { color: #639D8D; }

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

This text font color is #639D8D.

Background Color

.myBgColor { background-color: #639D8D; }

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

This div background color is #639D8D.

Border color

.myBorderColor { border: 1px solid #639D8D; }

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

This div border color is #639D8D.

Opacity

.myOpacity80 { color: #639D8D; opacity: 0.8; }

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

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

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

This text has shadow with #639D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639D8D.

Preview

Color preview on black background

This text has color #639D8D on black background.


Color preview on white background

This text has color #639D8D on white background.


Black color preview on #639D8D background

This text has black color on #639D8D background.


White color preview on #639D8D background

This text has white color on #639D8D background.


Related colors

Complementary color

Complementary color for #hex is #9C6272.


I love getcolorcode.com

Triadic colors

1 #8D639D and #9D8D63 with #639D8D are triadic colors.

2 #8D9D63 and #9D638D with #639D8D are triadic colors.