COLOR #647A72

HEX: #647A72
RGB: (100,122,114)

Color info

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

RGB color model

#647A72 color RGB value is (100,122,114).

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

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 114 of 255 = 45%

100
122
114

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

Portions of RGB colors in percentages

R + G + B =
100 + 122 + 114 = 336 (100%)
R 100 of 336 ~ 29.76%
G 122 of 336 ~ 36.31%
B 114 of 336 ~ 33.93%

%29.76
%36.31
%33.93

CMYK color model

#647A72 color CMYK value is (18,0,7,52).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(18,0,7,52)
C18M0Y7K52 
(18%,0%,7%,52%)
(0.18/0.00/0.07/0.52)	

CMYK percentages

%18.03
%0
%6.56
%52.16

Codes

Color #647A72 in popluar color models

647A72
RGB100122114
HSL158°9.91%43.53%
HSB/HSV158°18.03%47.84%
CMYK18.03%0.00%6.56%
52.16%

Color #647A72 in popluar number systems.

HEX647A72
Decimal100122114
Binary110010011110101110010
Octal144172162

Shades and tints

Shades of #647A72

#647A72
(100,122,114)
#5B6F68
(91,111,104)
#52645E
(82,100,94)
#495954
(73,89,84)
#404E4A
(64,78,74)
#374340
(55,67,64)
#2E3836
(46,56,54)
#252D2C
(37,45,44)
#1C2222
(28,34,34)
#131718
(19,23,24)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #647A72

#647A72
(100,122,114)
#72867E
(114,134,126)
#80928A
(128,146,138)
#8E9E96
(142,158,150)
#9CAAA2
(156,170,162)
#AAB6AE
(170,182,174)
#B8C2BA
(184,194,186)
#C6CEC6
(198,206,198)
#D4DAD2
(212,218,210)
#E2E6DE
(226,230,222)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647A72; }

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

This text font color is #647A72.


Background Color

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

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

This div background color is #647A72.


Border color

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

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

This div border color is #647A72.


Opacity

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

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

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

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

This text has shadow with #647A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647A72 on black background.


Color preview on white background

This text has color #647A72 on white background.



Black color preview on #647A72 background

This text has black color on #647A72 background.


White color preview on #647A72 background

This text has white color on #647A72 background.