COLOR #647A8B

HEX: #647A8B
RGB: (100,122,139)

Color info

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

RGB color model

#647A8B color RGB value is (100,122,139).

  • red value is 100;
  • green value is 122;
  • blue value is 139.
RGB:
(100,122,139)
(39%,48%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 139 of 255 = 55%

100
122
139

R + G + B ~ 47%. #647A8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 122 + 139 = 361 (100%)
R 100 of 361 ~ 27.7%
G 122 of 361 ~ 33.8%
B 139 of 361 ~ 38.5%

%27.7
%33.8
%38.5

CMYK color model

#647A8B color CMYK value is (28,12,0,45).

  • cyan value is 28.06%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(28,12,0,45)
C28M12Y0K45 
(28%,12%,0%,45%)
(0.28/0.12/0.00/0.45)	

CMYK percentages

%28.06
%12.23
%0
%45.49

Codes

Color #647A8B in popluar color models

647A8B
RGB100122139
HSL206°16.32%46.86%
HSB/HSV206°28.06%54.51%
CMYK28.06%12.23%0.00%
45.49%

Color #647A8B in popluar number systems.

HEX647A8B
Decimal100122139
Binary1100100111101010001011
Octal144172213

Shades and tints

Shades of #647A8B

#647A8B
(100,122,139)
#5B6F7F
(91,111,127)
#526473
(82,100,115)
#495967
(73,89,103)
#404E5B
(64,78,91)
#37434F
(55,67,79)
#2E3843
(46,56,67)
#252D37
(37,45,55)
#1C222B
(28,34,43)
#13171F
(19,23,31)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #647A8B

#647A8B
(100,122,139)
#728695
(114,134,149)
#80929F
(128,146,159)
#8E9EA9
(142,158,169)
#9CAAB3
(156,170,179)
#AAB6BD
(170,182,189)
#B8C2C7
(184,194,199)
#C6CED1
(198,206,209)
#D4DADB
(212,218,219)
#E2E6E5
(226,230,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647A8B color. Also use rgb(100,122,139) instead hex code.

Text Font Color

.myTextColor { color: #647A8B; }

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

This text font color is #647A8B.


Background Color

.myBgColor { background-color: #647A8B; }

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

This div background color is #647A8B.


Border color

.myBorderColor { border: 1px solid #647A8B; }

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

This div border color is #647A8B.


Opacity

.myOpacity80 { color: #647A8B; opacity: 0.8; }

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

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

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

This text has shadow with #647A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647A8B on black background.


Color preview on white background

This text has color #647A8B on white background.



Black color preview on #647A8B background

This text has black color on #647A8B background.


White color preview on #647A8B background

This text has white color on #647A8B background.