COLOR #647E4C

HEX: #647E4C
RGB: (100,126,76)

Color info

#647E4C contains red, green and blue colors in about the same proportion. Web safe color of #647E4C is #666633 (or #663).

RGB color model

#647E4C color RGB value is (100,126,76).

  • red value is 100;
  • green value is 126;
  • blue value is 76.
RGB:
(100,126,76)
(39%,49%,30%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 76 of 255 = 30%

100
126
76

R + G + B ~ 39%. #647E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 126 + 76 = 302 (100%)
R 100 of 302 ~ 33.11%
G 126 of 302 ~ 41.72%
B 76 of 302 ~ 25.17%

%33.11
%41.72
%25.17

CMYK color model

#647E4C color CMYK value is (21,0,40,51).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 50.59%
CMYK:
(21,0,40,51)
C21M0Y40K51 
(21%,0%,40%,51%)
(0.21/0.00/0.40/0.51)	

CMYK percentages

%20.63
%0
%39.68
%50.59

Codes

Color #647E4C in popluar color models

647E4C
RGB10012676
HSL91°24.75%39.61%
HSB/HSV91°39.68%49.41%
CMYK20.63%0.00%39.68%
50.59%

Color #647E4C in popluar number systems.

HEX647E4C
Decimal10012676
Binary110010011111101001100
Octal144176114

Shades and tints

Shades of #647E4C

#647E4C
(100,126,76)
#5B7346
(91,115,70)
#526840
(82,104,64)
#495D3A
(73,93,58)
#405234
(64,82,52)
#37472E
(55,71,46)
#2E3C28
(46,60,40)
#253122
(37,49,34)
#1C261C
(28,38,28)
#131B16
(19,27,22)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #647E4C

#647E4C
(100,126,76)
#72895C
(114,137,92)
#80946C
(128,148,108)
#8E9F7C
(142,159,124)
#9CAA8C
(156,170,140)
#AAB59C
(170,181,156)
#B8C0AC
(184,192,172)
#C6CBBC
(198,203,188)
#D4D6CC
(212,214,204)
#E2E1DC
(226,225,220)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647E4C color. Also use rgb(100,126,76) instead hex code.

Text Font Color

.myTextColor { color: #647E4C; }

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

This text font color is #647E4C.


Background Color

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

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

This div background color is #647E4C.


Border color

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

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

This div border color is #647E4C.


Opacity

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

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

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

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

This text has shadow with #647E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647E4C on black background.


Color preview on white background

This text has color #647E4C on white background.



Black color preview on #647E4C background

This text has black color on #647E4C background.


White color preview on #647E4C background

This text has white color on #647E4C background.