COLOR #645B5D

HEX: #645B5D RGB: (100,91,93)

Color info

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

RGB color model

#645B5D color RGB value is (100,91,93).

RGB: (100,91,93) (39%, 36%, 36%)

RGB channels and saturation

R 100 of 255 = 39%
G 91 of 255 = 36%
B 93 of 255 = 36%

100
91
93

R + G + B ~ 37%. #645B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 91 + 93 = 284 (100%)
R 100 of 284 ~ 35.21%
G 91 of 284 ~ 32.04%
B 93 of 284 ~ 32.75'%

%35.21
%32.04
%32.75

CMYK color model

#645B5D color CMYK value is (0,9,7,61).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 7.00%
  • key color value is 60.78%

CMYK: (0,9,7,61)
C0M9Y7K61 (0%, 9%, 7%, 61%)
(0.00 / 0.09 / 0.07 / 0.61)

CMYK percentages

%0
%9
%7
%60.78

Codes

Color #645B5D in popluar color models

64 5B 5D
RGB 100 91 93
HSL 347° 4.71% 37.45%
HSB/HSV 347° 9.00% 39.22%
CMYK 0.00% 9.00% 7.00%
60.78%

Color #645B5D in popluar number systems.

HEX 64 5B 5D
Decimal 100 91 93
Binary 1100100 1011011 1011101
Octal 144 133 135

Shades and tints

Shades of #645B5D

#645B5D
(100,91,93)
#5B5355
(91,83,85)
#524B4D
(82,75,77)
#494345
(73,67,69)
#403B3D
(64,59,61)
#373335
(55,51,53)
#2E2B2D
(46,43,45)
#252325
(37,35,37)
#1C1B1D
(28,27,29)
#131315
(19,19,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #645B5D

#645B5D
(100,91,93)
#72696B
(114,105,107)
#807779
(128,119,121)
#8E8587
(142,133,135)
#9C9395
(156,147,149)
#AAA1A3
(170,161,163)
#B8AFB1
(184,175,177)
#C6BDBF
(198,189,191)
#D4CBCD
(212,203,205)
#E2D9DB
(226,217,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645B5D; }

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

This text font color is #645B5D.

Background Color

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

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

This div background color is #645B5D.

Border color

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

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

This div border color is #645B5D.

Opacity

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

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

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

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

This text has shadow with #645B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645B5D.

Preview

Color preview on black background

This text has color #645B5D on black background.


Color preview on white background

This text has color #645B5D on white background.


Black color preview on #645B5D background

This text has black color on #645B5D background.


White color preview on #645B5D background

This text has white color on #645B5D background.


Related colors

Complementary color

Complementary color for #hex is #9BA4A2.


I love getcolorcode.com

Triadic colors

1 #5D645B and #5B5D64 with #645B5D are triadic colors.

2 #5D5B64 and #5B645D with #645B5D are triadic colors.