COLOR #649C87

HEX: #649C87
RGB: (100,156,135)

Color info

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

RGB color model

#649C87 color RGB value is (100,156,135).

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

RGB channels and saturation

R 100 of 255 = 39%
G 156 of 255 = 61%
B 135 of 255 = 53%

100
156
135

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

Portions of RGB colors in percentages

R + G + B =
100 + 156 + 135 = 391 (100%)
R 100 of 391 ~ 25.58%
G 156 of 391 ~ 39.9%
B 135 of 391 ~ 34.53%

%25.58
%39.9
%34.53

CMYK color model

#649C87 color CMYK value is (36,0,13,39).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(36,0,13,39)
C36M0Y13K39 
(36%,0%,13%,39%)
(0.36/0.00/0.13/0.39)	

CMYK percentages

%35.9
%0
%13.46
%38.82

Codes

Color #649C87 in popluar color models

649C87
RGB100156135
HSL158°22.05%50.20%
HSB/HSV158°35.90%61.18%
CMYK35.90%0.00%13.46%
38.82%

Color #649C87 in popluar number systems.

HEX649C87
Decimal100156135
Binary11001001001110010000111
Octal144234207

Shades and tints

Shades of #649C87

#649C87
(100,156,135)
#5B8E7B
(91,142,123)
#52806F
(82,128,111)
#497263
(73,114,99)
#406457
(64,100,87)
#37564B
(55,86,75)
#2E483F
(46,72,63)
#253A33
(37,58,51)
#1C2C27
(28,44,39)
#131E1B
(19,30,27)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #649C87

#649C87
(100,156,135)
#72A591
(114,165,145)
#80AE9B
(128,174,155)
#8EB7A5
(142,183,165)
#9CC0AF
(156,192,175)
#AAC9B9
(170,201,185)
#B8D2C3
(184,210,195)
#C6DBCD
(198,219,205)
#D4E4D7
(212,228,215)
#E2EDE1
(226,237,225)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649C87; }

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

This text font color is #649C87.


Background Color

.myBgColor { background-color: #649C87; }

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

This div background color is #649C87.


Border color

.myBorderColor { border: 1px solid #649C87; }

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

This div border color is #649C87.


Opacity

.myOpacity80 { color: #649C87; opacity: 0.8; }

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

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

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

This text has shadow with #649C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649C87 on black background.


Color preview on white background

This text has color #649C87 on white background.



Black color preview on #649C87 background

This text has black color on #649C87 background.


White color preview on #649C87 background

This text has white color on #649C87 background.