COLOR #645A53

HEX: #645A53 RGB: (100,90,83)

Color info

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

RGB color model

#645A53 color RGB value is (100,90,83).

RGB: (100,90,83) (39%, 35%, 33%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 83 of 255 = 33%

100
90
83

R + G + B ~ 36%. #645A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 90 + 83 = 273 (100%)
R 100 of 273 ~ 36.63%
G 90 of 273 ~ 32.97%
B 83 of 273 ~ 30.4'%

%36.63
%32.97
%30.4

CMYK color model

#645A53 color CMYK value is (0,10,17,61).

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

CMYK: (0,10,17,61)
C0M10Y17K61 (0%, 10%, 17%, 61%)
(0.00 / 0.10 / 0.17 / 0.61)

CMYK percentages

%0
%10
%17
%60.78

Codes

Color #645A53 in popluar color models

64 5A 53
RGB 100 90 83
HSL 25° 9.29% 35.88%
HSB/HSV 25° 17.00% 39.22%
CMYK 0.00% 10.00% 17.00%
60.78%

Color #645A53 in popluar number systems.

HEX 64 5A 53
Decimal 100 90 83
Binary 1100100 1011010 1010011
Octal 144 132 123

Shades and tints

Shades of #645A53

#645A53
(100,90,83)
#5B524C
(91,82,76)
#524A45
(82,74,69)
#49423E
(73,66,62)
#403A37
(64,58,55)
#373230
(55,50,48)
#2E2A29
(46,42,41)
#252222
(37,34,34)
#1C1A1B
(28,26,27)
#131214
(19,18,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #645A53

#645A53
(100,90,83)
#726962
(114,105,98)
#807871
(128,120,113)
#8E8780
(142,135,128)
#9C968F
(156,150,143)
#AAA59E
(170,165,158)
#B8B4AD
(184,180,173)
#C6C3BC
(198,195,188)
#D4D2CB
(212,210,203)
#E2E1DA
(226,225,218)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A53; }

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

This text font color is #645A53.

Background Color

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

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

This div background color is #645A53.

Border color

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

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

This div border color is #645A53.

Opacity

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

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

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

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

This text has shadow with #645A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645A53.

Preview

Color preview on black background

This text has color #645A53 on black background.


Color preview on white background

This text has color #645A53 on white background.


Black color preview on #645A53 background

This text has black color on #645A53 background.


White color preview on #645A53 background

This text has white color on #645A53 background.


Related colors

Complementary color

Complementary color for #hex is #9BA5AC.


I love getcolorcode.com

Triadic colors

1 #53645A and #5A5364 with #645A53 are triadic colors.

2 #535A64 and #5A6453 with #645A53 are triadic colors.