COLOR #646057

HEX: #646057
RGB: (100,96,87)

Color info

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

RGB color model

#646057 color RGB value is (100,96,87).

  • red value is 100;
  • green value is 96;
  • blue value is 87.
RGB:
(100,96,87)
(39%,38%,34%)

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 87 of 255 = 34%

100
96
87

R + G + B ~ 37%. #646057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 87 = 283 (100%)
R 100 of 283 ~ 35.34%
G 96 of 283 ~ 33.92%
B 87 of 283 ~ 30.74%

%35.34
%33.92
%30.74

CMYK color model

#646057 color CMYK value is (0,4,13,61).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(0,4,13,61)
C0M4Y13K61 
(0%,4%,13%,61%)
(0.00/0.04/0.13/0.61)	

CMYK percentages

%0
%4
%13
%60.78

Codes

Color #646057 in popluar color models

646057
RGB1009687
HSL42°6.95%36.67%
HSB/HSV42°13.00%39.22%
CMYK0.00%4.00%13.00%
60.78%

Color #646057 in popluar number systems.

HEX646057
Decimal1009687
Binary110010011000001010111
Octal144140127

Shades and tints

Shades of #646057

#646057
(100,96,87)
#5B5850
(91,88,80)
#525049
(82,80,73)
#494842
(73,72,66)
#40403B
(64,64,59)
#373834
(55,56,52)
#2E302D
(46,48,45)
#252826
(37,40,38)
#1C201F
(28,32,31)
#131818
(19,24,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #646057

#646057
(100,96,87)
#726E66
(114,110,102)
#807C75
(128,124,117)
#8E8A84
(142,138,132)
#9C9893
(156,152,147)
#AAA6A2
(170,166,162)
#B8B4B1
(184,180,177)
#C6C2C0
(198,194,192)
#D4D0CF
(212,208,207)
#E2DEDE
(226,222,222)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646057 color. Also use rgb(100,96,87) instead hex code.

Text Font Color

.myTextColor { color: #646057; }

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

This text font color is #646057.


Background Color

.myBgColor { background-color: #646057; }

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

This div background color is #646057.


Border color

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

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

This div border color is #646057.


Opacity

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

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

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

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

This text has shadow with #646057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646057 on black background.


Color preview on white background

This text has color #646057 on white background.



Black color preview on #646057 background

This text has black color on #646057 background.


White color preview on #646057 background

This text has white color on #646057 background.