COLOR #646940

HEX: #646940
RGB: (100,105,64)

Color info

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

RGB color model

#646940 color RGB value is (100,105,64).

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

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 64 of 255 = 25%

100
105
64

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

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 64 = 269 (100%)
R 100 of 269 ~ 37.17%
G 105 of 269 ~ 39.03%
B 64 of 269 ~ 23.79%

%37.17
%39.03
%23.79

CMYK color model

#646940 color CMYK value is (5,0,39,59).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 58.82%
CMYK:
(5,0,39,59)
C5M0Y39K59 
(5%,0%,39%,59%)
(0.05/0.00/0.39/0.59)	

CMYK percentages

%4.76
%0
%39.05
%58.82

Codes

Color #646940 in popluar color models

646940
RGB10010564
HSL67°24.26%33.14%
HSB/HSV67°39.05%41.18%
CMYK4.76%0.00%39.05%
58.82%

Color #646940 in popluar number systems.

HEX646940
Decimal10010564
Binary110010011010011000000
Octal144151100

Shades and tints

Shades of #646940

#646940
(100,105,64)
#5B603B
(91,96,59)
#525736
(82,87,54)
#494E31
(73,78,49)
#40452C
(64,69,44)
#373C27
(55,60,39)
#2E3322
(46,51,34)
#252A1D
(37,42,29)
#1C2118
(28,33,24)
#131813
(19,24,19)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #646940

#646940
(100,105,64)
#727651
(114,118,81)
#808362
(128,131,98)
#8E9073
(142,144,115)
#9C9D84
(156,157,132)
#AAAA95
(170,170,149)
#B8B7A6
(184,183,166)
#C6C4B7
(198,196,183)
#D4D1C8
(212,209,200)
#E2DED9
(226,222,217)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646940; }

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

This text font color is #646940.


Background Color

.myBgColor { background-color: #646940; }

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

This div background color is #646940.


Border color

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

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

This div border color is #646940.


Opacity

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

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

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

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

This text has shadow with #646940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646940 on black background.


Color preview on white background

This text has color #646940 on white background.



Black color preview on #646940 background

This text has black color on #646940 background.


White color preview on #646940 background

This text has white color on #646940 background.