COLOR #645D4F

HEX: #645D4F RGB: (100,93,79)

Color info

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

RGB color model

#645D4F color RGB value is (100,93,79).

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

RGB channels and saturation

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

100
93
79

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

Portions of RGB colors in percentages

R + G + B = 100 + 93 + 79 = 272 (100%)
R 100 of 272 ~ 36.76%
G 93 of 272 ~ 34.19%
B 79 of 272 ~ 29.04'%

%36.76
%34.19
%29.04

CMYK color model

#645D4F color CMYK value is (0,7,21,61).

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

CMYK: (0,7,21,61)
C0M7Y21K61 (0%, 7%, 21%, 61%)
(0.00 / 0.07 / 0.21 / 0.61)

CMYK percentages

%0
%7
%21
%60.78

Codes

Color #645D4F in popluar color models

64 5D 4F
RGB 100 93 79
HSL 40° 11.73% 35.10%
HSB/HSV 40° 21.00% 39.22%
CMYK 0.00% 7.00% 21.00%
60.78%

Color #645D4F in popluar number systems.

HEX 64 5D 4F
Decimal 100 93 79
Binary 1100100 1011101 1001111
Octal 144 135 117

Shades and tints

Shades of #645D4F

#645D4F
(100,93,79)
#5B5548
(91,85,72)
#524D41
(82,77,65)
#49453A
(73,69,58)
#403D33
(64,61,51)
#37352C
(55,53,44)
#2E2D25
(46,45,37)
#25251E
(37,37,30)
#1C1D17
(28,29,23)
#131510
(19,21,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #645D4F

#645D4F
(100,93,79)
#726B5F
(114,107,95)
#80796F
(128,121,111)
#8E877F
(142,135,127)
#9C958F
(156,149,143)
#AAA39F
(170,163,159)
#B8B1AF
(184,177,175)
#C6BFBF
(198,191,191)
#D4CDCF
(212,205,207)
#E2DBDF
(226,219,223)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645D4F; }

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

This text font color is #645D4F.

Background Color

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

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

This div background color is #645D4F.

Border color

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

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

This div border color is #645D4F.

Opacity

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

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

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

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

This text has shadow with #645D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645D4F.

Preview

Color preview on black background

This text has color #645D4F on black background.


Color preview on white background

This text has color #645D4F on white background.


Black color preview on #645D4F background

This text has black color on #645D4F background.


White color preview on #645D4F background

This text has white color on #645D4F background.


Related colors

Complementary color

Complementary color for #hex is #9BA2B0.


I love getcolorcode.com

Triadic colors

1 #4F645D and #5D4F64 with #645D4F are triadic colors.

2 #4F5D64 and #5D644F with #645D4F are triadic colors.