COLOR #646576

HEX: #646576
RGB: (100,101,118)

Color info

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

RGB color model

#646576 color RGB value is (100,101,118).

  • red value is 100;
  • green value is 101;
  • blue value is 118.
RGB:
(100,101,118)
(39%,40%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 101 of 255 = 40%
B 118 of 255 = 46%

100
101
118

R + G + B ~ 42%. #646576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 101 + 118 = 319 (100%)
R 100 of 319 ~ 31.35%
G 101 of 319 ~ 31.66%
B 118 of 319 ~ 36.99%

%31.35
%31.66
%36.99

CMYK color model

#646576 color CMYK value is (15,14,0,54).

  • cyan value is 15.25%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(15,14,0,54)
C15M14Y0K54 
(15%,14%,0%,54%)
(0.15/0.14/0.00/0.54)	

CMYK percentages

%15.25
%14.41
%0
%53.73

Codes

Color #646576 in popluar color models

646576
RGB100101118
HSL237°8.26%42.75%
HSB/HSV237°15.25%46.27%
CMYK15.25%14.41%0.00%
53.73%

Color #646576 in popluar number systems.

HEX646576
Decimal100101118
Binary110010011001011110110
Octal144145166

Shades and tints

Shades of #646576

#646576
(100,101,118)
#5B5C6C
(91,92,108)
#525362
(82,83,98)
#494A58
(73,74,88)
#40414E
(64,65,78)
#373844
(55,56,68)
#2E2F3A
(46,47,58)
#252630
(37,38,48)
#1C1D26
(28,29,38)
#13141C
(19,20,28)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #646576

#646576
(100,101,118)
#727382
(114,115,130)
#80818E
(128,129,142)
#8E8F9A
(142,143,154)
#9C9DA6
(156,157,166)
#AAABB2
(170,171,178)
#B8B9BE
(184,185,190)
#C6C7CA
(198,199,202)
#D4D5D6
(212,213,214)
#E2E3E2
(226,227,226)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646576 color. Also use rgb(100,101,118) instead hex code.

Text Font Color

.myTextColor { color: #646576; }

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

This text font color is #646576.


Background Color

.myBgColor { background-color: #646576; }

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

This div background color is #646576.


Border color

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

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

This div border color is #646576.


Opacity

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

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

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

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

This text has shadow with #646576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646576 on black background.


Color preview on white background

This text has color #646576 on white background.



Black color preview on #646576 background

This text has black color on #646576 background.


White color preview on #646576 background

This text has white color on #646576 background.