COLOR #647C68

HEX: #647C68
RGB: (100,124,104)

Color info

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

RGB color model

#647C68 color RGB value is (100,124,104).

  • red value is 100;
  • green value is 124;
  • blue value is 104.
RGB:
(100,124,104)
(39%,49%,41%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 104 of 255 = 41%

100
124
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 124 + 104 = 328 (100%)
R 100 of 328 ~ 30.49%
G 124 of 328 ~ 37.8%
B 104 of 328 ~ 31.71%

%30.49
%37.8
%31.71

CMYK color model

#647C68 color CMYK value is (19,0,16,51).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 51.37%
CMYK:
(19,0,16,51)
C19M0Y16K51 
(19%,0%,16%,51%)
(0.19/0.00/0.16/0.51)	

CMYK percentages

%19.35
%0
%16.13
%51.37

Codes

Color #647C68 in popluar color models

647C68
RGB100124104
HSL130°10.71%43.92%
HSB/HSV130°19.35%48.63%
CMYK19.35%0.00%16.13%
51.37%

Color #647C68 in popluar number systems.

HEX647C68
Decimal100124104
Binary110010011111001101000
Octal144174150

Shades and tints

Shades of #647C68

#647C68
(100,124,104)
#5B715F
(91,113,95)
#526656
(82,102,86)
#495B4D
(73,91,77)
#405044
(64,80,68)
#37453B
(55,69,59)
#2E3A32
(46,58,50)
#252F29
(37,47,41)
#1C2420
(28,36,32)
#131917
(19,25,23)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #647C68

#647C68
(100,124,104)
#728775
(114,135,117)
#809282
(128,146,130)
#8E9D8F
(142,157,143)
#9CA89C
(156,168,156)
#AAB3A9
(170,179,169)
#B8BEB6
(184,190,182)
#C6C9C3
(198,201,195)
#D4D4D0
(212,212,208)
#E2DFDD
(226,223,221)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647C68 color. Also use rgb(100,124,104) instead hex code.

Text Font Color

.myTextColor { color: #647C68; }

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

This text font color is #647C68.


Background Color

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

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

This div background color is #647C68.


Border color

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

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

This div border color is #647C68.


Opacity

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

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

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

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

This text has shadow with #647C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647C68 on black background.


Color preview on white background

This text has color #647C68 on white background.



Black color preview on #647C68 background

This text has black color on #647C68 background.


White color preview on #647C68 background

This text has white color on #647C68 background.