COLOR #638983

HEX: #638983
RGB: (99,137,131)

Color info

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

RGB color model

#638983 color RGB value is (99,137,131).

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

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 131 of 255 = 51%

99
137
131

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 131 = 367 (100%)
R 99 of 367 ~ 26.98%
G 137 of 367 ~ 37.33%
B 131 of 367 ~ 35.69%

%26.98
%37.33
%35.69

CMYK color model

#638983 color CMYK value is (28,0,4,46).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(28,0,4,46)
C28M0Y4K46 
(28%,0%,4%,46%)
(0.28/0.00/0.04/0.46)	

CMYK percentages

%27.74
%0
%4.38
%46.27

Codes

Color #638983 in popluar color models

638983
RGB99137131
HSL171°16.10%46.27%
HSB/HSV171°27.74%53.73%
CMYK27.74%0.00%4.38%
46.27%

Color #638983 in popluar number systems.

HEX638983
Decimal99137131
Binary11000111000100110000011
Octal143211203

Shades and tints

Shades of #638983

#638983
(99,137,131)
#5A7D78
(90,125,120)
#51716D
(81,113,109)
#486562
(72,101,98)
#3F5957
(63,89,87)
#364D4C
(54,77,76)
#2D4141
(45,65,65)
#243536
(36,53,54)
#1B292B
(27,41,43)
#121D20
(18,29,32)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #638983

#638983
(99,137,131)
#71938E
(113,147,142)
#7F9D99
(127,157,153)
#8DA7A4
(141,167,164)
#9BB1AF
(155,177,175)
#A9BBBA
(169,187,186)
#B7C5C5
(183,197,197)
#C5CFD0
(197,207,208)
#D3D9DB
(211,217,219)
#E1E3E6
(225,227,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638983 color. Also use rgb(99,137,131) instead hex code.

Text Font Color

.myTextColor { color: #638983; }

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

This text font color is #638983.


Background Color

.myBgColor { background-color: #638983; }

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

This div background color is #638983.


Border color

.myBorderColor { border: 1px solid #638983; }

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

This div border color is #638983.


Opacity

.myOpacity80 { color: #638983; opacity: 0.8; }

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

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

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

This text has shadow with #638983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638983 on black background.


Color preview on white background

This text has color #638983 on white background.



Black color preview on #638983 background

This text has black color on #638983 background.


White color preview on #638983 background

This text has white color on #638983 background.