COLOR #647857

HEX: #647857
RGB: (100,120,87)

Color info

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

RGB color model

#647857 color RGB value is (100,120,87).

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

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 87 of 255 = 34%

100
120
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 120 + 87 = 307 (100%)
R 100 of 307 ~ 32.57%
G 120 of 307 ~ 39.09%
B 87 of 307 ~ 28.34%

%32.57
%39.09
%28.34

CMYK color model

#647857 color CMYK value is (17,0,28,53).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 52.94%
CMYK:
(17,0,28,53)
C17M0Y28K53 
(17%,0%,28%,53%)
(0.17/0.00/0.28/0.53)	

CMYK percentages

%16.67
%0
%27.5
%52.94

Codes

Color #647857 in popluar color models

647857
RGB10012087
HSL96°15.94%40.59%
HSB/HSV96°27.50%47.06%
CMYK16.67%0.00%27.50%
52.94%

Color #647857 in popluar number systems.

HEX647857
Decimal10012087
Binary110010011110001010111
Octal144170127

Shades and tints

Shades of #647857

#647857
(100,120,87)
#5B6E50
(91,110,80)
#526449
(82,100,73)
#495A42
(73,90,66)
#40503B
(64,80,59)
#374634
(55,70,52)
#2E3C2D
(46,60,45)
#253226
(37,50,38)
#1C281F
(28,40,31)
#131E18
(19,30,24)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #647857

#647857
(100,120,87)
#728466
(114,132,102)
#809075
(128,144,117)
#8E9C84
(142,156,132)
#9CA893
(156,168,147)
#AAB4A2
(170,180,162)
#B8C0B1
(184,192,177)
#C6CCC0
(198,204,192)
#D4D8CF
(212,216,207)
#E2E4DE
(226,228,222)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647857; }

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

This text font color is #647857.


Background Color

.myBgColor { background-color: #647857; }

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

This div background color is #647857.


Border color

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

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

This div border color is #647857.


Opacity

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

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

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

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

This text has shadow with #647857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647857 on black background.


Color preview on white background

This text has color #647857 on white background.



Black color preview on #647857 background

This text has black color on #647857 background.


White color preview on #647857 background

This text has white color on #647857 background.