COLOR #646A4D

HEX: #646A4D
RGB: (100,106,77)

Color info

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

RGB color model

#646A4D color RGB value is (100,106,77).

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

RGB channels and saturation

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

100
106
77

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

Portions of RGB colors in percentages

R + G + B =
100 + 106 + 77 = 283 (100%)
R 100 of 283 ~ 35.34%
G 106 of 283 ~ 37.46%
B 77 of 283 ~ 27.21%

%35.34
%37.46
%27.21

CMYK color model

#646A4D color CMYK value is (6,0,27,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(6,0,27,58)
C6M0Y27K58 
(6%,0%,27%,58%)
(0.06/0.00/0.27/0.58)	

CMYK percentages

%5.66
%0
%27.36
%58.43

Codes

Color #646A4D in popluar color models

646A4D
RGB10010677
HSL72°15.85%35.88%
HSB/HSV72°27.36%41.57%
CMYK5.66%0.00%27.36%
58.43%

Color #646A4D in popluar number systems.

HEX646A4D
Decimal10010677
Binary110010011010101001101
Octal144152115

Shades and tints

Shades of #646A4D

#646A4D
(100,106,77)
#5B6146
(91,97,70)
#52583F
(82,88,63)
#494F38
(73,79,56)
#404631
(64,70,49)
#373D2A
(55,61,42)
#2E3423
(46,52,35)
#252B1C
(37,43,28)
#1C2215
(28,34,21)
#13190E
(19,25,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #646A4D

#646A4D
(100,106,77)
#72775D
(114,119,93)
#80846D
(128,132,109)
#8E917D
(142,145,125)
#9C9E8D
(156,158,141)
#AAAB9D
(170,171,157)
#B8B8AD
(184,184,173)
#C6C5BD
(198,197,189)
#D4D2CD
(212,210,205)
#E2DFDD
(226,223,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646A4D; }

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

This text font color is #646A4D.


Background Color

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

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

This div background color is #646A4D.


Border color

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

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

This div border color is #646A4D.


Opacity

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

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

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

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

This text has shadow with #646A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646A4D on black background.


Color preview on white background

This text has color #646A4D on white background.



Black color preview on #646A4D background

This text has black color on #646A4D background.


White color preview on #646A4D background

This text has white color on #646A4D background.