COLOR #645C72

HEX: #645C72
RGB: (100,92,114)

Color info

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

RGB color model

#645C72 color RGB value is (100,92,114).

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

RGB channels and saturation

R 100 of 255 = 39%
G 92 of 255 = 36%
B 114 of 255 = 45%

100
92
114

R + G + B ~ 40%. #645C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 92 + 114 = 306 (100%)
R 100 of 306 ~ 32.68%
G 92 of 306 ~ 30.07%
B 114 of 306 ~ 37.25%

%32.68
%30.07
%37.25

CMYK color model

#645C72 color CMYK value is (12,19,0,55).

  • cyan value is 12.28%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(12,19,0,55)
C12M19Y0K55 
(12%,19%,0%,55%)
(0.12/0.19/0.00/0.55)	

CMYK percentages

%12.28
%19.3
%0
%55.29

Codes

Color #645C72 in popluar color models

645C72
RGB10092114
HSL262°10.68%40.39%
HSB/HSV262°19.30%44.71%
CMYK12.28%19.30%0.00%
55.29%

Color #645C72 in popluar number systems.

HEX645C72
Decimal10092114
Binary110010010111001110010
Octal144134162

Shades and tints

Shades of #645C72

#645C72
(100,92,114)
#5B5468
(91,84,104)
#524C5E
(82,76,94)
#494454
(73,68,84)
#403C4A
(64,60,74)
#373440
(55,52,64)
#2E2C36
(46,44,54)
#25242C
(37,36,44)
#1C1C22
(28,28,34)
#131418
(19,20,24)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #645C72

#645C72
(100,92,114)
#726A7E
(114,106,126)
#80788A
(128,120,138)
#8E8696
(142,134,150)
#9C94A2
(156,148,162)
#AAA2AE
(170,162,174)
#B8B0BA
(184,176,186)
#C6BEC6
(198,190,198)
#D4CCD2
(212,204,210)
#E2DADE
(226,218,222)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645C72; }

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

This text font color is #645C72.


Background Color

.myBgColor { background-color: #645C72; }

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

This div background color is #645C72.


Border color

.myBorderColor { border: 1px solid #645C72; }

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

This div border color is #645C72.


Opacity

.myOpacity80 { color: #645C72; opacity: 0.8; }

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

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

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

This text has shadow with #645C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645C72 on black background.


Color preview on white background

This text has color #645C72 on white background.



Black color preview on #645C72 background

This text has black color on #645C72 background.


White color preview on #645C72 background

This text has white color on #645C72 background.