COLOR #646E5E

HEX: #646E5E
RGB: (100,110,94)

Color info

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

RGB color model

#646E5E color RGB value is (100,110,94).

  • red value is 100;
  • green value is 110;
  • blue value is 94.
RGB:
(100,110,94)
(39%,43%,37%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 94 of 255 = 37%

100
110
94

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

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 94 = 304 (100%)
R 100 of 304 ~ 32.89%
G 110 of 304 ~ 36.18%
B 94 of 304 ~ 30.92%

%32.89
%36.18
%30.92

CMYK color model

#646E5E color CMYK value is (9,0,15,57).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(9,0,15,57)
C9M0Y15K57 
(9%,0%,15%,57%)
(0.09/0.00/0.15/0.57)	

CMYK percentages

%9.09
%0
%14.55
%56.86

Codes

Color #646E5E in popluar color models

646E5E
RGB10011094
HSL98°7.84%40.00%
HSB/HSV98°14.55%43.14%
CMYK9.09%0.00%14.55%
56.86%

Color #646E5E in popluar number systems.

HEX646E5E
Decimal10011094
Binary110010011011101011110
Octal144156136

Shades and tints

Shades of #646E5E

#646E5E
(100,110,94)
#5B6456
(91,100,86)
#525A4E
(82,90,78)
#495046
(73,80,70)
#40463E
(64,70,62)
#373C36
(55,60,54)
#2E322E
(46,50,46)
#252826
(37,40,38)
#1C1E1E
(28,30,30)
#131416
(19,20,22)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #646E5E

#646E5E
(100,110,94)
#727B6C
(114,123,108)
#80887A
(128,136,122)
#8E9588
(142,149,136)
#9CA296
(156,162,150)
#AAAFA4
(170,175,164)
#B8BCB2
(184,188,178)
#C6C9C0
(198,201,192)
#D4D6CE
(212,214,206)
#E2E3DC
(226,227,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E5E color. Also use rgb(100,110,94) instead hex code.

Text Font Color

.myTextColor { color: #646E5E; }

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

This text font color is #646E5E.


Background Color

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

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

This div background color is #646E5E.


Border color

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

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

This div border color is #646E5E.


Opacity

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

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

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

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

This text has shadow with #646E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646E5E on black background.


Color preview on white background

This text has color #646E5E on white background.



Black color preview on #646E5E background

This text has black color on #646E5E background.


White color preview on #646E5E background

This text has white color on #646E5E background.