COLOR #647F71

HEX: #647F71
RGB: (100,127,113)

Color info

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

RGB color model

#647F71 color RGB value is (100,127,113).

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

RGB channels and saturation

R 100 of 255 = 39%
G 127 of 255 = 50%
B 113 of 255 = 44%

100
127
113

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

Portions of RGB colors in percentages

R + G + B =
100 + 127 + 113 = 340 (100%)
R 100 of 340 ~ 29.41%
G 127 of 340 ~ 37.35%
B 113 of 340 ~ 33.24%

%29.41
%37.35
%33.24

CMYK color model

#647F71 color CMYK value is (21,0,11,50).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK:
(21,0,11,50)
C21M0Y11K50 
(21%,0%,11%,50%)
(0.21/0.00/0.11/0.50)	

CMYK percentages

%21.26
%0
%11.02
%50.2

Codes

Color #647F71 in popluar color models

647F71
RGB100127113
HSL149°11.89%44.51%
HSB/HSV149°21.26%49.80%
CMYK21.26%0.00%11.02%
50.20%

Color #647F71 in popluar number systems.

HEX647F71
Decimal100127113
Binary110010011111111110001
Octal144177161

Shades and tints

Shades of #647F71

#647F71
(100,127,113)
#5B7467
(91,116,103)
#52695D
(82,105,93)
#495E53
(73,94,83)
#405349
(64,83,73)
#37483F
(55,72,63)
#2E3D35
(46,61,53)
#25322B
(37,50,43)
#1C2721
(28,39,33)
#131C17
(19,28,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #647F71

#647F71
(100,127,113)
#728A7D
(114,138,125)
#809589
(128,149,137)
#8EA095
(142,160,149)
#9CABA1
(156,171,161)
#AAB6AD
(170,182,173)
#B8C1B9
(184,193,185)
#C6CCC5
(198,204,197)
#D4D7D1
(212,215,209)
#E2E2DD
(226,226,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647F71; }

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

This text font color is #647F71.


Background Color

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

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

This div background color is #647F71.


Border color

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

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

This div border color is #647F71.


Opacity

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

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

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

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

This text has shadow with #647F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647F71 on black background.


Color preview on white background

This text has color #647F71 on white background.



Black color preview on #647F71 background

This text has black color on #647F71 background.


White color preview on #647F71 background

This text has white color on #647F71 background.