COLOR #639579

HEX: #639579
RGB: (99,149,121)

Color info

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

RGB color model

#639579 color RGB value is (99,149,121).

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

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 121 of 255 = 47%

99
149
121

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

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 121 = 369 (100%)
R 99 of 369 ~ 26.83%
G 149 of 369 ~ 40.38%
B 121 of 369 ~ 32.79%

%26.83
%40.38
%32.79

CMYK color model

#639579 color CMYK value is (34,0,19,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(34,0,19,42)
C34M0Y19K42 
(34%,0%,19%,42%)
(0.34/0.00/0.19/0.42)	

CMYK percentages

%33.56
%0
%18.79
%41.57

Codes

Color #639579 in popluar color models

639579
RGB99149121
HSL146°20.16%48.63%
HSB/HSV146°33.56%58.43%
CMYK33.56%0.00%18.79%
41.57%

Color #639579 in popluar number systems.

HEX639579
Decimal99149121
Binary1100011100101011111001
Octal143225171

Shades and tints

Shades of #639579

#639579
(99,149,121)
#5A886E
(90,136,110)
#517B63
(81,123,99)
#486E58
(72,110,88)
#3F614D
(63,97,77)
#365442
(54,84,66)
#2D4737
(45,71,55)
#243A2C
(36,58,44)
#1B2D21
(27,45,33)
#122016
(18,32,22)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #639579

#639579
(99,149,121)
#719E85
(113,158,133)
#7FA791
(127,167,145)
#8DB09D
(141,176,157)
#9BB9A9
(155,185,169)
#A9C2B5
(169,194,181)
#B7CBC1
(183,203,193)
#C5D4CD
(197,212,205)
#D3DDD9
(211,221,217)
#E1E6E5
(225,230,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639579; }

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

This text font color is #639579.


Background Color

.myBgColor { background-color: #639579; }

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

This div background color is #639579.


Border color

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

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

This div border color is #639579.


Opacity

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

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

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

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

This text has shadow with #639579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639579 on black background.


Color preview on white background

This text has color #639579 on white background.



Black color preview on #639579 background

This text has black color on #639579 background.


White color preview on #639579 background

This text has white color on #639579 background.