COLOR #647A6D

HEX: #647A6D
RGB: (100,122,109)

Color info

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

RGB color model

#647A6D color RGB value is (100,122,109).

  • red value is 100;
  • green value is 122;
  • blue value is 109.
RGB:
(100,122,109)
(39%,48%,43%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 109 of 255 = 43%

100
122
109

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

Portions of RGB colors in percentages

R + G + B =
100 + 122 + 109 = 331 (100%)
R 100 of 331 ~ 30.21%
G 122 of 331 ~ 36.86%
B 109 of 331 ~ 32.93%

%30.21
%36.86
%32.93

CMYK color model

#647A6D color CMYK value is (18,0,11,52).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(18,0,11,52)
C18M0Y11K52 
(18%,0%,11%,52%)
(0.18/0.00/0.11/0.52)	

CMYK percentages

%18.03
%0
%10.66
%52.16

Codes

Color #647A6D in popluar color models

647A6D
RGB100122109
HSL145°9.91%43.53%
HSB/HSV145°18.03%47.84%
CMYK18.03%0.00%10.66%
52.16%

Color #647A6D in popluar number systems.

HEX647A6D
Decimal100122109
Binary110010011110101101101
Octal144172155

Shades and tints

Shades of #647A6D

#647A6D
(100,122,109)
#5B6F64
(91,111,100)
#52645B
(82,100,91)
#495952
(73,89,82)
#404E49
(64,78,73)
#374340
(55,67,64)
#2E3837
(46,56,55)
#252D2E
(37,45,46)
#1C2225
(28,34,37)
#13171C
(19,23,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #647A6D

#647A6D
(100,122,109)
#72867A
(114,134,122)
#809287
(128,146,135)
#8E9E94
(142,158,148)
#9CAAA1
(156,170,161)
#AAB6AE
(170,182,174)
#B8C2BB
(184,194,187)
#C6CEC8
(198,206,200)
#D4DAD5
(212,218,213)
#E2E6E2
(226,230,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647A6D color. Also use rgb(100,122,109) instead hex code.

Text Font Color

.myTextColor { color: #647A6D; }

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

This text font color is #647A6D.


Background Color

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

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

This div background color is #647A6D.


Border color

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

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

This div border color is #647A6D.


Opacity

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

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

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

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

This text has shadow with #647A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647A6D on black background.


Color preview on white background

This text has color #647A6D on white background.



Black color preview on #647A6D background

This text has black color on #647A6D background.


White color preview on #647A6D background

This text has white color on #647A6D background.