COLOR #646A42

HEX: #646A42
RGB: (100,106,66)

Color info

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

RGB color model

#646A42 color RGB value is (100,106,66).

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

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 66 of 255 = 26%

100
106
66

R + G + B ~ 36%. #646A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 106 + 66 = 272 (100%)
R 100 of 272 ~ 36.76%
G 106 of 272 ~ 38.97%
B 66 of 272 ~ 24.26%

%36.76
%38.97
%24.26

CMYK color model

#646A42 color CMYK value is (6,0,38,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(6,0,38,58)
C6M0Y38K58 
(6%,0%,38%,58%)
(0.06/0.00/0.38/0.58)	

CMYK percentages

%5.66
%0
%37.74
%58.43

Codes

Color #646A42 in popluar color models

646A42
RGB10010666
HSL69°23.26%33.73%
HSB/HSV69°37.74%41.57%
CMYK5.66%0.00%37.74%
58.43%

Color #646A42 in popluar number systems.

HEX646A42
Decimal10010666
Binary110010011010101000010
Octal144152102

Shades and tints

Shades of #646A42

#646A42
(100,106,66)
#5B613C
(91,97,60)
#525836
(82,88,54)
#494F30
(73,79,48)
#40462A
(64,70,42)
#373D24
(55,61,36)
#2E341E
(46,52,30)
#252B18
(37,43,24)
#1C2212
(28,34,18)
#13190C
(19,25,12)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #646A42

#646A42
(100,106,66)
#727753
(114,119,83)
#808464
(128,132,100)
#8E9175
(142,145,117)
#9C9E86
(156,158,134)
#AAAB97
(170,171,151)
#B8B8A8
(184,184,168)
#C6C5B9
(198,197,185)
#D4D2CA
(212,210,202)
#E2DFDB
(226,223,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646A42; }

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

This text font color is #646A42.


Background Color

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

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

This div background color is #646A42.


Border color

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

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

This div border color is #646A42.


Opacity

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

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

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

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

This text has shadow with #646A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646A42 on black background.


Color preview on white background

This text has color #646A42 on white background.



Black color preview on #646A42 background

This text has black color on #646A42 background.


White color preview on #646A42 background

This text has white color on #646A42 background.