COLOR #646C4D

HEX: #646C4D
RGB: (100,108,77)

Color info

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

RGB color model

#646C4D color RGB value is (100,108,77).

  • red value is 100;
  • green value is 108;
  • blue value is 77.
RGB:
(100,108,77)
(39%,42%,30%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 77 of 255 = 30%

100
108
77

R + G + B ~ 37%. #646C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 77 = 285 (100%)
R 100 of 285 ~ 35.09%
G 108 of 285 ~ 37.89%
B 77 of 285 ~ 27.02%

%35.09
%37.89
%27.02

CMYK color model

#646C4D color CMYK value is (7,0,29,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(7,0,29,58)
C7M0Y29K58 
(7%,0%,29%,58%)
(0.07/0.00/0.29/0.58)	

CMYK percentages

%7.41
%0
%28.7
%57.65

Codes

Color #646C4D in popluar color models

646C4D
RGB10010877
HSL75°16.76%36.27%
HSB/HSV75°28.70%42.35%
CMYK7.41%0.00%28.70%
57.65%

Color #646C4D in popluar number systems.

HEX646C4D
Decimal10010877
Binary110010011011001001101
Octal144154115

Shades and tints

Shades of #646C4D

#646C4D
(100,108,77)
#5B6346
(91,99,70)
#525A3F
(82,90,63)
#495138
(73,81,56)
#404831
(64,72,49)
#373F2A
(55,63,42)
#2E3623
(46,54,35)
#252D1C
(37,45,28)
#1C2415
(28,36,21)
#131B0E
(19,27,14)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #646C4D

#646C4D
(100,108,77)
#72795D
(114,121,93)
#80866D
(128,134,109)
#8E937D
(142,147,125)
#9CA08D
(156,160,141)
#AAAD9D
(170,173,157)
#B8BAAD
(184,186,173)
#C6C7BD
(198,199,189)
#D4D4CD
(212,212,205)
#E2E1DD
(226,225,221)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C4D color. Also use rgb(100,108,77) instead hex code.

Text Font Color

.myTextColor { color: #646C4D; }

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

This text font color is #646C4D.


Background Color

.myBgColor { background-color: #646C4D; }

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

This div background color is #646C4D.


Border color

.myBorderColor { border: 1px solid #646C4D; }

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

This div border color is #646C4D.


Opacity

.myOpacity80 { color: #646C4D; opacity: 0.8; }

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

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

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

This text has shadow with #646C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C4D on black background.


Color preview on white background

This text has color #646C4D on white background.



Black color preview on #646C4D background

This text has black color on #646C4D background.


White color preview on #646C4D background

This text has white color on #646C4D background.