COLOR #646040

HEX: #646040
RGB: (100,96,64)

Color info

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

RGB color model

#646040 color RGB value is (100,96,64).

  • red value is 100;
  • green value is 96;
  • blue value is 64.
RGB:
(100,96,64)
(39%,38%,25%)

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 64 of 255 = 25%

100
96
64

R + G + B ~ 34%. #646040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 64 = 260 (100%)
R 100 of 260 ~ 38.46%
G 96 of 260 ~ 36.92%
B 64 of 260 ~ 24.62%

%38.46
%36.92
%24.62

CMYK color model

#646040 color CMYK value is (0,4,36,61).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 36.00%
  • key color value is 60.78%
CMYK:
(0,4,36,61)
C0M4Y36K61 
(0%,4%,36%,61%)
(0.00/0.04/0.36/0.61)	

CMYK percentages

%0
%4
%36
%60.78

Codes

Color #646040 in popluar color models

646040
RGB1009664
HSL53°21.95%32.16%
HSB/HSV53°36.00%39.22%
CMYK0.00%4.00%36.00%
60.78%

Color #646040 in popluar number systems.

HEX646040
Decimal1009664
Binary110010011000001000000
Octal144140100

Shades and tints

Shades of #646040

#646040
(100,96,64)
#5B583B
(91,88,59)
#525036
(82,80,54)
#494831
(73,72,49)
#40402C
(64,64,44)
#373827
(55,56,39)
#2E3022
(46,48,34)
#25281D
(37,40,29)
#1C2018
(28,32,24)
#131813
(19,24,19)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #646040

#646040
(100,96,64)
#726E51
(114,110,81)
#807C62
(128,124,98)
#8E8A73
(142,138,115)
#9C9884
(156,152,132)
#AAA695
(170,166,149)
#B8B4A6
(184,180,166)
#C6C2B7
(198,194,183)
#D4D0C8
(212,208,200)
#E2DED9
(226,222,217)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646040 color. Also use rgb(100,96,64) instead hex code.

Text Font Color

.myTextColor { color: #646040; }

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

This text font color is #646040.


Background Color

.myBgColor { background-color: #646040; }

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

This div background color is #646040.


Border color

.myBorderColor { border: 1px solid #646040; }

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

This div border color is #646040.


Opacity

.myOpacity80 { color: #646040; opacity: 0.8; }

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

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

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

This text has shadow with #646040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646040 on black background.


Color preview on white background

This text has color #646040 on white background.



Black color preview on #646040 background

This text has black color on #646040 background.


White color preview on #646040 background

This text has white color on #646040 background.