COLOR #647796

HEX: #647796
RGB: (100,119,150)

Color info

#647796 contains red, green and blue colors in about the same proportion. Web safe color of #647796 is #666699 (or #669).

RGB color model

#647796 color RGB value is (100,119,150).

  • red value is 100;
  • green value is 119;
  • blue value is 150.
RGB:
(100,119,150)
(39%,47%,59%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 150 of 255 = 59%

100
119
150

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

Portions of RGB colors in percentages

R + G + B =
100 + 119 + 150 = 369 (100%)
R 100 of 369 ~ 27.1%
G 119 of 369 ~ 32.25%
B 150 of 369 ~ 40.65%

%27.1
%32.25
%40.65

CMYK color model

#647796 color CMYK value is (33,21,0,41).

  • cyan value is 33.33%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(33,21,0,41)
C33M21Y0K41 
(33%,21%,0%,41%)
(0.33/0.21/0.00/0.41)	

CMYK percentages

%33.33
%20.67
%0
%41.18

Codes

Color #647796 in popluar color models

647796
RGB100119150
HSL217°20.00%49.02%
HSB/HSV217°33.33%58.82%
CMYK33.33%20.67%0.00%
41.18%

Color #647796 in popluar number systems.

HEX647796
Decimal100119150
Binary1100100111011110010110
Octal144167226

Shades and tints

Shades of #647796

#647796
(100,119,150)
#5B6D89
(91,109,137)
#52637C
(82,99,124)
#49596F
(73,89,111)
#404F62
(64,79,98)
#374555
(55,69,85)
#2E3B48
(46,59,72)
#25313B
(37,49,59)
#1C272E
(28,39,46)
#131D21
(19,29,33)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #647796

#647796
(100,119,150)
#72839F
(114,131,159)
#808FA8
(128,143,168)
#8E9BB1
(142,155,177)
#9CA7BA
(156,167,186)
#AAB3C3
(170,179,195)
#B8BFCC
(184,191,204)
#C6CBD5
(198,203,213)
#D4D7DE
(212,215,222)
#E2E3E7
(226,227,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647796 color. Also use rgb(100,119,150) instead hex code.

Text Font Color

.myTextColor { color: #647796; }

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

This text font color is #647796.


Background Color

.myBgColor { background-color: #647796; }

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

This div background color is #647796.


Border color

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

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

This div border color is #647796.


Opacity

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

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

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

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

This text has shadow with #647796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647796 on black background.


Color preview on white background

This text has color #647796 on white background.



Black color preview on #647796 background

This text has black color on #647796 background.


White color preview on #647796 background

This text has white color on #647796 background.