COLOR #646C2F

HEX: #646C2F
RGB: (100,108,47)

Color info

#646C2F contains mainly red and green colors. Web safe color of #646C2F is #666633 (or #663).

RGB color model

#646C2F color RGB value is (100,108,47).

  • red value is 100;
  • green value is 108;
  • blue value is 47.
RGB:
(100,108,47)
(39%,42%,18%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 47 of 255 = 18%

100
108
47

R + G + B ~ 33%. #646C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 47 = 255 (100%)
R 100 of 255 ~ 39.22%
G 108 of 255 ~ 42.35%
B 47 of 255 ~ 18.43%

%39.22
%42.35
%18.43

CMYK color model

#646C2F color CMYK value is (7,0,56,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 56.48%
  • key color value is 57.65%
CMYK:
(7,0,56,58)
C7M0Y56K58 
(7%,0%,56%,58%)
(0.07/0.00/0.56/0.58)	

CMYK percentages

%7.41
%0
%56.48
%57.65

Codes

Color #646C2F in popluar color models

646C2F
RGB10010847
HSL68°39.35%30.39%
HSB/HSV68°56.48%42.35%
CMYK7.41%0.00%56.48%
57.65%

Color #646C2F in popluar number systems.

HEX646C2F
Decimal10010847
Binary11001001101100101111
Octal14415457

Shades and tints

Shades of #646C2F

#646C2F
(100,108,47)
#5B632B
(91,99,43)
#525A27
(82,90,39)
#495123
(73,81,35)
#40481F
(64,72,31)
#373F1B
(55,63,27)
#2E3617
(46,54,23)
#252D13
(37,45,19)
#1C240F
(28,36,15)
#131B0B
(19,27,11)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #646C2F

#646C2F
(100,108,47)
#727941
(114,121,65)
#808653
(128,134,83)
#8E9365
(142,147,101)
#9CA077
(156,160,119)
#AAAD89
(170,173,137)
#B8BA9B
(184,186,155)
#C6C7AD
(198,199,173)
#D4D4BF
(212,212,191)
#E2E1D1
(226,225,209)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C2F color. Also use rgb(100,108,47) instead hex code.

Text Font Color

.myTextColor { color: #646C2F; }

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

This text font color is #646C2F.


Background Color

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

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

This div background color is #646C2F.


Border color

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

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

This div border color is #646C2F.


Opacity

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

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

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

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

This text has shadow with #646C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C2F on black background.


Color preview on white background

This text has color #646C2F on white background.



Black color preview on #646C2F background

This text has black color on #646C2F background.


White color preview on #646C2F background

This text has white color on #646C2F background.