COLOR #647E71

HEX: #647E71
RGB: (100,126,113)

Color info

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

RGB color model

#647E71 color RGB value is (100,126,113).

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

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 113 of 255 = 44%

100
126
113

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

Portions of RGB colors in percentages

R + G + B =
100 + 126 + 113 = 339 (100%)
R 100 of 339 ~ 29.5%
G 126 of 339 ~ 37.17%
B 113 of 339 ~ 33.33%

%29.5
%37.17
%33.33

CMYK color model

#647E71 color CMYK value is (21,0,10,51).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 10.32%
  • key color value is 50.59%
CMYK:
(21,0,10,51)
C21M0Y10K51 
(21%,0%,10%,51%)
(0.21/0.00/0.10/0.51)	

CMYK percentages

%20.63
%0
%10.32
%50.59

Codes

Color #647E71 in popluar color models

647E71
RGB100126113
HSL150°11.50%44.31%
HSB/HSV150°20.63%49.41%
CMYK20.63%0.00%10.32%
50.59%

Color #647E71 in popluar number systems.

HEX647E71
Decimal100126113
Binary110010011111101110001
Octal144176161

Shades and tints

Shades of #647E71

#647E71
(100,126,113)
#5B7367
(91,115,103)
#52685D
(82,104,93)
#495D53
(73,93,83)
#405249
(64,82,73)
#37473F
(55,71,63)
#2E3C35
(46,60,53)
#25312B
(37,49,43)
#1C2621
(28,38,33)
#131B17
(19,27,23)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #647E71

#647E71
(100,126,113)
#72897D
(114,137,125)
#809489
(128,148,137)
#8E9F95
(142,159,149)
#9CAAA1
(156,170,161)
#AAB5AD
(170,181,173)
#B8C0B9
(184,192,185)
#C6CBC5
(198,203,197)
#D4D6D1
(212,214,209)
#E2E1DD
(226,225,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647E71; }

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

This text font color is #647E71.


Background Color

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

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

This div background color is #647E71.


Border color

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

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

This div border color is #647E71.


Opacity

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

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

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

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

This text has shadow with #647E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647E71 on black background.


Color preview on white background

This text has color #647E71 on white background.



Black color preview on #647E71 background

This text has black color on #647E71 background.


White color preview on #647E71 background

This text has white color on #647E71 background.