COLOR #645A6D

HEX: #645A6D
RGB: (100,90,109)

Color info

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

RGB color model

#645A6D color RGB value is (100,90,109).

  • red value is 100;
  • green value is 90;
  • blue value is 109.
RGB:
(100,90,109)
(39%,35%,43%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 109 of 255 = 43%

100
90
109

R + G + B ~ 39%. #645A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 109 = 299 (100%)
R 100 of 299 ~ 33.44%
G 90 of 299 ~ 30.1%
B 109 of 299 ~ 36.45%

%33.44
%30.1
%36.45

CMYK color model

#645A6D color CMYK value is (8,17,0,57).

  • cyan value is 8.26%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(8,17,0,57)
C8M17Y0K57 
(8%,17%,0%,57%)
(0.08/0.17/0.00/0.57)	

CMYK percentages

%8.26
%17.43
%0
%57.25

Codes

Color #645A6D in popluar color models

645A6D
RGB10090109
HSL272°9.55%39.02%
HSB/HSV272°17.43%42.75%
CMYK8.26%17.43%0.00%
57.25%

Color #645A6D in popluar number systems.

HEX645A6D
Decimal10090109
Binary110010010110101101101
Octal144132155

Shades and tints

Shades of #645A6D

#645A6D
(100,90,109)
#5B5264
(91,82,100)
#524A5B
(82,74,91)
#494252
(73,66,82)
#403A49
(64,58,73)
#373240
(55,50,64)
#2E2A37
(46,42,55)
#25222E
(37,34,46)
#1C1A25
(28,26,37)
#13121C
(19,18,28)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #645A6D

#645A6D
(100,90,109)
#72697A
(114,105,122)
#807887
(128,120,135)
#8E8794
(142,135,148)
#9C96A1
(156,150,161)
#AAA5AE
(170,165,174)
#B8B4BB
(184,180,187)
#C6C3C8
(198,195,200)
#D4D2D5
(212,210,213)
#E2E1E2
(226,225,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645A6D color. Also use rgb(100,90,109) instead hex code.

Text Font Color

.myTextColor { color: #645A6D; }

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

This text font color is #645A6D.


Background Color

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

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

This div background color is #645A6D.


Border color

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

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

This div border color is #645A6D.


Opacity

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

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

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

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

This text has shadow with #645A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A6D on black background.


Color preview on white background

This text has color #645A6D on white background.



Black color preview on #645A6D background

This text has black color on #645A6D background.


White color preview on #645A6D background

This text has white color on #645A6D background.