COLOR #645B75

HEX: #645B75
RGB: (100,91,117)

Color info

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

RGB color model

#645B75 color RGB value is (100,91,117).

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

RGB channels and saturation

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

100
91
117

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

Portions of RGB colors in percentages

R + G + B =
100 + 91 + 117 = 308 (100%)
R 100 of 308 ~ 32.47%
G 91 of 308 ~ 29.55%
B 117 of 308 ~ 37.99%

%32.47
%29.55
%37.99

CMYK color model

#645B75 color CMYK value is (15,22,0,54).

  • cyan value is 14.53%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(15,22,0,54)
C15M22Y0K54 
(15%,22%,0%,54%)
(0.15/0.22/0.00/0.54)	

CMYK percentages

%14.53
%22.22
%0
%54.12

Codes

Color #645B75 in popluar color models

645B75
RGB10091117
HSL261°12.50%40.78%
HSB/HSV261°22.22%45.88%
CMYK14.53%22.22%0.00%
54.12%

Color #645B75 in popluar number systems.

HEX645B75
Decimal10091117
Binary110010010110111110101
Octal144133165

Shades and tints

Shades of #645B75

#645B75
(100,91,117)
#5B536B
(91,83,107)
#524B61
(82,75,97)
#494357
(73,67,87)
#403B4D
(64,59,77)
#373343
(55,51,67)
#2E2B39
(46,43,57)
#25232F
(37,35,47)
#1C1B25
(28,27,37)
#13131B
(19,19,27)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #645B75

#645B75
(100,91,117)
#726981
(114,105,129)
#80778D
(128,119,141)
#8E8599
(142,133,153)
#9C93A5
(156,147,165)
#AAA1B1
(170,161,177)
#B8AFBD
(184,175,189)
#C6BDC9
(198,189,201)
#D4CBD5
(212,203,213)
#E2D9E1
(226,217,225)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645B75; }

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

This text font color is #645B75.


Background Color

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

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

This div background color is #645B75.


Border color

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

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

This div border color is #645B75.


Opacity

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

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

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

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

This text has shadow with #645B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645B75 on black background.


Color preview on white background

This text has color #645B75 on white background.



Black color preview on #645B75 background

This text has black color on #645B75 background.


White color preview on #645B75 background

This text has white color on #645B75 background.