COLOR #638A82

HEX: #638A82
RGB: (99,138,130)

Color info

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

RGB color model

#638A82 color RGB value is (99,138,130).

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

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 130 of 255 = 51%

99
138
130

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

Portions of RGB colors in percentages

R + G + B =
99 + 138 + 130 = 367 (100%)
R 99 of 367 ~ 26.98%
G 138 of 367 ~ 37.6%
B 130 of 367 ~ 35.42%

%26.98
%37.6
%35.42

CMYK color model

#638A82 color CMYK value is (28,0,6,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(28,0,6,46)
C28M0Y6K46 
(28%,0%,6%,46%)
(0.28/0.00/0.06/0.46)	

CMYK percentages

%28.26
%0
%5.8
%45.88

Codes

Color #638A82 in popluar color models

638A82
RGB99138130
HSL168°16.46%46.47%
HSB/HSV168°28.26%54.12%
CMYK28.26%0.00%5.80%
45.88%

Color #638A82 in popluar number systems.

HEX638A82
Decimal99138130
Binary11000111000101010000010
Octal143212202

Shades and tints

Shades of #638A82

#638A82
(99,138,130)
#5A7E77
(90,126,119)
#51726C
(81,114,108)
#486661
(72,102,97)
#3F5A56
(63,90,86)
#364E4B
(54,78,75)
#2D4240
(45,66,64)
#243635
(36,54,53)
#1B2A2A
(27,42,42)
#121E1F
(18,30,31)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #638A82

#638A82
(99,138,130)
#71948D
(113,148,141)
#7F9E98
(127,158,152)
#8DA8A3
(141,168,163)
#9BB2AE
(155,178,174)
#A9BCB9
(169,188,185)
#B7C6C4
(183,198,196)
#C5D0CF
(197,208,207)
#D3DADA
(211,218,218)
#E1E4E5
(225,228,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638A82; }

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

This text font color is #638A82.


Background Color

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

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

This div background color is #638A82.


Border color

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

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

This div border color is #638A82.


Opacity

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

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

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

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

This text has shadow with #638A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638A82 on black background.


Color preview on white background

This text has color #638A82 on white background.



Black color preview on #638A82 background

This text has black color on #638A82 background.


White color preview on #638A82 background

This text has white color on #638A82 background.