COLOR #646B5A

HEX: #646B5A
RGB: (100,107,90)

Color info

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

RGB color model

#646B5A color RGB value is (100,107,90).

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

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 90 of 255 = 35%

100
107
90

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 90 = 297 (100%)
R 100 of 297 ~ 33.67%
G 107 of 297 ~ 36.03%
B 90 of 297 ~ 30.3%

%33.67
%36.03
%30.3

CMYK color model

#646B5A color CMYK value is (7,0,16,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 58.04%
CMYK:
(7,0,16,58)
C7M0Y16K58 
(7%,0%,16%,58%)
(0.07/0.00/0.16/0.58)	

CMYK percentages

%6.54
%0
%15.89
%58.04

Codes

Color #646B5A in popluar color models

646B5A
RGB10010790
HSL85°8.63%38.63%
HSB/HSV85°15.89%41.96%
CMYK6.54%0.00%15.89%
58.04%

Color #646B5A in popluar number systems.

HEX646B5A
Decimal10010790
Binary110010011010111011010
Octal144153132

Shades and tints

Shades of #646B5A

#646B5A
(100,107,90)
#5B6252
(91,98,82)
#52594A
(82,89,74)
#495042
(73,80,66)
#40473A
(64,71,58)
#373E32
(55,62,50)
#2E352A
(46,53,42)
#252C22
(37,44,34)
#1C231A
(28,35,26)
#131A12
(19,26,18)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #646B5A

#646B5A
(100,107,90)
#727869
(114,120,105)
#808578
(128,133,120)
#8E9287
(142,146,135)
#9C9F96
(156,159,150)
#AAACA5
(170,172,165)
#B8B9B4
(184,185,180)
#C6C6C3
(198,198,195)
#D4D3D2
(212,211,210)
#E2E0E1
(226,224,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646B5A; }

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

This text font color is #646B5A.


Background Color

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

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

This div background color is #646B5A.


Border color

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

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

This div border color is #646B5A.


Opacity

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

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

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

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

This text has shadow with #646B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B5A on black background.


Color preview on white background

This text has color #646B5A on white background.



Black color preview on #646B5A background

This text has black color on #646B5A background.


White color preview on #646B5A background

This text has white color on #646B5A background.