COLOR #646867

HEX: #646867
RGB: (100,104,103)

Color info

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

RGB color model

#646867 color RGB value is (100,104,103).

  • red value is 100;
  • green value is 104;
  • blue value is 103.
RGB:
(100,104,103)
(39%,41%,40%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 103 of 255 = 40%

100
104
103

R + G + B ~ 40%. #646867 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 103 = 307 (100%)
R 100 of 307 ~ 32.57%
G 104 of 307 ~ 33.88%
B 103 of 307 ~ 33.55%

%32.57
%33.88
%33.55

CMYK color model

#646867 color CMYK value is (4,0,1,59).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 59.22%
CMYK:
(4,0,1,59)
C4M0Y1K59 
(4%,0%,1%,59%)
(0.04/0.00/0.01/0.59)	

CMYK percentages

%3.85
%0
%0.96
%59.22

Codes

Color #646867 in popluar color models

646867
RGB100104103
HSL165°1.96%40.00%
HSB/HSV165°3.85%40.78%
CMYK3.85%0.00%0.96%
59.22%

Color #646867 in popluar number systems.

HEX646867
Decimal100104103
Binary110010011010001100111
Octal144150147

Shades and tints

Shades of #646867

#646867
(100,104,103)
#5B5F5E
(91,95,94)
#525655
(82,86,85)
#494D4C
(73,77,76)
#404443
(64,68,67)
#373B3A
(55,59,58)
#2E3231
(46,50,49)
#252928
(37,41,40)
#1C201F
(28,32,31)
#131716
(19,23,22)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #646867

#646867
(100,104,103)
#727574
(114,117,116)
#808281
(128,130,129)
#8E8F8E
(142,143,142)
#9C9C9B
(156,156,155)
#AAA9A8
(170,169,168)
#B8B6B5
(184,182,181)
#C6C3C2
(198,195,194)
#D4D0CF
(212,208,207)
#E2DDDC
(226,221,220)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646867 color. Also use rgb(100,104,103) instead hex code.

Text Font Color

.myTextColor { color: #646867; }

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

This text font color is #646867.


Background Color

.myBgColor { background-color: #646867; }

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

This div background color is #646867.


Border color

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

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

This div border color is #646867.


Opacity

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

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

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

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

This text has shadow with #646867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646867 on black background.


Color preview on white background

This text has color #646867 on white background.



Black color preview on #646867 background

This text has black color on #646867 background.


White color preview on #646867 background

This text has white color on #646867 background.