COLOR #647470

HEX: #647470
RGB: (100,116,112)

Color info

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

RGB color model

#647470 color RGB value is (100,116,112).

  • red value is 100;
  • green value is 116;
  • blue value is 112.
RGB:
(100,116,112)
(39%,45%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 112 of 255 = 44%

100
116
112

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 112 = 328 (100%)
R 100 of 328 ~ 30.49%
G 116 of 328 ~ 35.37%
B 112 of 328 ~ 34.15%

%30.49
%35.37
%34.15

CMYK color model

#647470 color CMYK value is (14,0,3,55).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(14,0,3,55)
C14M0Y3K55 
(14%,0%,3%,55%)
(0.14/0.00/0.03/0.55)	

CMYK percentages

%13.79
%0
%3.45
%54.51

Codes

Color #647470 in popluar color models

647470
RGB100116112
HSL165°7.41%42.35%
HSB/HSV165°13.79%45.49%
CMYK13.79%0.00%3.45%
54.51%

Color #647470 in popluar number systems.

HEX647470
Decimal100116112
Binary110010011101001110000
Octal144164160

Shades and tints

Shades of #647470

#647470
(100,116,112)
#5B6A66
(91,106,102)
#52605C
(82,96,92)
#495652
(73,86,82)
#404C48
(64,76,72)
#37423E
(55,66,62)
#2E3834
(46,56,52)
#252E2A
(37,46,42)
#1C2420
(28,36,32)
#131A16
(19,26,22)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #647470

#647470
(100,116,112)
#72807D
(114,128,125)
#808C8A
(128,140,138)
#8E9897
(142,152,151)
#9CA4A4
(156,164,164)
#AAB0B1
(170,176,177)
#B8BCBE
(184,188,190)
#C6C8CB
(198,200,203)
#D4D4D8
(212,212,216)
#E2E0E5
(226,224,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647470 color. Also use rgb(100,116,112) instead hex code.

Text Font Color

.myTextColor { color: #647470; }

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

This text font color is #647470.


Background Color

.myBgColor { background-color: #647470; }

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

This div background color is #647470.


Border color

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

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

This div border color is #647470.


Opacity

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

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

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

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

This text has shadow with #647470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647470 on black background.


Color preview on white background

This text has color #647470 on white background.



Black color preview on #647470 background

This text has black color on #647470 background.


White color preview on #647470 background

This text has white color on #647470 background.