COLOR #649790

HEX: #649790
RGB: (100,151,144)

Color info

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

RGB color model

#649790 color RGB value is (100,151,144).

  • red value is 100;
  • green value is 151;
  • blue value is 144.
RGB:
(100,151,144)
(39%,59%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 151 of 255 = 59%
B 144 of 255 = 56%

100
151
144

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

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 144 = 395 (100%)
R 100 of 395 ~ 25.32%
G 151 of 395 ~ 38.23%
B 144 of 395 ~ 36.46%

%25.32
%38.23
%36.46

CMYK color model

#649790 color CMYK value is (34,0,5,41).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(34,0,5,41)
C34M0Y5K41 
(34%,0%,5%,41%)
(0.34/0.00/0.05/0.41)	

CMYK percentages

%33.77
%0
%4.64
%40.78

Codes

Color #649790 in popluar color models

649790
RGB100151144
HSL172°20.32%49.22%
HSB/HSV172°33.77%59.22%
CMYK33.77%0.00%4.64%
40.78%

Color #649790 in popluar number systems.

HEX649790
Decimal100151144
Binary11001001001011110010000
Octal144227220

Shades and tints

Shades of #649790

#649790
(100,151,144)
#5B8A83
(91,138,131)
#527D76
(82,125,118)
#497069
(73,112,105)
#40635C
(64,99,92)
#37564F
(55,86,79)
#2E4942
(46,73,66)
#253C35
(37,60,53)
#1C2F28
(28,47,40)
#13221B
(19,34,27)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #649790

#649790
(100,151,144)
#72A09A
(114,160,154)
#80A9A4
(128,169,164)
#8EB2AE
(142,178,174)
#9CBBB8
(156,187,184)
#AAC4C2
(170,196,194)
#B8CDCC
(184,205,204)
#C6D6D6
(198,214,214)
#D4DFE0
(212,223,224)
#E2E8EA
(226,232,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649790 color. Also use rgb(100,151,144) instead hex code.

Text Font Color

.myTextColor { color: #649790; }

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

This text font color is #649790.


Background Color

.myBgColor { background-color: #649790; }

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

This div background color is #649790.


Border color

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

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

This div border color is #649790.


Opacity

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

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

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

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

This text has shadow with #649790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649790 on black background.


Color preview on white background

This text has color #649790 on white background.



Black color preview on #649790 background

This text has black color on #649790 background.


White color preview on #649790 background

This text has white color on #649790 background.