COLOR #645A66

HEX: #645A66 RGB: (100,90,102)

Color info

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

RGB color model

#645A66 color RGB value is (100,90,102).

RGB: (100,90,102) (39%, 35%, 40%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 102 of 255 = 40%

100
90
102

R + G + B ~ 38%. #645A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 90 + 102 = 292 (100%)
R 100 of 292 ~ 34.25%
G 90 of 292 ~ 30.82%
B 102 of 292 ~ 34.93'%

%34.25
%30.82
%34.93

CMYK color model

#645A66 color CMYK value is (2,12,0,60).

  • cyan value is 1.96%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (2,12,0,60)
C2M12Y0K60 (2%, 12%, 0%, 60%)
(0.02 / 0.12 / 0.00 / 0.60)

CMYK percentages

%1.96
%11.76
%0
%60

Codes

Color #645A66 in popluar color models

64 5A 66
RGB 100 90 102
HSL 290° 6.25% 37.65%
HSB/HSV 290° 11.76% 40.00%
CMYK 1.96% 11.76% 0.00%
60.00%

Color #645A66 in popluar number systems.

HEX 64 5A 66
Decimal 100 90 102
Binary 1100100 1011010 1100110
Octal 144 132 146

Shades and tints

Shades of #645A66

#645A66
(100,90,102)
#5B525D
(91,82,93)
#524A54
(82,74,84)
#49424B
(73,66,75)
#403A42
(64,58,66)
#373239
(55,50,57)
#2E2A30
(46,42,48)
#252227
(37,34,39)
#1C1A1E
(28,26,30)
#131215
(19,18,21)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #645A66

#645A66
(100,90,102)
#726973
(114,105,115)
#807880
(128,120,128)
#8E878D
(142,135,141)
#9C969A
(156,150,154)
#AAA5A7
(170,165,167)
#B8B4B4
(184,180,180)
#C6C3C1
(198,195,193)
#D4D2CE
(212,210,206)
#E2E1DB
(226,225,219)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A66; }

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

This text font color is #645A66.

Background Color

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

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

This div background color is #645A66.

Border color

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

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

This div border color is #645A66.

Opacity

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

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

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

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

This text has shadow with #645A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645A66.

Preview

Color preview on black background

This text has color #645A66 on black background.


Color preview on white background

This text has color #645A66 on white background.


Black color preview on #645A66 background

This text has black color on #645A66 background.


White color preview on #645A66 background

This text has white color on #645A66 background.


Related colors

Complementary color

Complementary color for #hex is #9BA599.


I love getcolorcode.com

Triadic colors

1 #66645A and #5A6664 with #645A66 are triadic colors.

2 #665A64 and #5A6466 with #645A66 are triadic colors.