COLOR #645D76

HEX: #645D76
RGB: (100,93,118)

Color info

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

RGB color model

#645D76 color RGB value is (100,93,118).

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

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 118 of 255 = 46%

100
93
118

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

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 118 = 311 (100%)
R 100 of 311 ~ 32.15%
G 93 of 311 ~ 29.9%
B 118 of 311 ~ 37.94%

%32.15
%29.9
%37.94

CMYK color model

#645D76 color CMYK value is (15,21,0,54).

  • cyan value is 15.25%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(15,21,0,54)
C15M21Y0K54 
(15%,21%,0%,54%)
(0.15/0.21/0.00/0.54)	

CMYK percentages

%15.25
%21.19
%0
%53.73

Codes

Color #645D76 in popluar color models

645D76
RGB10093118
HSL257°11.85%41.37%
HSB/HSV257°21.19%46.27%
CMYK15.25%21.19%0.00%
53.73%

Color #645D76 in popluar number systems.

HEX645D76
Decimal10093118
Binary110010010111011110110
Octal144135166

Shades and tints

Shades of #645D76

#645D76
(100,93,118)
#5B556C
(91,85,108)
#524D62
(82,77,98)
#494558
(73,69,88)
#403D4E
(64,61,78)
#373544
(55,53,68)
#2E2D3A
(46,45,58)
#252530
(37,37,48)
#1C1D26
(28,29,38)
#13151C
(19,21,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #645D76

#645D76
(100,93,118)
#726B82
(114,107,130)
#80798E
(128,121,142)
#8E879A
(142,135,154)
#9C95A6
(156,149,166)
#AAA3B2
(170,163,178)
#B8B1BE
(184,177,190)
#C6BFCA
(198,191,202)
#D4CDD6
(212,205,214)
#E2DBE2
(226,219,226)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645D76; }

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

This text font color is #645D76.


Background Color

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

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

This div background color is #645D76.


Border color

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

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

This div border color is #645D76.


Opacity

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

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

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

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

This text has shadow with #645D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645D76 on black background.


Color preview on white background

This text has color #645D76 on white background.



Black color preview on #645D76 background

This text has black color on #645D76 background.


White color preview on #645D76 background

This text has white color on #645D76 background.