COLOR #647E66

HEX: #647E66
RGB: (100,126,102)

Color info

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

RGB color model

#647E66 color RGB value is (100,126,102).

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

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 102 of 255 = 40%

100
126
102

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

Portions of RGB colors in percentages

R + G + B =
100 + 126 + 102 = 328 (100%)
R 100 of 328 ~ 30.49%
G 126 of 328 ~ 38.41%
B 102 of 328 ~ 31.1%

%30.49
%38.41
%31.1

CMYK color model

#647E66 color CMYK value is (21,0,19,51).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 50.59%
CMYK:
(21,0,19,51)
C21M0Y19K51 
(21%,0%,19%,51%)
(0.21/0.00/0.19/0.51)	

CMYK percentages

%20.63
%0
%19.05
%50.59

Codes

Color #647E66 in popluar color models

647E66
RGB100126102
HSL125°11.50%44.31%
HSB/HSV125°20.63%49.41%
CMYK20.63%0.00%19.05%
50.59%

Color #647E66 in popluar number systems.

HEX647E66
Decimal100126102
Binary110010011111101100110
Octal144176146

Shades and tints

Shades of #647E66

#647E66
(100,126,102)
#5B735D
(91,115,93)
#526854
(82,104,84)
#495D4B
(73,93,75)
#405242
(64,82,66)
#374739
(55,71,57)
#2E3C30
(46,60,48)
#253127
(37,49,39)
#1C261E
(28,38,30)
#131B15
(19,27,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #647E66

#647E66
(100,126,102)
#728973
(114,137,115)
#809480
(128,148,128)
#8E9F8D
(142,159,141)
#9CAA9A
(156,170,154)
#AAB5A7
(170,181,167)
#B8C0B4
(184,192,180)
#C6CBC1
(198,203,193)
#D4D6CE
(212,214,206)
#E2E1DB
(226,225,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647E66; }

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

This text font color is #647E66.


Background Color

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

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

This div background color is #647E66.


Border color

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

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

This div border color is #647E66.


Opacity

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

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

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

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

This text has shadow with #647E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647E66 on black background.


Color preview on white background

This text has color #647E66 on white background.



Black color preview on #647E66 background

This text has black color on #647E66 background.


White color preview on #647E66 background

This text has white color on #647E66 background.