COLOR #647C7B

HEX: #647C7B RGB: (100,124,123)

Color info

#647C7B contains red, green and blue colors in about the same proportion. Web safe color of #647C7B is #666666 (or #666).

RGB color model

#647C7B color RGB value is (100,124,123).

RGB: (100,124,123) (39%, 49%, 48%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 123 of 255 = 48%

100
124
123

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

Portions of RGB colors in percentages

R + G + B = 100 + 124 + 123 = 347 (100%)
R 100 of 347 ~ 28.82%
G 124 of 347 ~ 35.73%
B 123 of 347 ~ 35.45'%

%28.82
%35.73
%35.45

CMYK color model

#647C7B color CMYK value is (19,0,1,51).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK: (19,0,1,51) C19M0Y1K51 (19%,0%,1%,51%) (0.19/0.00/0.01/0.51) 

CMYK percentages

%19.35
%0
%0.81
%51.37

Codes

Color #647C7B in popluar color models

64 7C 7B
RGB 100 124 123
HSL 178° 10.71% 43.92%
HSB/HSV 178° 19.35% 48.63%
CMYK 19.35% 0.00% 0.81%
51.37%

Color #647C7B in popluar number systems.

HEX 64 7C 7B
Decimal 100 124 123
Binary 1100100 1111100 1111011
Octal 144 174 173

Shades and tints

Shades of #647C7B

#647C7B
(100,124,123)
#5B7170
(91,113,112)
#526665
(82,102,101)
#495B5A
(73,91,90)
#40504F
(64,80,79)
#374544
(55,69,68)
#2E3A39
(46,58,57)
#252F2E
(37,47,46)
#1C2423
(28,36,35)
#131918
(19,25,24)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #647C7B

#647C7B
(100,124,123)
#728787
(114,135,135)
#809293
(128,146,147)
#8E9D9F
(142,157,159)
#9CA8AB
(156,168,171)
#AAB3B7
(170,179,183)
#B8BEC3
(184,190,195)
#C6C9CF
(198,201,207)
#D4D4DB
(212,212,219)
#E2DFE7
(226,223,231)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647C7B; }

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

This text font color is #647C7B.

Background Color

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

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

This div background color is #647C7B.

Border color

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

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

This div border color is #647C7B.

Opacity

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

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

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

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

This text has shadow with #647C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647C7B.

Preview

Color preview on black background

This text has color #647C7B on black background.


Color preview on white background

This text has color #647C7B on white background.


Black color preview on #647C7B background

This text has black color on #647C7B background.


White color preview on #647C7B background

This text has white color on #647C7B background.


Related colors

Complementary color

Complementary color for #hex is #9B8384.


I love getcolorcode.com

Triadic colors

1 #7B647C and #7C7B64 with #647C7B are triadic colors.

2 #7B7C64 and #7C647B with #647C7B are triadic colors.