COLOR #647677

HEX: #647677
RGB: (100,118,119)

Color info

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

RGB color model

#647677 color RGB value is (100,118,119).

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

RGB channels and saturation

R 100 of 255 = 39%
G 118 of 255 = 46%
B 119 of 255 = 47%

100
118
119

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

Portions of RGB colors in percentages

R + G + B =
100 + 118 + 119 = 337 (100%)
R 100 of 337 ~ 29.67%
G 118 of 337 ~ 35.01%
B 119 of 337 ~ 35.31%

%29.67
%35.01
%35.31

CMYK color model

#647677 color CMYK value is (16,1,0,53).

  • cyan value is 15.97%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(16,1,0,53)
C16M1Y0K53 
(16%,1%,0%,53%)
(0.16/0.01/0.00/0.53)	

CMYK percentages

%15.97
%0.84
%0
%53.33

Codes

Color #647677 in popluar color models

647677
RGB100118119
HSL183°8.68%42.94%
HSB/HSV183°15.97%46.67%
CMYK15.97%0.84%0.00%
53.33%

Color #647677 in popluar number systems.

HEX647677
Decimal100118119
Binary110010011101101110111
Octal144166167

Shades and tints

Shades of #647677

#647677
(100,118,119)
#5B6C6D
(91,108,109)
#526263
(82,98,99)
#495859
(73,88,89)
#404E4F
(64,78,79)
#374445
(55,68,69)
#2E3A3B
(46,58,59)
#253031
(37,48,49)
#1C2627
(28,38,39)
#131C1D
(19,28,29)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #647677

#647677
(100,118,119)
#728283
(114,130,131)
#808E8F
(128,142,143)
#8E9A9B
(142,154,155)
#9CA6A7
(156,166,167)
#AAB2B3
(170,178,179)
#B8BEBF
(184,190,191)
#C6CACB
(198,202,203)
#D4D6D7
(212,214,215)
#E2E2E3
(226,226,227)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647677; }

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

This text font color is #647677.


Background Color

.myBgColor { background-color: #647677; }

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

This div background color is #647677.


Border color

.myBorderColor { border: 1px solid #647677; }

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

This div border color is #647677.


Opacity

.myOpacity80 { color: #647677; opacity: 0.8; }

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

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

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

This text has shadow with #647677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647677 on black background.


Color preview on white background

This text has color #647677 on white background.



Black color preview on #647677 background

This text has black color on #647677 background.


White color preview on #647677 background

This text has white color on #647677 background.