COLOR #646972

HEX: #646972
RGB: (100,105,114)

Color info

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

RGB color model

#646972 color RGB value is (100,105,114).

  • red value is 100;
  • green value is 105;
  • blue value is 114.
RGB:
(100,105,114)
(39%,41%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 114 of 255 = 45%

100
105
114

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

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 114 = 319 (100%)
R 100 of 319 ~ 31.35%
G 105 of 319 ~ 32.92%
B 114 of 319 ~ 35.74%

%31.35
%32.92
%35.74

CMYK color model

#646972 color CMYK value is (12,8,0,55).

  • cyan value is 12.28%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(12,8,0,55)
C12M8Y0K55 
(12%,8%,0%,55%)
(0.12/0.08/0.00/0.55)	

CMYK percentages

%12.28
%7.89
%0
%55.29

Codes

Color #646972 in popluar color models

646972
RGB100105114
HSL219°6.54%41.96%
HSB/HSV219°12.28%44.71%
CMYK12.28%7.89%0.00%
55.29%

Color #646972 in popluar number systems.

HEX646972
Decimal100105114
Binary110010011010011110010
Octal144151162

Shades and tints

Shades of #646972

#646972
(100,105,114)
#5B6068
(91,96,104)
#52575E
(82,87,94)
#494E54
(73,78,84)
#40454A
(64,69,74)
#373C40
(55,60,64)
#2E3336
(46,51,54)
#252A2C
(37,42,44)
#1C2122
(28,33,34)
#131818
(19,24,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #646972

#646972
(100,105,114)
#72767E
(114,118,126)
#80838A
(128,131,138)
#8E9096
(142,144,150)
#9C9DA2
(156,157,162)
#AAAAAE
(170,170,174)
#B8B7BA
(184,183,186)
#C6C4C6
(198,196,198)
#D4D1D2
(212,209,210)
#E2DEDE
(226,222,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646972 color. Also use rgb(100,105,114) instead hex code.

Text Font Color

.myTextColor { color: #646972; }

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

This text font color is #646972.


Background Color

.myBgColor { background-color: #646972; }

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

This div background color is #646972.


Border color

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

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

This div border color is #646972.


Opacity

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

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

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

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

This text has shadow with #646972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646972 on black background.


Color preview on white background

This text has color #646972 on white background.



Black color preview on #646972 background

This text has black color on #646972 background.


White color preview on #646972 background

This text has white color on #646972 background.