COLOR #647E8A

HEX: #647E8A RGB: (100,126,138)

Color info

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

RGB color model

#647E8A color RGB value is (100,126,138).

RGB: (100,126,138) (39%, 49%, 54%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 138 of 255 = 54%

100
126
138

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

Portions of RGB colors in percentages

R + G + B = 100 + 126 + 138 = 364 (100%)
R 100 of 364 ~ 27.47%
G 126 of 364 ~ 34.62%
B 138 of 364 ~ 37.91'%

%27.47
%34.62
%37.91

CMYK color model

#647E8A color CMYK value is (28,9,0,46).

  • cyan value is 27.54%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (28,9,0,46)
C28M9Y0K46 (28%, 9%, 0%, 46%)
(0.28 / 0.09 / 0.00 / 0.46)

CMYK percentages

%27.54
%8.7
%0
%45.88

Codes

Color #647E8A in popluar color models

64 7E 8A
RGB 100 126 138
HSL 199° 15.97% 46.67%
HSB/HSV 199° 27.54% 54.12%
CMYK 27.54% 8.70% 0.00%
45.88%

Color #647E8A in popluar number systems.

HEX 64 7E 8A
Decimal 100 126 138
Binary 1100100 1111110 10001010
Octal 144 176 212

Shades and tints

Shades of #647E8A

#647E8A
(100,126,138)
#5B737E
(91,115,126)
#526872
(82,104,114)
#495D66
(73,93,102)
#40525A
(64,82,90)
#37474E
(55,71,78)
#2E3C42
(46,60,66)
#253136
(37,49,54)
#1C262A
(28,38,42)
#131B1E
(19,27,30)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #647E8A

#647E8A
(100,126,138)
#728994
(114,137,148)
#80949E
(128,148,158)
#8E9FA8
(142,159,168)
#9CAAB2
(156,170,178)
#AAB5BC
(170,181,188)
#B8C0C6
(184,192,198)
#C6CBD0
(198,203,208)
#D4D6DA
(212,214,218)
#E2E1E4
(226,225,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647E8A color. Also use rgb(100,126,138) instead hex code.

Text Font Color

.myTextColor { color: #647E8A; }

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

This text font color is #647E8A.

Background Color

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

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

This div background color is #647E8A.

Border color

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

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

This div border color is #647E8A.

Opacity

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

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

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

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

This text has shadow with #647E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647E8A.

Preview

Color preview on black background

This text has color #647E8A on black background.


Color preview on white background

This text has color #647E8A on white background.


Black color preview on #647E8A background

This text has black color on #647E8A background.


White color preview on #647E8A background

This text has white color on #647E8A background.


Related colors

Complementary color

Complementary color for #hex is #9B8175.


I love getcolorcode.com

Triadic colors

1 #8A647E and #7E8A64 with #647E8A are triadic colors.

2 #8A7E64 and #7E648A with #647E8A are triadic colors.