COLOR #646C2E

HEX: #646C2E
RGB: (100,108,46)

Color info

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

RGB color model

#646C2E color RGB value is (100,108,46).

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

RGB channels and saturation

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

100
108
46

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

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 46 = 254 (100%)
R 100 of 254 ~ 39.37%
G 108 of 254 ~ 42.52%
B 46 of 254 ~ 18.11%

%39.37
%42.52
%18.11

CMYK color model

#646C2E color CMYK value is (7,0,57,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 57.41%
  • key color value is 57.65%
CMYK:
(7,0,57,58)
C7M0Y57K58 
(7%,0%,57%,58%)
(0.07/0.00/0.57/0.58)	

CMYK percentages

%7.41
%0
%57.41
%57.65

Codes

Color #646C2E in popluar color models

646C2E
RGB10010846
HSL68°40.26%30.20%
HSB/HSV68°57.41%42.35%
CMYK7.41%0.00%57.41%
57.65%

Color #646C2E in popluar number systems.

HEX646C2E
Decimal10010846
Binary11001001101100101110
Octal14415456

Shades and tints

Shades of #646C2E

#646C2E
(100,108,46)
#5B632A
(91,99,42)
#525A26
(82,90,38)
#495122
(73,81,34)
#40481E
(64,72,30)
#373F1A
(55,63,26)
#2E3616
(46,54,22)
#252D12
(37,45,18)
#1C240E
(28,36,14)
#131B0A
(19,27,10)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #646C2E

#646C2E
(100,108,46)
#727941
(114,121,65)
#808654
(128,134,84)
#8E9367
(142,147,103)
#9CA07A
(156,160,122)
#AAAD8D
(170,173,141)
#B8BAA0
(184,186,160)
#C6C7B3
(198,199,179)
#D4D4C6
(212,212,198)
#E2E1D9
(226,225,217)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646C2E; }

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

This text font color is #646C2E.


Background Color

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

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

This div background color is #646C2E.


Border color

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

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

This div border color is #646C2E.


Opacity

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

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

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

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

This text has shadow with #646C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C2E on black background.


Color preview on white background

This text has color #646C2E on white background.



Black color preview on #646C2E background

This text has black color on #646C2E background.


White color preview on #646C2E background

This text has white color on #646C2E background.