COLOR #638A8E

HEX: #638A8E
RGB: (99,138,142)

Color info

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

RGB color model

#638A8E color RGB value is (99,138,142).

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

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 142 of 255 = 56%

99
138
142

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

Portions of RGB colors in percentages

R + G + B =
99 + 138 + 142 = 379 (100%)
R 99 of 379 ~ 26.12%
G 138 of 379 ~ 36.41%
B 142 of 379 ~ 37.47%

%26.12
%36.41
%37.47

CMYK color model

#638A8E color CMYK value is (30,3,0,44).

  • cyan value is 30.28%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,3,0,44)
C30M3Y0K44 
(30%,3%,0%,44%)
(0.30/0.03/0.00/0.44)	

CMYK percentages

%30.28
%2.82
%0
%44.31

Codes

Color #638A8E in popluar color models

638A8E
RGB99138142
HSL186°17.84%47.25%
HSB/HSV186°30.28%55.69%
CMYK30.28%2.82%0.00%
44.31%

Color #638A8E in popluar number systems.

HEX638A8E
Decimal99138142
Binary11000111000101010001110
Octal143212216

Shades and tints

Shades of #638A8E

#638A8E
(99,138,142)
#5A7E82
(90,126,130)
#517276
(81,114,118)
#48666A
(72,102,106)
#3F5A5E
(63,90,94)
#364E52
(54,78,82)
#2D4246
(45,66,70)
#24363A
(36,54,58)
#1B2A2E
(27,42,46)
#121E22
(18,30,34)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #638A8E

#638A8E
(99,138,142)
#719498
(113,148,152)
#7F9EA2
(127,158,162)
#8DA8AC
(141,168,172)
#9BB2B6
(155,178,182)
#A9BCC0
(169,188,192)
#B7C6CA
(183,198,202)
#C5D0D4
(197,208,212)
#D3DADE
(211,218,222)
#E1E4E8
(225,228,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638A8E; }

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

This text font color is #638A8E.


Background Color

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

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

This div background color is #638A8E.


Border color

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

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

This div border color is #638A8E.


Opacity

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

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

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

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

This text has shadow with #638A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638A8E on black background.


Color preview on white background

This text has color #638A8E on white background.



Black color preview on #638A8E background

This text has black color on #638A8E background.


White color preview on #638A8E background

This text has white color on #638A8E background.