COLOR #647E6B

HEX: #647E6B
RGB: (100,126,107)

Color info

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

RGB color model

#647E6B color RGB value is (100,126,107).

  • red value is 100;
  • green value is 126;
  • blue value is 107.
RGB:
(100,126,107)
(39%,49%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 107 of 255 = 42%

100
126
107

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

Portions of RGB colors in percentages

R + G + B =
100 + 126 + 107 = 333 (100%)
R 100 of 333 ~ 30.03%
G 126 of 333 ~ 37.84%
B 107 of 333 ~ 32.13%

%30.03
%37.84
%32.13

CMYK color model

#647E6B color CMYK value is (21,0,15,51).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(21,0,15,51)
C21M0Y15K51 
(21%,0%,15%,51%)
(0.21/0.00/0.15/0.51)	

CMYK percentages

%20.63
%0
%15.08
%50.59

Codes

Color #647E6B in popluar color models

647E6B
RGB100126107
HSL136°11.50%44.31%
HSB/HSV136°20.63%49.41%
CMYK20.63%0.00%15.08%
50.59%

Color #647E6B in popluar number systems.

HEX647E6B
Decimal100126107
Binary110010011111101101011
Octal144176153

Shades and tints

Shades of #647E6B

#647E6B
(100,126,107)
#5B7362
(91,115,98)
#526859
(82,104,89)
#495D50
(73,93,80)
#405247
(64,82,71)
#37473E
(55,71,62)
#2E3C35
(46,60,53)
#25312C
(37,49,44)
#1C2623
(28,38,35)
#131B1A
(19,27,26)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #647E6B

#647E6B
(100,126,107)
#728978
(114,137,120)
#809485
(128,148,133)
#8E9F92
(142,159,146)
#9CAA9F
(156,170,159)
#AAB5AC
(170,181,172)
#B8C0B9
(184,192,185)
#C6CBC6
(198,203,198)
#D4D6D3
(212,214,211)
#E2E1E0
(226,225,224)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647E6B; }

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

This text font color is #647E6B.


Background Color

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

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

This div background color is #647E6B.


Border color

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

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

This div border color is #647E6B.


Opacity

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

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

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

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

This text has shadow with #647E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647E6B on black background.


Color preview on white background

This text has color #647E6B on white background.



Black color preview on #647E6B background

This text has black color on #647E6B background.


White color preview on #647E6B background

This text has white color on #647E6B background.