COLOR #645A4D

HEX: #645A4D RGB: (100,90,77)

Color info

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

RGB color model

#645A4D color RGB value is (100,90,77).

RGB: (100,90,77) (39%, 35%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 77 of 255 = 30%

100
90
77

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

Portions of RGB colors in percentages

R + G + B = 100 + 90 + 77 = 267 (100%)
R 100 of 267 ~ 37.45%
G 90 of 267 ~ 33.71%
B 77 of 267 ~ 28.84'%

%37.45
%33.71
%28.84

CMYK color model

#645A4D color CMYK value is (0,10,23,61).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 23.00%
  • key color value is 60.78%

CMYK: (0,10,23,61)
C0M10Y23K61 (0%, 10%, 23%, 61%)
(0.00 / 0.10 / 0.23 / 0.61)

CMYK percentages

%0
%10
%23
%60.78

Codes

Color #645A4D in popluar color models

64 5A 4D
RGB 100 90 77
HSL 34° 12.99% 34.71%
HSB/HSV 34° 23.00% 39.22%
CMYK 0.00% 10.00% 23.00%
60.78%

Color #645A4D in popluar number systems.

HEX 64 5A 4D
Decimal 100 90 77
Binary 1100100 1011010 1001101
Octal 144 132 115

Shades and tints

Shades of #645A4D

#645A4D
(100,90,77)
#5B5246
(91,82,70)
#524A3F
(82,74,63)
#494238
(73,66,56)
#403A31
(64,58,49)
#37322A
(55,50,42)
#2E2A23
(46,42,35)
#25221C
(37,34,28)
#1C1A15
(28,26,21)
#13120E
(19,18,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #645A4D

#645A4D
(100,90,77)
#72695D
(114,105,93)
#80786D
(128,120,109)
#8E877D
(142,135,125)
#9C968D
(156,150,141)
#AAA59D
(170,165,157)
#B8B4AD
(184,180,173)
#C6C3BD
(198,195,189)
#D4D2CD
(212,210,205)
#E2E1DD
(226,225,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A4D; }

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

This text font color is #645A4D.

Background Color

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

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

This div background color is #645A4D.

Border color

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

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

This div border color is #645A4D.

Opacity

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

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

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

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

This text has shadow with #645A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645A4D.

Preview

Color preview on black background

This text has color #645A4D on black background.


Color preview on white background

This text has color #645A4D on white background.


Black color preview on #645A4D background

This text has black color on #645A4D background.


White color preview on #645A4D background

This text has white color on #645A4D background.


Related colors

Complementary color

Complementary color for #hex is #9BA5B2.


I love getcolorcode.com

Triadic colors

1 #4D645A and #5A4D64 with #645A4D are triadic colors.

2 #4D5A64 and #5A644D with #645A4D are triadic colors.