COLOR #645C4F

HEX: #645C4F RGB: (100,92,79)

Color info

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

RGB color model

#645C4F color RGB value is (100,92,79).

RGB: (100,92,79) (39%, 36%, 31%)

RGB channels and saturation

R 100 of 255 = 39%
G 92 of 255 = 36%
B 79 of 255 = 31%

100
92
79

R + G + B ~ 35%. #645C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 92 + 79 = 271 (100%)
R 100 of 271 ~ 36.9%
G 92 of 271 ~ 33.95%
B 79 of 271 ~ 29.15'%

%36.9
%33.95
%29.15

CMYK color model

#645C4F color CMYK value is (0,8,21,61).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 21.00%
  • key color value is 60.78%
CMYK: (0,8,21,61) C0M8Y21K61 (0%,8%,21%,61%) (0.00/0.08/0.21/0.61) 

CMYK percentages

%0
%8
%21
%60.78

Codes

Color #645C4F in popluar color models

64 5C 4F
RGB 100 92 79
HSL 37° 11.73% 35.10%
HSB/HSV 37° 21.00% 39.22%
CMYK 0.00% 8.00% 21.00%
60.78%

Color #645C4F in popluar number systems.

HEX 64 5C 4F
Decimal 100 92 79
Binary 1100100 1011100 1001111
Octal 144 134 117

Shades and tints

Shades of #645C4F

#645C4F
(100,92,79)
#5B5448
(91,84,72)
#524C41
(82,76,65)
#49443A
(73,68,58)
#403C33
(64,60,51)
#37342C
(55,52,44)
#2E2C25
(46,44,37)
#25241E
(37,36,30)
#1C1C17
(28,28,23)
#131410
(19,20,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #645C4F

#645C4F
(100,92,79)
#726A5F
(114,106,95)
#80786F
(128,120,111)
#8E867F
(142,134,127)
#9C948F
(156,148,143)
#AAA29F
(170,162,159)
#B8B0AF
(184,176,175)
#C6BEBF
(198,190,191)
#D4CCCF
(212,204,207)
#E2DADF
(226,218,223)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645C4F color. Also use rgb(100,92,79) instead hex code.

Text Font Color

.myTextColor { color: #645C4F; }

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

This text font color is #645C4F.

Background Color

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

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

This div background color is #645C4F.

Border color

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

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

This div border color is #645C4F.

Opacity

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

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

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

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

This text has shadow with #645C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645C4F.

Preview

Color preview on black background

This text has color #645C4F on black background.


Color preview on white background

This text has color #645C4F on white background.


Black color preview on #645C4F background

This text has black color on #645C4F background.


White color preview on #645C4F background

This text has white color on #645C4F background.


Related colors

Complementary color

Complementary color for #hex is #9BA3B0.


I love getcolorcode.com

Triadic colors

1 #4F645C and #5C4F64 with #645C4F are triadic colors.

2 #4F5C64 and #5C644F with #645C4F are triadic colors.