COLOR #647C4F

HEX: #647C4F
RGB: (100,124,79)

Color info

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

RGB color model

#647C4F color RGB value is (100,124,79).

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

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 79 of 255 = 31%

100
124
79

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

Portions of RGB colors in percentages

R + G + B =
100 + 124 + 79 = 303 (100%)
R 100 of 303 ~ 33%
G 124 of 303 ~ 40.92%
B 79 of 303 ~ 26.07%

%33
%40.92
%26.07

CMYK color model

#647C4F color CMYK value is (19,0,36,51).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK:
(19,0,36,51)
C19M0Y36K51 
(19%,0%,36%,51%)
(0.19/0.00/0.36/0.51)	

CMYK percentages

%19.35
%0
%36.29
%51.37

Codes

Color #647C4F in popluar color models

647C4F
RGB10012479
HSL92°22.17%39.80%
HSB/HSV92°36.29%48.63%
CMYK19.35%0.00%36.29%
51.37%

Color #647C4F in popluar number systems.

HEX647C4F
Decimal10012479
Binary110010011111001001111
Octal144174117

Shades and tints

Shades of #647C4F

#647C4F
(100,124,79)
#5B7148
(91,113,72)
#526641
(82,102,65)
#495B3A
(73,91,58)
#405033
(64,80,51)
#37452C
(55,69,44)
#2E3A25
(46,58,37)
#252F1E
(37,47,30)
#1C2417
(28,36,23)
#131910
(19,25,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #647C4F

#647C4F
(100,124,79)
#72875F
(114,135,95)
#80926F
(128,146,111)
#8E9D7F
(142,157,127)
#9CA88F
(156,168,143)
#AAB39F
(170,179,159)
#B8BEAF
(184,190,175)
#C6C9BF
(198,201,191)
#D4D4CF
(212,212,207)
#E2DFDF
(226,223,223)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647C4F; }

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

This text font color is #647C4F.


Background Color

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

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

This div background color is #647C4F.


Border color

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

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

This div border color is #647C4F.


Opacity

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

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

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

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

This text has shadow with #647C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647C4F on black background.


Color preview on white background

This text has color #647C4F on white background.



Black color preview on #647C4F background

This text has black color on #647C4F background.


White color preview on #647C4F background

This text has white color on #647C4F background.