COLOR #645A55

HEX: #645A55
RGB: (100,90,85)

Color info

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

RGB color model

#645A55 color RGB value is (100,90,85).

  • red value is 100;
  • green value is 90;
  • blue value is 85.
RGB:
(100,90,85)
(39%,35%,33%)

RGB channels and saturation

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

100
90
85

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

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 85 = 275 (100%)
R 100 of 275 ~ 36.36%
G 90 of 275 ~ 32.73%
B 85 of 275 ~ 30.91%

%36.36
%32.73
%30.91

CMYK color model

#645A55 color CMYK value is (0,10,15,61).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.00%
  • key color value is 60.78%
CMYK:
(0,10,15,61)
C0M10Y15K61 
(0%,10%,15%,61%)
(0.00/0.10/0.15/0.61)	

CMYK percentages

%0
%10
%15
%60.78

Codes

Color #645A55 in popluar color models

645A55
RGB1009085
HSL20°8.11%36.27%
HSB/HSV20°15.00%39.22%
CMYK0.00%10.00%15.00%
60.78%

Color #645A55 in popluar number systems.

HEX645A55
Decimal1009085
Binary110010010110101010101
Octal144132125

Shades and tints

Shades of #645A55

#645A55
(100,90,85)
#5B524E
(91,82,78)
#524A47
(82,74,71)
#494240
(73,66,64)
#403A39
(64,58,57)
#373232
(55,50,50)
#2E2A2B
(46,42,43)
#252224
(37,34,36)
#1C1A1D
(28,26,29)
#131216
(19,18,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #645A55

#645A55
(100,90,85)
#726964
(114,105,100)
#807873
(128,120,115)
#8E8782
(142,135,130)
#9C9691
(156,150,145)
#AAA5A0
(170,165,160)
#B8B4AF
(184,180,175)
#C6C3BE
(198,195,190)
#D4D2CD
(212,210,205)
#E2E1DC
(226,225,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A55; }

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

This text font color is #645A55.


Background Color

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

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

This div background color is #645A55.


Border color

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

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

This div border color is #645A55.


Opacity

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

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

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

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

This text has shadow with #645A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A55 on black background.


Color preview on white background

This text has color #645A55 on white background.



Black color preview on #645A55 background

This text has black color on #645A55 background.


White color preview on #645A55 background

This text has white color on #645A55 background.