COLOR #646556

HEX: #646556
RGB: (100,101,86)

Color info

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

RGB color model

#646556 color RGB value is (100,101,86).

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

RGB channels and saturation

R 100 of 255 = 39%
G 101 of 255 = 40%
B 86 of 255 = 34%

100
101
86

R + G + B ~ 38%. #646556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 101 + 86 = 287 (100%)
R 100 of 287 ~ 34.84%
G 101 of 287 ~ 35.19%
B 86 of 287 ~ 29.97%

%34.84
%35.19
%29.97

CMYK color model

#646556 color CMYK value is (1,0,15,60).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(1,0,15,60)
C1M0Y15K60 
(1%,0%,15%,60%)
(0.01/0.00/0.15/0.60)	

CMYK percentages

%0.99
%0
%14.85
%60.39

Codes

Color #646556 in popluar color models

646556
RGB10010186
HSL64°8.02%36.67%
HSB/HSV64°14.85%39.61%
CMYK0.99%0.00%14.85%
60.39%

Color #646556 in popluar number systems.

HEX646556
Decimal10010186
Binary110010011001011010110
Octal144145126

Shades and tints

Shades of #646556

#646556
(100,101,86)
#5B5C4F
(91,92,79)
#525348
(82,83,72)
#494A41
(73,74,65)
#40413A
(64,65,58)
#373833
(55,56,51)
#2E2F2C
(46,47,44)
#252625
(37,38,37)
#1C1D1E
(28,29,30)
#131417
(19,20,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #646556

#646556
(100,101,86)
#727365
(114,115,101)
#808174
(128,129,116)
#8E8F83
(142,143,131)
#9C9D92
(156,157,146)
#AAABA1
(170,171,161)
#B8B9B0
(184,185,176)
#C6C7BF
(198,199,191)
#D4D5CE
(212,213,206)
#E2E3DD
(226,227,221)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646556; }

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

This text font color is #646556.


Background Color

.myBgColor { background-color: #646556; }

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

This div background color is #646556.


Border color

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

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

This div border color is #646556.


Opacity

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

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

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

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

This text has shadow with #646556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646556 on black background.


Color preview on white background

This text has color #646556 on white background.



Black color preview on #646556 background

This text has black color on #646556 background.


White color preview on #646556 background

This text has white color on #646556 background.