COLOR #646C3E

HEX: #646C3E
RGB: (100,108,62)

Color info

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

RGB color model

#646C3E color RGB value is (100,108,62).

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

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 62 of 255 = 24%

100
108
62

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

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 62 = 270 (100%)
R 100 of 270 ~ 37.04%
G 108 of 270 ~ 40%
B 62 of 270 ~ 22.96%

%37.04
%40
%22.96

CMYK color model

#646C3E color CMYK value is (7,0,43,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 57.65%
CMYK:
(7,0,43,58)
C7M0Y43K58 
(7%,0%,43%,58%)
(0.07/0.00/0.43/0.58)	

CMYK percentages

%7.41
%0
%42.59
%57.65

Codes

Color #646C3E in popluar color models

646C3E
RGB10010862
HSL70°27.06%33.33%
HSB/HSV70°42.59%42.35%
CMYK7.41%0.00%42.59%
57.65%

Color #646C3E in popluar number systems.

HEX646C3E
Decimal10010862
Binary11001001101100111110
Octal14415476

Shades and tints

Shades of #646C3E

#646C3E
(100,108,62)
#5B6339
(91,99,57)
#525A34
(82,90,52)
#49512F
(73,81,47)
#40482A
(64,72,42)
#373F25
(55,63,37)
#2E3620
(46,54,32)
#252D1B
(37,45,27)
#1C2416
(28,36,22)
#131B11
(19,27,17)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #646C3E

#646C3E
(100,108,62)
#72794F
(114,121,79)
#808660
(128,134,96)
#8E9371
(142,147,113)
#9CA082
(156,160,130)
#AAAD93
(170,173,147)
#B8BAA4
(184,186,164)
#C6C7B5
(198,199,181)
#D4D4C6
(212,212,198)
#E2E1D7
(226,225,215)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646C3E; }

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

This text font color is #646C3E.


Background Color

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

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

This div background color is #646C3E.


Border color

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

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

This div border color is #646C3E.


Opacity

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

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

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

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

This text has shadow with #646C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C3E on black background.


Color preview on white background

This text has color #646C3E on white background.



Black color preview on #646C3E background

This text has black color on #646C3E background.


White color preview on #646C3E background

This text has white color on #646C3E background.