COLOR #646642

HEX: #646642
RGB: (100,102,66)

Color info

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

RGB color model

#646642 color RGB value is (100,102,66).

  • red value is 100;
  • green value is 102;
  • blue value is 66.
RGB:
(100,102,66)
(39%,40%,26%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 66 of 255 = 26%

100
102
66

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 66 = 268 (100%)
R 100 of 268 ~ 37.31%
G 102 of 268 ~ 38.06%
B 66 of 268 ~ 24.63%

%37.31
%38.06
%24.63

CMYK color model

#646642 color CMYK value is (2,0,35,60).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(2,0,35,60)
C2M0Y35K60 
(2%,0%,35%,60%)
(0.02/0.00/0.35/0.60)	

CMYK percentages

%1.96
%0
%35.29
%60

Codes

Color #646642 in popluar color models

646642
RGB10010266
HSL63°21.43%32.94%
HSB/HSV63°35.29%40.00%
CMYK1.96%0.00%35.29%
60.00%

Color #646642 in popluar number systems.

HEX646642
Decimal10010266
Binary110010011001101000010
Octal144146102

Shades and tints

Shades of #646642

#646642
(100,102,66)
#5B5D3C
(91,93,60)
#525436
(82,84,54)
#494B30
(73,75,48)
#40422A
(64,66,42)
#373924
(55,57,36)
#2E301E
(46,48,30)
#252718
(37,39,24)
#1C1E12
(28,30,18)
#13150C
(19,21,12)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #646642

#646642
(100,102,66)
#727353
(114,115,83)
#808064
(128,128,100)
#8E8D75
(142,141,117)
#9C9A86
(156,154,134)
#AAA797
(170,167,151)
#B8B4A8
(184,180,168)
#C6C1B9
(198,193,185)
#D4CECA
(212,206,202)
#E2DBDB
(226,219,219)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646642 color. Also use rgb(100,102,66) instead hex code.

Text Font Color

.myTextColor { color: #646642; }

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

This text font color is #646642.


Background Color

.myBgColor { background-color: #646642; }

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

This div background color is #646642.


Border color

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

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

This div border color is #646642.


Opacity

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

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

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

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

This text has shadow with #646642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646642 on black background.


Color preview on white background

This text has color #646642 on white background.



Black color preview on #646642 background

This text has black color on #646642 background.


White color preview on #646642 background

This text has white color on #646642 background.