COLOR #647C8D

HEX: #647C8D
RGB: (100,124,141)

Color info

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

RGB color model

#647C8D color RGB value is (100,124,141).

  • red value is 100;
  • green value is 124;
  • blue value is 141.
RGB:
(100,124,141)
(39%,49%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 141 of 255 = 55%

100
124
141

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

Portions of RGB colors in percentages

R + G + B =
100 + 124 + 141 = 365 (100%)
R 100 of 365 ~ 27.4%
G 124 of 365 ~ 33.97%
B 141 of 365 ~ 38.63%

%27.4
%33.97
%38.63

CMYK color model

#647C8D color CMYK value is (29,12,0,45).

  • cyan value is 29.08%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,12,0,45)
C29M12Y0K45 
(29%,12%,0%,45%)
(0.29/0.12/0.00/0.45)	

CMYK percentages

%29.08
%12.06
%0
%44.71

Codes

Color #647C8D in popluar color models

647C8D
RGB100124141
HSL205°17.01%47.25%
HSB/HSV205°29.08%55.29%
CMYK29.08%12.06%0.00%
44.71%

Color #647C8D in popluar number systems.

HEX647C8D
Decimal100124141
Binary1100100111110010001101
Octal144174215

Shades and tints

Shades of #647C8D

#647C8D
(100,124,141)
#5B7181
(91,113,129)
#526675
(82,102,117)
#495B69
(73,91,105)
#40505D
(64,80,93)
#374551
(55,69,81)
#2E3A45
(46,58,69)
#252F39
(37,47,57)
#1C242D
(28,36,45)
#131921
(19,25,33)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #647C8D

#647C8D
(100,124,141)
#728797
(114,135,151)
#8092A1
(128,146,161)
#8E9DAB
(142,157,171)
#9CA8B5
(156,168,181)
#AAB3BF
(170,179,191)
#B8BEC9
(184,190,201)
#C6C9D3
(198,201,211)
#D4D4DD
(212,212,221)
#E2DFE7
(226,223,231)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647C8D color. Also use rgb(100,124,141) instead hex code.

Text Font Color

.myTextColor { color: #647C8D; }

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

This text font color is #647C8D.


Background Color

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

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

This div background color is #647C8D.


Border color

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

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

This div border color is #647C8D.


Opacity

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

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

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

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

This text has shadow with #647C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647C8D on black background.


Color preview on white background

This text has color #647C8D on white background.



Black color preview on #647C8D background

This text has black color on #647C8D background.


White color preview on #647C8D background

This text has white color on #647C8D background.