COLOR #647568

HEX: #647568 RGB: (100,117,104)

Color info

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

RGB color model

#647568 color RGB value is (100,117,104).

RGB: (100,117,104) (39%, 46%, 41%)

RGB channels and saturation

R 100 of 255 = 39%
G 117 of 255 = 46%
B 104 of 255 = 41%

100
117
104

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

Portions of RGB colors in percentages

R + G + B = 100 + 117 + 104 = 321 (100%)
R 100 of 321 ~ 31.15%
G 117 of 321 ~ 36.45%
B 104 of 321 ~ 32.4'%

%31.15
%36.45
%32.4

CMYK color model

#647568 color CMYK value is (15,0,11,54).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%

CMYK: (15,0,11,54)
C15M0Y11K54 (15%, 0%, 11%, 54%)
(0.15 / 0.00 / 0.11 / 0.54)

CMYK percentages

%14.53
%0
%11.11
%54.12

Codes

Color #647568 in popluar color models

64 75 68
RGB 100 117 104
HSL 134° 7.83% 42.55%
HSB/HSV 134° 14.53% 45.88%
CMYK 14.53% 0.00% 11.11%
54.12%

Color #647568 in popluar number systems.

HEX 64 75 68
Decimal 100 117 104
Binary 1100100 1110101 1101000
Octal 144 165 150

Shades and tints

Shades of #647568

#647568
(100,117,104)
#5B6B5F
(91,107,95)
#526156
(82,97,86)
#49574D
(73,87,77)
#404D44
(64,77,68)
#37433B
(55,67,59)
#2E3932
(46,57,50)
#252F29
(37,47,41)
#1C2520
(28,37,32)
#131B17
(19,27,23)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #647568

#647568
(100,117,104)
#728175
(114,129,117)
#808D82
(128,141,130)
#8E998F
(142,153,143)
#9CA59C
(156,165,156)
#AAB1A9
(170,177,169)
#B8BDB6
(184,189,182)
#C6C9C3
(198,201,195)
#D4D5D0
(212,213,208)
#E2E1DD
(226,225,221)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647568; }

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

This text font color is #647568.

Background Color

.myBgColor { background-color: #647568; }

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

This div background color is #647568.

Border color

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

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

This div border color is #647568.

Opacity

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

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

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

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

This text has shadow with #647568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647568.

Preview

Color preview on black background

This text has color #647568 on black background.


Color preview on white background

This text has color #647568 on white background.


Black color preview on #647568 background

This text has black color on #647568 background.


White color preview on #647568 background

This text has white color on #647568 background.


Related colors

Complementary color

Complementary color for #647568 is #9B8A97.


I love getcolorcode.com

Triadic colors

1 #686475 and #756864 with #647568 are triadic colors.

2 #687564 and #756468 with #647568 are triadic colors.