COLOR #646242

HEX: #646242
RGB: (100,98,66)

Color info

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

RGB color model

#646242 color RGB value is (100,98,66).

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

RGB channels and saturation

R 100 of 255 = 39%
G 98 of 255 = 38%
B 66 of 255 = 26%

100
98
66

R + G + B ~ 34%. #646242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 98 + 66 = 264 (100%)
R 100 of 264 ~ 37.88%
G 98 of 264 ~ 37.12%
B 66 of 264 ~ 25%

%37.88
%37.12
%25

CMYK color model

#646242 color CMYK value is (0,2,34,61).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 34.00%
  • key color value is 60.78%
CMYK:
(0,2,34,61)
C0M2Y34K61 
(0%,2%,34%,61%)
(0.00/0.02/0.34/0.61)	

CMYK percentages

%0
%2
%34
%60.78

Codes

Color #646242 in popluar color models

646242
RGB1009866
HSL56°20.48%32.55%
HSB/HSV56°34.00%39.22%
CMYK0.00%2.00%34.00%
60.78%

Color #646242 in popluar number systems.

HEX646242
Decimal1009866
Binary110010011000101000010
Octal144142102

Shades and tints

Shades of #646242

#646242
(100,98,66)
#5B5A3C
(91,90,60)
#525236
(82,82,54)
#494A30
(73,74,48)
#40422A
(64,66,42)
#373A24
(55,58,36)
#2E321E
(46,50,30)
#252A18
(37,42,24)
#1C2212
(28,34,18)
#131A0C
(19,26,12)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #646242

#646242
(100,98,66)
#727053
(114,112,83)
#807E64
(128,126,100)
#8E8C75
(142,140,117)
#9C9A86
(156,154,134)
#AAA897
(170,168,151)
#B8B6A8
(184,182,168)
#C6C4B9
(198,196,185)
#D4D2CA
(212,210,202)
#E2E0DB
(226,224,219)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646242; }

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

This text font color is #646242.


Background Color

.myBgColor { background-color: #646242; }

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

This div background color is #646242.


Border color

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

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

This div border color is #646242.


Opacity

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

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

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

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

This text has shadow with #646242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646242 on black background.


Color preview on white background

This text has color #646242 on white background.



Black color preview on #646242 background

This text has black color on #646242 background.


White color preview on #646242 background

This text has white color on #646242 background.