COLOR #647B78

HEX: #647B78
RGB: (100,123,120)

Color info

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

RGB color model

#647B78 color RGB value is (100,123,120).

  • red value is 100;
  • green value is 123;
  • blue value is 120.
RGB:
(100,123,120)
(39%,48%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 123 of 255 = 48%
B 120 of 255 = 47%

100
123
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 123 + 120 = 343 (100%)
R 100 of 343 ~ 29.15%
G 123 of 343 ~ 35.86%
B 120 of 343 ~ 34.99%

%29.15
%35.86
%34.99

CMYK color model

#647B78 color CMYK value is (19,0,2,52).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(19,0,2,52)
C19M0Y2K52 
(19%,0%,2%,52%)
(0.19/0.00/0.02/0.52)	

CMYK percentages

%18.7
%0
%2.44
%51.76

Codes

Color #647B78 in popluar color models

647B78
RGB100123120
HSL172°10.31%43.73%
HSB/HSV172°18.70%48.24%
CMYK18.70%0.00%2.44%
51.76%

Color #647B78 in popluar number systems.

HEX647B78
Decimal100123120
Binary110010011110111111000
Octal144173170

Shades and tints

Shades of #647B78

#647B78
(100,123,120)
#5B706E
(91,112,110)
#526564
(82,101,100)
#495A5A
(73,90,90)
#404F50
(64,79,80)
#374446
(55,68,70)
#2E393C
(46,57,60)
#252E32
(37,46,50)
#1C2328
(28,35,40)
#13181E
(19,24,30)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #647B78

#647B78
(100,123,120)
#728784
(114,135,132)
#809390
(128,147,144)
#8E9F9C
(142,159,156)
#9CABA8
(156,171,168)
#AAB7B4
(170,183,180)
#B8C3C0
(184,195,192)
#C6CFCC
(198,207,204)
#D4DBD8
(212,219,216)
#E2E7E4
(226,231,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647B78 color. Also use rgb(100,123,120) instead hex code.

Text Font Color

.myTextColor { color: #647B78; }

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

This text font color is #647B78.


Background Color

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

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

This div background color is #647B78.


Border color

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

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

This div border color is #647B78.


Opacity

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

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

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

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

This text has shadow with #647B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647B78 on black background.


Color preview on white background

This text has color #647B78 on white background.



Black color preview on #647B78 background

This text has black color on #647B78 background.


White color preview on #647B78 background

This text has white color on #647B78 background.