COLOR #645A52

HEX: #645A52 RGB: (100,90,82)

Color info

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

RGB color model

#645A52 color RGB value is (100,90,82).

RGB: (100,90,82) (39%, 35%, 32%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 82 of 255 = 32%

100
90
82

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

Portions of RGB colors in percentages

R + G + B = 100 + 90 + 82 = 272 (100%)
R 100 of 272 ~ 36.76%
G 90 of 272 ~ 33.09%
B 82 of 272 ~ 30.15'%

%36.76
%33.09
%30.15

CMYK color model

#645A52 color CMYK value is (0,10,18,61).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 18.00%
  • key color value is 60.78%
CMYK: (0,10,18,61) C0M10Y18K61 (0%,10%,18%,61%) (0.00/0.10/0.18/0.61) 

CMYK percentages

%0
%10
%18
%60.78

Codes

Color #645A52 in popluar color models

64 5A 52
RGB 100 90 82
HSL 27° 9.89% 35.69%
HSB/HSV 27° 18.00% 39.22%
CMYK 0.00% 10.00% 18.00%
60.78%

Color #645A52 in popluar number systems.

HEX 64 5A 52
Decimal 100 90 82
Binary 1100100 1011010 1010010
Octal 144 132 122

Shades and tints

Shades of #645A52

#645A52
(100,90,82)
#5B524B
(91,82,75)
#524A44
(82,74,68)
#49423D
(73,66,61)
#403A36
(64,58,54)
#37322F
(55,50,47)
#2E2A28
(46,42,40)
#252221
(37,34,33)
#1C1A1A
(28,26,26)
#131213
(19,18,19)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #645A52

#645A52
(100,90,82)
#726961
(114,105,97)
#807870
(128,120,112)
#8E877F
(142,135,127)
#9C968E
(156,150,142)
#AAA59D
(170,165,157)
#B8B4AC
(184,180,172)
#C6C3BB
(198,195,187)
#D4D2CA
(212,210,202)
#E2E1D9
(226,225,217)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A52; }

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

This text font color is #645A52.

Background Color

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

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

This div background color is #645A52.

Border color

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

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

This div border color is #645A52.

Opacity

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

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

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

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

This text has shadow with #645A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645A52.

Preview

Color preview on black background

This text has color #645A52 on black background.


Color preview on white background

This text has color #645A52 on white background.


Black color preview on #645A52 background

This text has black color on #645A52 background.


White color preview on #645A52 background

This text has white color on #645A52 background.


Related colors

Complementary color

Complementary color for #hex is #9BA5AD.


I love getcolorcode.com

Triadic colors

1 #52645A and #5A5264 with #645A52 are triadic colors.

2 #525A64 and #5A6452 with #645A52 are triadic colors.