COLOR #647489

HEX: #647489
RGB: (100,116,137)

Color info

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

RGB color model

#647489 color RGB value is (100,116,137).

  • red value is 100;
  • green value is 116;
  • blue value is 137.
RGB:
(100,116,137)
(39%,45%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 137 of 255 = 54%

100
116
137

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 137 = 353 (100%)
R 100 of 353 ~ 28.33%
G 116 of 353 ~ 32.86%
B 137 of 353 ~ 38.81%

%28.33
%32.86
%38.81

CMYK color model

#647489 color CMYK value is (27,15,0,46).

  • cyan value is 27.01%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(27,15,0,46)
C27M15Y0K46 
(27%,15%,0%,46%)
(0.27/0.15/0.00/0.46)	

CMYK percentages

%27.01
%15.33
%0
%46.27

Codes

Color #647489 in popluar color models

647489
RGB100116137
HSL214°15.61%46.47%
HSB/HSV214°27.01%53.73%
CMYK27.01%15.33%0.00%
46.27%

Color #647489 in popluar number systems.

HEX647489
Decimal100116137
Binary1100100111010010001001
Octal144164211

Shades and tints

Shades of #647489

#647489
(100,116,137)
#5B6A7D
(91,106,125)
#526071
(82,96,113)
#495665
(73,86,101)
#404C59
(64,76,89)
#37424D
(55,66,77)
#2E3841
(46,56,65)
#252E35
(37,46,53)
#1C2429
(28,36,41)
#131A1D
(19,26,29)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #647489

#647489
(100,116,137)
#728093
(114,128,147)
#808C9D
(128,140,157)
#8E98A7
(142,152,167)
#9CA4B1
(156,164,177)
#AAB0BB
(170,176,187)
#B8BCC5
(184,188,197)
#C6C8CF
(198,200,207)
#D4D4D9
(212,212,217)
#E2E0E3
(226,224,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647489 color. Also use rgb(100,116,137) instead hex code.

Text Font Color

.myTextColor { color: #647489; }

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

This text font color is #647489.


Background Color

.myBgColor { background-color: #647489; }

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

This div background color is #647489.


Border color

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

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

This div border color is #647489.


Opacity

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

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

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

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

This text has shadow with #647489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647489 on black background.


Color preview on white background

This text has color #647489 on white background.



Black color preview on #647489 background

This text has black color on #647489 background.


White color preview on #647489 background

This text has white color on #647489 background.