COLOR #645A4B

HEX: #645A4B RGB: (100,90,75)

Color info

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

RGB color model

#645A4B color RGB value is (100,90,75).

RGB: (100,90,75) (39%, 35%, 29%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 75 of 255 = 29%

100
90
75

R + G + B ~ 34%. #645A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 90 + 75 = 265 (100%)
R 100 of 265 ~ 37.74%
G 90 of 265 ~ 33.96%
B 75 of 265 ~ 28.3'%

%37.74
%33.96
%28.3

CMYK color model

#645A4B color CMYK value is (0,10,25,61).

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

CMYK: (0,10,25,61)
C0M10Y25K61 (0%, 10%, 25%, 61%)
(0.00 / 0.10 / 0.25 / 0.61)

CMYK percentages

%0
%10
%25
%60.78

Codes

Color #645A4B in popluar color models

64 5A 4B
RGB 100 90 75
HSL 36° 14.29% 34.31%
HSB/HSV 36° 25.00% 39.22%
CMYK 0.00% 10.00% 25.00%
60.78%

Color #645A4B in popluar number systems.

HEX 64 5A 4B
Decimal 100 90 75
Binary 1100100 1011010 1001011
Octal 144 132 113

Shades and tints

Shades of #645A4B

#645A4B
(100,90,75)
#5B5245
(91,82,69)
#524A3F
(82,74,63)
#494239
(73,66,57)
#403A33
(64,58,51)
#37322D
(55,50,45)
#2E2A27
(46,42,39)
#252221
(37,34,33)
#1C1A1B
(28,26,27)
#131215
(19,18,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #645A4B

#645A4B
(100,90,75)
#72695B
(114,105,91)
#80786B
(128,120,107)
#8E877B
(142,135,123)
#9C968B
(156,150,139)
#AAA59B
(170,165,155)
#B8B4AB
(184,180,171)
#C6C3BB
(198,195,187)
#D4D2CB
(212,210,203)
#E2E1DB
(226,225,219)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A4B; }

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

This text font color is #645A4B.

Background Color

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

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

This div background color is #645A4B.

Border color

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

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

This div border color is #645A4B.

Opacity

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

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

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

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

This text has shadow with #645A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645A4B.

Preview

Color preview on black background

This text has color #645A4B on black background.


Color preview on white background

This text has color #645A4B on white background.


Black color preview on #645A4B background

This text has black color on #645A4B background.


White color preview on #645A4B background

This text has white color on #645A4B background.


Related colors

Complementary color

Complementary color for #hex is #9BA5B4.


I love getcolorcode.com

Triadic colors

1 #4B645A and #5A4B64 with #645A4B are triadic colors.

2 #4B5A64 and #5A644B with #645A4B are triadic colors.