COLOR #646B3B

HEX: #646B3B
RGB: (100,107,59)

Color info

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

RGB color model

#646B3B color RGB value is (100,107,59).

  • red value is 100;
  • green value is 107;
  • blue value is 59.
RGB:
(100,107,59)
(39%,42%,23%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 59 of 255 = 23%

100
107
59

R + G + B ~ 35%. #646B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 59 = 266 (100%)
R 100 of 266 ~ 37.59%
G 107 of 266 ~ 40.23%
B 59 of 266 ~ 22.18%

%37.59
%40.23
%22.18

CMYK color model

#646B3B color CMYK value is (7,0,45,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 58.04%
CMYK:
(7,0,45,58)
C7M0Y45K58 
(7%,0%,45%,58%)
(0.07/0.00/0.45/0.58)	

CMYK percentages

%6.54
%0
%44.86
%58.04

Codes

Color #646B3B in popluar color models

646B3B
RGB10010759
HSL69°28.92%32.55%
HSB/HSV69°44.86%41.96%
CMYK6.54%0.00%44.86%
58.04%

Color #646B3B in popluar number systems.

HEX646B3B
Decimal10010759
Binary11001001101011111011
Octal14415373

Shades and tints

Shades of #646B3B

#646B3B
(100,107,59)
#5B6236
(91,98,54)
#525931
(82,89,49)
#49502C
(73,80,44)
#404727
(64,71,39)
#373E22
(55,62,34)
#2E351D
(46,53,29)
#252C18
(37,44,24)
#1C2313
(28,35,19)
#131A0E
(19,26,14)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #646B3B

#646B3B
(100,107,59)
#72784C
(114,120,76)
#80855D
(128,133,93)
#8E926E
(142,146,110)
#9C9F7F
(156,159,127)
#AAAC90
(170,172,144)
#B8B9A1
(184,185,161)
#C6C6B2
(198,198,178)
#D4D3C3
(212,211,195)
#E2E0D4
(226,224,212)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B3B color. Also use rgb(100,107,59) instead hex code.

Text Font Color

.myTextColor { color: #646B3B; }

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

This text font color is #646B3B.


Background Color

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

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

This div background color is #646B3B.


Border color

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

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

This div border color is #646B3B.


Opacity

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

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

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

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

This text has shadow with #646B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B3B on black background.


Color preview on white background

This text has color #646B3B on white background.



Black color preview on #646B3B background

This text has black color on #646B3B background.


White color preview on #646B3B background

This text has white color on #646B3B background.