COLOR #646F5B

HEX: #646F5B
RGB: (100,111,91)

Color info

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

RGB color model

#646F5B color RGB value is (100,111,91).

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

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 91 of 255 = 36%

100
111
91

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

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 91 = 302 (100%)
R 100 of 302 ~ 33.11%
G 111 of 302 ~ 36.75%
B 91 of 302 ~ 30.13%

%33.11
%36.75
%30.13

CMYK color model

#646F5B color CMYK value is (10,0,18,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 56.47%
CMYK:
(10,0,18,56)
C10M0Y18K56 
(10%,0%,18%,56%)
(0.10/0.00/0.18/0.56)	

CMYK percentages

%9.91
%0
%18.02
%56.47

Codes

Color #646F5B in popluar color models

646F5B
RGB10011191
HSL93°9.90%39.61%
HSB/HSV93°18.02%43.53%
CMYK9.91%0.00%18.02%
56.47%

Color #646F5B in popluar number systems.

HEX646F5B
Decimal10011191
Binary110010011011111011011
Octal144157133

Shades and tints

Shades of #646F5B

#646F5B
(100,111,91)
#5B6553
(91,101,83)
#525B4B
(82,91,75)
#495143
(73,81,67)
#40473B
(64,71,59)
#373D33
(55,61,51)
#2E332B
(46,51,43)
#252923
(37,41,35)
#1C1F1B
(28,31,27)
#131513
(19,21,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #646F5B

#646F5B
(100,111,91)
#727C69
(114,124,105)
#808977
(128,137,119)
#8E9685
(142,150,133)
#9CA393
(156,163,147)
#AAB0A1
(170,176,161)
#B8BDAF
(184,189,175)
#C6CABD
(198,202,189)
#D4D7CB
(212,215,203)
#E2E4D9
(226,228,217)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646F5B; }

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

This text font color is #646F5B.


Background Color

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

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

This div background color is #646F5B.


Border color

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

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

This div border color is #646F5B.


Opacity

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

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

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

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

This text has shadow with #646F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F5B on black background.


Color preview on white background

This text has color #646F5B on white background.



Black color preview on #646F5B background

This text has black color on #646F5B background.


White color preview on #646F5B background

This text has white color on #646F5B background.