COLOR #646F3B

HEX: #646F3B
RGB: (100,111,59)

Color info

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

RGB color model

#646F3B color RGB value is (100,111,59).

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

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 59 of 255 = 23%

100
111
59

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

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 59 = 270 (100%)
R 100 of 270 ~ 37.04%
G 111 of 270 ~ 41.11%
B 59 of 270 ~ 21.85%

%37.04
%41.11
%21.85

CMYK color model

#646F3B color CMYK value is (10,0,47,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 56.47%
CMYK:
(10,0,47,56)
C10M0Y47K56 
(10%,0%,47%,56%)
(0.10/0.00/0.47/0.56)	

CMYK percentages

%9.91
%0
%46.85
%56.47

Codes

Color #646F3B in popluar color models

646F3B
RGB10011159
HSL73°30.59%33.33%
HSB/HSV73°46.85%43.53%
CMYK9.91%0.00%46.85%
56.47%

Color #646F3B in popluar number systems.

HEX646F3B
Decimal10011159
Binary11001001101111111011
Octal14415773

Shades and tints

Shades of #646F3B

#646F3B
(100,111,59)
#5B6536
(91,101,54)
#525B31
(82,91,49)
#49512C
(73,81,44)
#404727
(64,71,39)
#373D22
(55,61,34)
#2E331D
(46,51,29)
#252918
(37,41,24)
#1C1F13
(28,31,19)
#13150E
(19,21,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #646F3B

#646F3B
(100,111,59)
#727C4C
(114,124,76)
#80895D
(128,137,93)
#8E966E
(142,150,110)
#9CA37F
(156,163,127)
#AAB090
(170,176,144)
#B8BDA1
(184,189,161)
#C6CAB2
(198,202,178)
#D4D7C3
(212,215,195)
#E2E4D4
(226,228,212)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646F3B; }

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

This text font color is #646F3B.


Background Color

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

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

This div background color is #646F3B.


Border color

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

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

This div border color is #646F3B.


Opacity

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

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

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

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

This text has shadow with #646F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F3B on black background.


Color preview on white background

This text has color #646F3B on white background.



Black color preview on #646F3B background

This text has black color on #646F3B background.


White color preview on #646F3B background

This text has white color on #646F3B background.