COLOR #647D87

HEX: #647D87 RGB: (100,125,135)

Color info

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

RGB color model

#647D87 color RGB value is (100,125,135).

RGB: (100,125,135) (39%, 49%, 53%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 135 of 255 = 53%

100
125
135

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

Portions of RGB colors in percentages

R + G + B = 100 + 125 + 135 = 360 (100%)
R 100 of 360 ~ 27.78%
G 125 of 360 ~ 34.72%
B 135 of 360 ~ 37.5'%

%27.78
%34.72
%37.5

CMYK color model

#647D87 color CMYK value is (26,7,0,47).

  • cyan value is 25.93%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (26,7,0,47)
C26M7Y0K47 (26%, 7%, 0%, 47%)
(0.26 / 0.07 / 0.00 / 0.47)

CMYK percentages

%25.93
%7.41
%0
%47.06

Codes

Color #647D87 in popluar color models

64 7D 87
RGB 100 125 135
HSL 197° 14.89% 46.08%
HSB/HSV 197° 25.93% 52.94%
CMYK 25.93% 7.41% 0.00%
47.06%

Color #647D87 in popluar number systems.

HEX 64 7D 87
Decimal 100 125 135
Binary 1100100 1111101 10000111
Octal 144 175 207

Shades and tints

Shades of #647D87

#647D87
(100,125,135)
#5B727B
(91,114,123)
#52676F
(82,103,111)
#495C63
(73,92,99)
#405157
(64,81,87)
#37464B
(55,70,75)
#2E3B3F
(46,59,63)
#253033
(37,48,51)
#1C2527
(28,37,39)
#131A1B
(19,26,27)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #647D87

#647D87
(100,125,135)
#728891
(114,136,145)
#80939B
(128,147,155)
#8E9EA5
(142,158,165)
#9CA9AF
(156,169,175)
#AAB4B9
(170,180,185)
#B8BFC3
(184,191,195)
#C6CACD
(198,202,205)
#D4D5D7
(212,213,215)
#E2E0E1
(226,224,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647D87; }

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

This text font color is #647D87.

Background Color

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

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

This div background color is #647D87.

Border color

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

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

This div border color is #647D87.

Opacity

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

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

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

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

This text has shadow with #647D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647D87.

Preview

Color preview on black background

This text has color #647D87 on black background.


Color preview on white background

This text has color #647D87 on white background.


Black color preview on #647D87 background

This text has black color on #647D87 background.


White color preview on #647D87 background

This text has white color on #647D87 background.


Related colors

Complementary color

Complementary color for #hex is #9B8278.


I love getcolorcode.com

Triadic colors

1 #87647D and #7D8764 with #647D87 are triadic colors.

2 #877D64 and #7D6487 with #647D87 are triadic colors.