COLOR #649DA0

HEX: #649DA0
RGB: (100,157,160)

Color info

#649DA0 contains mainly green and blue colors. Web safe color of #649DA0 is #669999 (or #699).

RGB color model

#649DA0 color RGB value is (100,157,160).

  • red value is 100;
  • green value is 157;
  • blue value is 160.
RGB:
(100,157,160)
(39%,62%,63%)

RGB channels and saturation

R 100 of 255 = 39%
G 157 of 255 = 62%
B 160 of 255 = 63%

100
157
160

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

Portions of RGB colors in percentages

R + G + B =
100 + 157 + 160 = 417 (100%)
R 100 of 417 ~ 23.98%
G 157 of 417 ~ 37.65%
B 160 of 417 ~ 38.37%

%23.98
%37.65
%38.37

CMYK color model

#649DA0 color CMYK value is (38,2,0,37).

  • cyan value is 37.50%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(38,2,0,37)
C38M2Y0K37 
(38%,2%,0%,37%)
(0.38/0.02/0.00/0.37)	

CMYK percentages

%37.5
%1.87
%0
%37.25

Codes

Color #649DA0 in popluar color models

649DA0
RGB100157160
HSL183°24.00%50.98%
HSB/HSV183°37.50%62.75%
CMYK37.50%1.87%0.00%
37.25%

Color #649DA0 in popluar number systems.

HEX649DA0
Decimal100157160
Binary11001001001110110100000
Octal144235240

Shades and tints

Shades of #649DA0

#649DA0
(100,157,160)
#5B8F92
(91,143,146)
#528184
(82,129,132)
#497376
(73,115,118)
#406568
(64,101,104)
#37575A
(55,87,90)
#2E494C
(46,73,76)
#253B3E
(37,59,62)
#1C2D30
(28,45,48)
#131F22
(19,31,34)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #649DA0

#649DA0
(100,157,160)
#72A5A8
(114,165,168)
#80ADB0
(128,173,176)
#8EB5B8
(142,181,184)
#9CBDC0
(156,189,192)
#AAC5C8
(170,197,200)
#B8CDD0
(184,205,208)
#C6D5D8
(198,213,216)
#D4DDE0
(212,221,224)
#E2E5E8
(226,229,232)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649DA0 color. Also use rgb(100,157,160) instead hex code.

Text Font Color

.myTextColor { color: #649DA0; }

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

This text font color is #649DA0.


Background Color

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

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

This div background color is #649DA0.


Border color

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

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

This div border color is #649DA0.


Opacity

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

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

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

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

This text has shadow with #649DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649DA0 on black background.


Color preview on white background

This text has color #649DA0 on white background.



Black color preview on #649DA0 background

This text has black color on #649DA0 background.


White color preview on #649DA0 background

This text has white color on #649DA0 background.