COLOR #647E6D

HEX: #647E6D RGB: (100,126,109)

Color info

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

RGB color model

#647E6D color RGB value is (100,126,109).

RGB: (100,126,109) (39%, 49%, 43%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 109 of 255 = 43%

100
126
109

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

Portions of RGB colors in percentages

R + G + B = 100 + 126 + 109 = 335 (100%)
R 100 of 335 ~ 29.85%
G 126 of 335 ~ 37.61%
B 109 of 335 ~ 32.54'%

%29.85
%37.61
%32.54

CMYK color model

#647E6D color CMYK value is (21,0,13,51).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%

CMYK: (21,0,13,51)
C21M0Y13K51 (21%, 0%, 13%, 51%)
(0.21 / 0.00 / 0.13 / 0.51)

CMYK percentages

%20.63
%0
%13.49
%50.59

Codes

Color #647E6D in popluar color models

64 7E 6D
RGB 100 126 109
HSL 141° 11.50% 44.31%
HSB/HSV 141° 20.63% 49.41%
CMYK 20.63% 0.00% 13.49%
50.59%

Color #647E6D in popluar number systems.

HEX 64 7E 6D
Decimal 100 126 109
Binary 1100100 1111110 1101101
Octal 144 176 155

Shades and tints

Shades of #647E6D

#647E6D
(100,126,109)
#5B7364
(91,115,100)
#52685B
(82,104,91)
#495D52
(73,93,82)
#405249
(64,82,73)
#374740
(55,71,64)
#2E3C37
(46,60,55)
#25312E
(37,49,46)
#1C2625
(28,38,37)
#131B1C
(19,27,28)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #647E6D

#647E6D
(100,126,109)
#72897A
(114,137,122)
#809487
(128,148,135)
#8E9F94
(142,159,148)
#9CAAA1
(156,170,161)
#AAB5AE
(170,181,174)
#B8C0BB
(184,192,187)
#C6CBC8
(198,203,200)
#D4D6D5
(212,214,213)
#E2E1E2
(226,225,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647E6D; }

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

This text font color is #647E6D.

Background Color

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

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

This div background color is #647E6D.

Border color

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

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

This div border color is #647E6D.

Opacity

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

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

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

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

This text has shadow with #647E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647E6D.

Preview

Color preview on black background

This text has color #647E6D on black background.


Color preview on white background

This text has color #647E6D on white background.


Black color preview on #647E6D background

This text has black color on #647E6D background.


White color preview on #647E6D background

This text has white color on #647E6D background.


Related colors

Complementary color

Complementary color for #hex is #9B8192.


I love getcolorcode.com

Triadic colors

1 #6D647E and #7E6D64 with #647E6D are triadic colors.

2 #6D7E64 and #7E646D with #647E6D are triadic colors.