COLOR #647B8E

HEX: #647B8E
RGB: (100,123,142)

Color info

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

RGB color model

#647B8E color RGB value is (100,123,142).

  • red value is 100;
  • green value is 123;
  • blue value is 142.
RGB:
(100,123,142)
(39%,48%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 123 of 255 = 48%
B 142 of 255 = 56%

100
123
142

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

Portions of RGB colors in percentages

R + G + B =
100 + 123 + 142 = 365 (100%)
R 100 of 365 ~ 27.4%
G 123 of 365 ~ 33.7%
B 142 of 365 ~ 38.9%

%27.4
%33.7
%38.9

CMYK color model

#647B8E color CMYK value is (30,13,0,44).

  • cyan value is 29.58%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,13,0,44)
C30M13Y0K44 
(30%,13%,0%,44%)
(0.30/0.13/0.00/0.44)	

CMYK percentages

%29.58
%13.38
%0
%44.31

Codes

Color #647B8E in popluar color models

647B8E
RGB100123142
HSL207°17.36%47.45%
HSB/HSV207°29.58%55.69%
CMYK29.58%13.38%0.00%
44.31%

Color #647B8E in popluar number systems.

HEX647B8E
Decimal100123142
Binary1100100111101110001110
Octal144173216

Shades and tints

Shades of #647B8E

#647B8E
(100,123,142)
#5B7082
(91,112,130)
#526576
(82,101,118)
#495A6A
(73,90,106)
#404F5E
(64,79,94)
#374452
(55,68,82)
#2E3946
(46,57,70)
#252E3A
(37,46,58)
#1C232E
(28,35,46)
#131822
(19,24,34)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #647B8E

#647B8E
(100,123,142)
#728798
(114,135,152)
#8093A2
(128,147,162)
#8E9FAC
(142,159,172)
#9CABB6
(156,171,182)
#AAB7C0
(170,183,192)
#B8C3CA
(184,195,202)
#C6CFD4
(198,207,212)
#D4DBDE
(212,219,222)
#E2E7E8
(226,231,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647B8E color. Also use rgb(100,123,142) instead hex code.

Text Font Color

.myTextColor { color: #647B8E; }

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

This text font color is #647B8E.


Background Color

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

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

This div background color is #647B8E.


Border color

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

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

This div border color is #647B8E.


Opacity

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

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

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

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

This text has shadow with #647B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647B8E on black background.


Color preview on white background

This text has color #647B8E on white background.



Black color preview on #647B8E background

This text has black color on #647B8E background.


White color preview on #647B8E background

This text has white color on #647B8E background.