COLOR #639590

HEX: #639590
RGB: (99,149,144)

Color info

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

RGB color model

#639590 color RGB value is (99,149,144).

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

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 144 of 255 = 56%

99
149
144

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

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 144 = 392 (100%)
R 99 of 392 ~ 25.26%
G 149 of 392 ~ 38.01%
B 144 of 392 ~ 36.73%

%25.26
%38.01
%36.73

CMYK color model

#639590 color CMYK value is (34,0,3,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(34,0,3,42)
C34M0Y3K42 
(34%,0%,3%,42%)
(0.34/0.00/0.03/0.42)	

CMYK percentages

%33.56
%0
%3.36
%41.57

Codes

Color #639590 in popluar color models

639590
RGB99149144
HSL174°20.16%48.63%
HSB/HSV174°33.56%58.43%
CMYK33.56%0.00%3.36%
41.57%

Color #639590 in popluar number systems.

HEX639590
Decimal99149144
Binary11000111001010110010000
Octal143225220

Shades and tints

Shades of #639590

#639590
(99,149,144)
#5A8883
(90,136,131)
#517B76
(81,123,118)
#486E69
(72,110,105)
#3F615C
(63,97,92)
#36544F
(54,84,79)
#2D4742
(45,71,66)
#243A35
(36,58,53)
#1B2D28
(27,45,40)
#12201B
(18,32,27)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #639590

#639590
(99,149,144)
#719E9A
(113,158,154)
#7FA7A4
(127,167,164)
#8DB0AE
(141,176,174)
#9BB9B8
(155,185,184)
#A9C2C2
(169,194,194)
#B7CBCC
(183,203,204)
#C5D4D6
(197,212,214)
#D3DDE0
(211,221,224)
#E1E6EA
(225,230,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639590; }

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

This text font color is #639590.


Background Color

.myBgColor { background-color: #639590; }

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

This div background color is #639590.


Border color

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

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

This div border color is #639590.


Opacity

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

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

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

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

This text has shadow with #639590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639590 on black background.


Color preview on white background

This text has color #639590 on white background.



Black color preview on #639590 background

This text has black color on #639590 background.


White color preview on #639590 background

This text has white color on #639590 background.