COLOR #647A6C

HEX: #647A6C
RGB: (100,122,108)

Color info

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

RGB color model

#647A6C color RGB value is (100,122,108).

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

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 108 of 255 = 42%

100
122
108

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

Portions of RGB colors in percentages

R + G + B =
100 + 122 + 108 = 330 (100%)
R 100 of 330 ~ 30.3%
G 122 of 330 ~ 36.97%
B 108 of 330 ~ 32.73%

%30.3
%36.97
%32.73

CMYK color model

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

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • 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
%11.48
%52.16

Codes

Color #647A6C in popluar color models

647A6C
RGB100122108
HSL142°9.91%43.53%
HSB/HSV142°18.03%47.84%
CMYK18.03%0.00%11.48%
52.16%

Color #647A6C in popluar number systems.

HEX647A6C
Decimal100122108
Binary110010011110101101100
Octal144172154

Shades and tints

Shades of #647A6C

#647A6C
(100,122,108)
#5B6F63
(91,111,99)
#52645A
(82,100,90)
#495951
(73,89,81)
#404E48
(64,78,72)
#37433F
(55,67,63)
#2E3836
(46,56,54)
#252D2D
(37,45,45)
#1C2224
(28,34,36)
#13171B
(19,23,27)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #647A6C

#647A6C
(100,122,108)
#728679
(114,134,121)
#809286
(128,146,134)
#8E9E93
(142,158,147)
#9CAAA0
(156,170,160)
#AAB6AD
(170,182,173)
#B8C2BA
(184,194,186)
#C6CEC7
(198,206,199)
#D4DAD4
(212,218,212)
#E2E6E1
(226,230,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647A6C; }

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

This text font color is #647A6C.


Background Color

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

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

This div background color is #647A6C.


Border color

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

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

This div border color is #647A6C.


Opacity

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

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

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

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

This text has shadow with #647A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647A6C on black background.


Color preview on white background

This text has color #647A6C on white background.



Black color preview on #647A6C background

This text has black color on #647A6C background.


White color preview on #647A6C background

This text has white color on #647A6C background.