COLOR #646B5F

HEX: #646B5F
RGB: (100,107,95)

Color info

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

RGB color model

#646B5F color RGB value is (100,107,95).

  • red value is 100;
  • green value is 107;
  • blue value is 95.
RGB:
(100,107,95)
(39%,42%,37%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 95 of 255 = 37%

100
107
95

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 95 = 302 (100%)
R 100 of 302 ~ 33.11%
G 107 of 302 ~ 35.43%
B 95 of 302 ~ 31.46%

%33.11
%35.43
%31.46

CMYK color model

#646B5F color CMYK value is (7,0,11,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(7,0,11,58)
C7M0Y11K58 
(7%,0%,11%,58%)
(0.07/0.00/0.11/0.58)	

CMYK percentages

%6.54
%0
%11.21
%58.04

Codes

Color #646B5F in popluar color models

646B5F
RGB10010795
HSL95°5.94%39.61%
HSB/HSV95°11.21%41.96%
CMYK6.54%0.00%11.21%
58.04%

Color #646B5F in popluar number systems.

HEX646B5F
Decimal10010795
Binary110010011010111011111
Octal144153137

Shades and tints

Shades of #646B5F

#646B5F
(100,107,95)
#5B6257
(91,98,87)
#52594F
(82,89,79)
#495047
(73,80,71)
#40473F
(64,71,63)
#373E37
(55,62,55)
#2E352F
(46,53,47)
#252C27
(37,44,39)
#1C231F
(28,35,31)
#131A17
(19,26,23)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #646B5F

#646B5F
(100,107,95)
#72786D
(114,120,109)
#80857B
(128,133,123)
#8E9289
(142,146,137)
#9C9F97
(156,159,151)
#AAACA5
(170,172,165)
#B8B9B3
(184,185,179)
#C6C6C1
(198,198,193)
#D4D3CF
(212,211,207)
#E2E0DD
(226,224,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B5F color. Also use rgb(100,107,95) instead hex code.

Text Font Color

.myTextColor { color: #646B5F; }

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

This text font color is #646B5F.


Background Color

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

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

This div background color is #646B5F.


Border color

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

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

This div border color is #646B5F.


Opacity

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

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

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

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

This text has shadow with #646B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B5F on black background.


Color preview on white background

This text has color #646B5F on white background.



Black color preview on #646B5F background

This text has black color on #646B5F background.


White color preview on #646B5F background

This text has white color on #646B5F background.