COLOR #647D8C

HEX: #647D8C RGB: (100,125,140)

Color info

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

RGB color model

#647D8C color RGB value is (100,125,140).

RGB: (100,125,140) (39%, 49%, 55%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 140 of 255 = 55%

100
125
140

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

Portions of RGB colors in percentages

R + G + B = 100 + 125 + 140 = 365 (100%)
R 100 of 365 ~ 27.4%
G 125 of 365 ~ 34.25%
B 140 of 365 ~ 38.36'%

%27.4
%34.25
%38.36

CMYK color model

#647D8C color CMYK value is (29,11,0,45).

  • cyan value is 28.57%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (29,11,0,45)
C29M11Y0K45 (29%, 11%, 0%, 45%)
(0.29 / 0.11 / 0.00 / 0.45)

CMYK percentages

%28.57
%10.71
%0
%45.1

Codes

Color #647D8C in popluar color models

64 7D 8C
RGB 100 125 140
HSL 203° 16.67% 47.06%
HSB/HSV 203° 28.57% 54.90%
CMYK 28.57% 10.71% 0.00%
45.10%

Color #647D8C in popluar number systems.

HEX 64 7D 8C
Decimal 100 125 140
Binary 1100100 1111101 10001100
Octal 144 175 214

Shades and tints

Shades of #647D8C

#647D8C
(100,125,140)
#5B7280
(91,114,128)
#526774
(82,103,116)
#495C68
(73,92,104)
#40515C
(64,81,92)
#374650
(55,70,80)
#2E3B44
(46,59,68)
#253038
(37,48,56)
#1C252C
(28,37,44)
#131A20
(19,26,32)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #647D8C

#647D8C
(100,125,140)
#728896
(114,136,150)
#8093A0
(128,147,160)
#8E9EAA
(142,158,170)
#9CA9B4
(156,169,180)
#AAB4BE
(170,180,190)
#B8BFC8
(184,191,200)
#C6CAD2
(198,202,210)
#D4D5DC
(212,213,220)
#E2E0E6
(226,224,230)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647D8C color. Also use rgb(100,125,140) instead hex code.

Text Font Color

.myTextColor { color: #647D8C; }

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

This text font color is #647D8C.

Background Color

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

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

This div background color is #647D8C.

Border color

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

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

This div border color is #647D8C.

Opacity

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

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

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

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

This text has shadow with #647D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647D8C.

Preview

Color preview on black background

This text has color #647D8C on black background.


Color preview on white background

This text has color #647D8C on white background.


Black color preview on #647D8C background

This text has black color on #647D8C background.


White color preview on #647D8C background

This text has white color on #647D8C background.


Related colors

Complementary color

Complementary color for #hex is #9B8273.


I love getcolorcode.com

Triadic colors

1 #8C647D and #7D8C64 with #647D8C are triadic colors.

2 #8C7D64 and #7D648C with #647D8C are triadic colors.