COLOR #647C76

HEX: #647C76
RGB: (100,124,118)

Color info

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

RGB color model

#647C76 color RGB value is (100,124,118).

  • red value is 100;
  • green value is 124;
  • blue value is 118.
RGB:
(100,124,118)
(39%,49%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 118 of 255 = 46%

100
124
118

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

Portions of RGB colors in percentages

R + G + B =
100 + 124 + 118 = 342 (100%)
R 100 of 342 ~ 29.24%
G 124 of 342 ~ 36.26%
B 118 of 342 ~ 34.5%

%29.24
%36.26
%34.5

CMYK color model

#647C76 color CMYK value is (19,0,5,51).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(19,0,5,51)
C19M0Y5K51 
(19%,0%,5%,51%)
(0.19/0.00/0.05/0.51)	

CMYK percentages

%19.35
%0
%4.84
%51.37

Codes

Color #647C76 in popluar color models

647C76
RGB100124118
HSL165°10.71%43.92%
HSB/HSV165°19.35%48.63%
CMYK19.35%0.00%4.84%
51.37%

Color #647C76 in popluar number systems.

HEX647C76
Decimal100124118
Binary110010011111001110110
Octal144174166

Shades and tints

Shades of #647C76

#647C76
(100,124,118)
#5B716C
(91,113,108)
#526662
(82,102,98)
#495B58
(73,91,88)
#40504E
(64,80,78)
#374544
(55,69,68)
#2E3A3A
(46,58,58)
#252F30
(37,47,48)
#1C2426
(28,36,38)
#13191C
(19,25,28)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #647C76

#647C76
(100,124,118)
#728782
(114,135,130)
#80928E
(128,146,142)
#8E9D9A
(142,157,154)
#9CA8A6
(156,168,166)
#AAB3B2
(170,179,178)
#B8BEBE
(184,190,190)
#C6C9CA
(198,201,202)
#D4D4D6
(212,212,214)
#E2DFE2
(226,223,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647C76 color. Also use rgb(100,124,118) instead hex code.

Text Font Color

.myTextColor { color: #647C76; }

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

This text font color is #647C76.


Background Color

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

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

This div background color is #647C76.


Border color

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

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

This div border color is #647C76.


Opacity

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

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

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

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

This text has shadow with #647C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647C76 on black background.


Color preview on white background

This text has color #647C76 on white background.



Black color preview on #647C76 background

This text has black color on #647C76 background.


White color preview on #647C76 background

This text has white color on #647C76 background.