COLOR #645B76

HEX: #645B76 RGB: (100,91,118)

Color info

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

RGB color model

#645B76 color RGB value is (100,91,118).

RGB: (100,91,118) (39%, 36%, 46%)

RGB channels and saturation

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

100
91
118

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

Portions of RGB colors in percentages

R + G + B = 100 + 91 + 118 = 309 (100%)
R 100 of 309 ~ 32.36%
G 91 of 309 ~ 29.45%
B 118 of 309 ~ 38.19'%

%32.36
%29.45
%38.19

CMYK color model

#645B76 color CMYK value is (15,23,0,54).

  • cyan value is 15.25%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (15,23,0,54)
C15M23Y0K54 (15%, 23%, 0%, 54%)
(0.15 / 0.23 / 0.00 / 0.54)

CMYK percentages

%15.25
%22.88
%0
%53.73

Codes

Color #645B76 in popluar color models

64 5B 76
RGB 100 91 118
HSL 260° 12.92% 40.98%
HSB/HSV 260° 22.88% 46.27%
CMYK 15.25% 22.88% 0.00%
53.73%

Color #645B76 in popluar number systems.

HEX 64 5B 76
Decimal 100 91 118
Binary 1100100 1011011 1110110
Octal 144 133 166

Shades and tints

Shades of #645B76

#645B76
(100,91,118)
#5B536C
(91,83,108)
#524B62
(82,75,98)
#494358
(73,67,88)
#403B4E
(64,59,78)
#373344
(55,51,68)
#2E2B3A
(46,43,58)
#252330
(37,35,48)
#1C1B26
(28,27,38)
#13131C
(19,19,28)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #645B76

#645B76
(100,91,118)
#726982
(114,105,130)
#80778E
(128,119,142)
#8E859A
(142,133,154)
#9C93A6
(156,147,166)
#AAA1B2
(170,161,178)
#B8AFBE
(184,175,190)
#C6BDCA
(198,189,202)
#D4CBD6
(212,203,214)
#E2D9E2
(226,217,226)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645B76; }

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

This text font color is #645B76.

Background Color

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

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

This div background color is #645B76.

Border color

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

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

This div border color is #645B76.

Opacity

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

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

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

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

This text has shadow with #645B76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645B76.

Preview

Color preview on black background

This text has color #645B76 on black background.


Color preview on white background

This text has color #645B76 on white background.


Black color preview on #645B76 background

This text has black color on #645B76 background.


White color preview on #645B76 background

This text has white color on #645B76 background.


Related colors

Complementary color

Complementary color for #hex is #9BA489.


I love getcolorcode.com

Triadic colors

1 #76645B and #5B7664 with #645B76 are triadic colors.

2 #765B64 and #5B6476 with #645B76 are triadic colors.