COLOR #645B4C

HEX: #645B4C RGB: (100,91,76)

Color info

#645B4C contains red, green and blue colors in about the same proportion. Web safe color of #645B4C is #666633 (or #663).

RGB color model

#645B4C color RGB value is (100,91,76).

RGB: (100,91,76) (39%, 36%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 91 of 255 = 36%
B 76 of 255 = 30%

100
91
76

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

Portions of RGB colors in percentages

R + G + B = 100 + 91 + 76 = 267 (100%)
R 100 of 267 ~ 37.45%
G 91 of 267 ~ 34.08%
B 76 of 267 ~ 28.46'%

%37.45
%34.08
%28.46

CMYK color model

#645B4C color CMYK value is (0,9,24,61).

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

CMYK: (0,9,24,61)
C0M9Y24K61 (0%, 9%, 24%, 61%)
(0.00 / 0.09 / 0.24 / 0.61)

CMYK percentages

%0
%9
%24
%60.78

Codes

Color #645B4C in popluar color models

64 5B 4C
RGB 100 91 76
HSL 38° 13.64% 34.51%
HSB/HSV 38° 24.00% 39.22%
CMYK 0.00% 9.00% 24.00%
60.78%

Color #645B4C in popluar number systems.

HEX 64 5B 4C
Decimal 100 91 76
Binary 1100100 1011011 1001100
Octal 144 133 114

Shades and tints

Shades of #645B4C

#645B4C
(100,91,76)
#5B5346
(91,83,70)
#524B40
(82,75,64)
#49433A
(73,67,58)
#403B34
(64,59,52)
#37332E
(55,51,46)
#2E2B28
(46,43,40)
#252322
(37,35,34)
#1C1B1C
(28,27,28)
#131316
(19,19,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #645B4C

#645B4C
(100,91,76)
#72695C
(114,105,92)
#80776C
(128,119,108)
#8E857C
(142,133,124)
#9C938C
(156,147,140)
#AAA19C
(170,161,156)
#B8AFAC
(184,175,172)
#C6BDBC
(198,189,188)
#D4CBCC
(212,203,204)
#E2D9DC
(226,217,220)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645B4C; }

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

This text font color is #645B4C.

Background Color

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

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

This div background color is #645B4C.

Border color

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

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

This div border color is #645B4C.

Opacity

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

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

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

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

This text has shadow with #645B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645B4C.

Preview

Color preview on black background

This text has color #645B4C on black background.


Color preview on white background

This text has color #645B4C on white background.


Black color preview on #645B4C background

This text has black color on #645B4C background.


White color preview on #645B4C background

This text has white color on #645B4C background.


Related colors

Complementary color

Complementary color for #hex is #9BA4B3.


I love getcolorcode.com

Triadic colors

1 #4C645B and #5B4C64 with #645B4C are triadic colors.

2 #4C5B64 and #5B644C with #645B4C are triadic colors.