COLOR #639E8A

HEX: #639E8A
RGB: (99,158,138)

Color info

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

RGB color model

#639E8A color RGB value is (99,158,138).

  • red value is 99;
  • green value is 158;
  • blue value is 138.
RGB:
(99,158,138)
(39%,62%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 158 of 255 = 62%
B 138 of 255 = 54%

99
158
138

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

Portions of RGB colors in percentages

R + G + B =
99 + 158 + 138 = 395 (100%)
R 99 of 395 ~ 25.06%
G 158 of 395 ~ 40%
B 138 of 395 ~ 34.94%

%25.06
%40
%34.94

CMYK color model

#639E8A color CMYK value is (37,0,13,38).

  • cyan value is 37.34%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 38.04%
CMYK:
(37,0,13,38)
C37M0Y13K38 
(37%,0%,13%,38%)
(0.37/0.00/0.13/0.38)	

CMYK percentages

%37.34
%0
%12.66
%38.04

Codes

Color #639E8A in popluar color models

639E8A
RGB99158138
HSL160°23.32%50.39%
HSB/HSV160°37.34%61.96%
CMYK37.34%0.00%12.66%
38.04%

Color #639E8A in popluar number systems.

HEX639E8A
Decimal99158138
Binary11000111001111010001010
Octal143236212

Shades and tints

Shades of #639E8A

#639E8A
(99,158,138)
#5A907E
(90,144,126)
#518272
(81,130,114)
#487466
(72,116,102)
#3F665A
(63,102,90)
#36584E
(54,88,78)
#2D4A42
(45,74,66)
#243C36
(36,60,54)
#1B2E2A
(27,46,42)
#12201E
(18,32,30)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #639E8A

#639E8A
(99,158,138)
#71A694
(113,166,148)
#7FAE9E
(127,174,158)
#8DB6A8
(141,182,168)
#9BBEB2
(155,190,178)
#A9C6BC
(169,198,188)
#B7CEC6
(183,206,198)
#C5D6D0
(197,214,208)
#D3DEDA
(211,222,218)
#E1E6E4
(225,230,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639E8A color. Also use rgb(99,158,138) instead hex code.

Text Font Color

.myTextColor { color: #639E8A; }

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

This text font color is #639E8A.


Background Color

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

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

This div background color is #639E8A.


Border color

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

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

This div border color is #639E8A.


Opacity

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

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

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

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

This text has shadow with #639E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639E8A on black background.


Color preview on white background

This text has color #639E8A on white background.



Black color preview on #639E8A background

This text has black color on #639E8A background.


White color preview on #639E8A background

This text has white color on #639E8A background.