COLOR #638979

HEX: #638979
RGB: (99,137,121)

Color info

#638979 contains red, green and blue colors in about the same proportion. Web safe color of #638979 is #669966 (or #696).

RGB color model

#638979 color RGB value is (99,137,121).

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

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 121 of 255 = 47%

99
137
121

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 121 = 357 (100%)
R 99 of 357 ~ 27.73%
G 137 of 357 ~ 38.38%
B 121 of 357 ~ 33.89%

%27.73
%38.38
%33.89

CMYK color model

#638979 color CMYK value is (28,0,12,46).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(28,0,12,46)
C28M0Y12K46 
(28%,0%,12%,46%)
(0.28/0.00/0.12/0.46)	

CMYK percentages

%27.74
%0
%11.68
%46.27

Codes

Color #638979 in popluar color models

638979
RGB99137121
HSL155°16.10%46.27%
HSB/HSV155°27.74%53.73%
CMYK27.74%0.00%11.68%
46.27%

Color #638979 in popluar number systems.

HEX638979
Decimal99137121
Binary1100011100010011111001
Octal143211171

Shades and tints

Shades of #638979

#638979
(99,137,121)
#5A7D6E
(90,125,110)
#517163
(81,113,99)
#486558
(72,101,88)
#3F594D
(63,89,77)
#364D42
(54,77,66)
#2D4137
(45,65,55)
#24352C
(36,53,44)
#1B2921
(27,41,33)
#121D16
(18,29,22)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #638979

#638979
(99,137,121)
#719385
(113,147,133)
#7F9D91
(127,157,145)
#8DA79D
(141,167,157)
#9BB1A9
(155,177,169)
#A9BBB5
(169,187,181)
#B7C5C1
(183,197,193)
#C5CFCD
(197,207,205)
#D3D9D9
(211,217,217)
#E1E3E5
(225,227,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638979; }

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

This text font color is #638979.


Background Color

.myBgColor { background-color: #638979; }

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

This div background color is #638979.


Border color

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

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

This div border color is #638979.


Opacity

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

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

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

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

This text has shadow with #638979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638979 on black background.


Color preview on white background

This text has color #638979 on white background.



Black color preview on #638979 background

This text has black color on #638979 background.


White color preview on #638979 background

This text has white color on #638979 background.