COLOR #649887

HEX: #649887
RGB: (100,152,135)

Color info

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

RGB color model

#649887 color RGB value is (100,152,135).

  • red value is 100;
  • green value is 152;
  • blue value is 135.
RGB:
(100,152,135)
(39%,60%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 152 of 255 = 60%
B 135 of 255 = 53%

100
152
135

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

Portions of RGB colors in percentages

R + G + B =
100 + 152 + 135 = 387 (100%)
R 100 of 387 ~ 25.84%
G 152 of 387 ~ 39.28%
B 135 of 387 ~ 34.88%

%25.84
%39.28
%34.88

CMYK color model

#649887 color CMYK value is (34,0,11,40).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(34,0,11,40)
C34M0Y11K40 
(34%,0%,11%,40%)
(0.34/0.00/0.11/0.40)	

CMYK percentages

%34.21
%0
%11.18
%40.39

Codes

Color #649887 in popluar color models

649887
RGB100152135
HSL160°20.63%49.41%
HSB/HSV160°34.21%59.61%
CMYK34.21%0.00%11.18%
40.39%

Color #649887 in popluar number systems.

HEX649887
Decimal100152135
Binary11001001001100010000111
Octal144230207

Shades and tints

Shades of #649887

#649887
(100,152,135)
#5B8B7B
(91,139,123)
#527E6F
(82,126,111)
#497163
(73,113,99)
#406457
(64,100,87)
#37574B
(55,87,75)
#2E4A3F
(46,74,63)
#253D33
(37,61,51)
#1C3027
(28,48,39)
#13231B
(19,35,27)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #649887

#649887
(100,152,135)
#72A191
(114,161,145)
#80AA9B
(128,170,155)
#8EB3A5
(142,179,165)
#9CBCAF
(156,188,175)
#AAC5B9
(170,197,185)
#B8CEC3
(184,206,195)
#C6D7CD
(198,215,205)
#D4E0D7
(212,224,215)
#E2E9E1
(226,233,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649887 color. Also use rgb(100,152,135) instead hex code.

Text Font Color

.myTextColor { color: #649887; }

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

This text font color is #649887.


Background Color

.myBgColor { background-color: #649887; }

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

This div background color is #649887.


Border color

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

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

This div border color is #649887.


Opacity

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

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

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

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

This text has shadow with #649887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649887 on black background.


Color preview on white background

This text has color #649887 on white background.



Black color preview on #649887 background

This text has black color on #649887 background.


White color preview on #649887 background

This text has white color on #649887 background.