COLOR #646F56

HEX: #646F56
RGB: (100,111,86)

Color info

#646F56 contains red, green and blue colors in about the same proportion. Web safe color of #646F56 is #666666 (or #666).

RGB color model

#646F56 color RGB value is (100,111,86).

  • red value is 100;
  • green value is 111;
  • blue value is 86.
RGB:
(100,111,86)
(39%,44%,34%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 86 of 255 = 34%

100
111
86

R + G + B ~ 39%. #646F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 86 = 297 (100%)
R 100 of 297 ~ 33.67%
G 111 of 297 ~ 37.37%
B 86 of 297 ~ 28.96%

%33.67
%37.37
%28.96

CMYK color model

#646F56 color CMYK value is (10,0,23,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK:
(10,0,23,56)
C10M0Y23K56 
(10%,0%,23%,56%)
(0.10/0.00/0.23/0.56)	

CMYK percentages

%9.91
%0
%22.52
%56.47

Codes

Color #646F56 in popluar color models

646F56
RGB10011186
HSL86°12.69%38.63%
HSB/HSV86°22.52%43.53%
CMYK9.91%0.00%22.52%
56.47%

Color #646F56 in popluar number systems.

HEX646F56
Decimal10011186
Binary110010011011111010110
Octal144157126

Shades and tints

Shades of #646F56

#646F56
(100,111,86)
#5B654F
(91,101,79)
#525B48
(82,91,72)
#495141
(73,81,65)
#40473A
(64,71,58)
#373D33
(55,61,51)
#2E332C
(46,51,44)
#252925
(37,41,37)
#1C1F1E
(28,31,30)
#131517
(19,21,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #646F56

#646F56
(100,111,86)
#727C65
(114,124,101)
#808974
(128,137,116)
#8E9683
(142,150,131)
#9CA392
(156,163,146)
#AAB0A1
(170,176,161)
#B8BDB0
(184,189,176)
#C6CABF
(198,202,191)
#D4D7CE
(212,215,206)
#E2E4DD
(226,228,221)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F56 color. Also use rgb(100,111,86) instead hex code.

Text Font Color

.myTextColor { color: #646F56; }

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

This text font color is #646F56.


Background Color

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

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

This div background color is #646F56.


Border color

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

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

This div border color is #646F56.


Opacity

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

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

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

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

This text has shadow with #646F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F56 on black background.


Color preview on white background

This text has color #646F56 on white background.



Black color preview on #646F56 background

This text has black color on #646F56 background.


White color preview on #646F56 background

This text has white color on #646F56 background.