COLOR #645A57

HEX: #645A57
RGB: (100,90,87)

Color info

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

RGB color model

#645A57 color RGB value is (100,90,87).

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

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 87 of 255 = 34%

100
90
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 87 = 277 (100%)
R 100 of 277 ~ 36.1%
G 90 of 277 ~ 32.49%
B 87 of 277 ~ 31.41%

%36.1
%32.49
%31.41

CMYK color model

#645A57 color CMYK value is (0,10,13,61).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(0,10,13,61)
C0M10Y13K61 
(0%,10%,13%,61%)
(0.00/0.10/0.13/0.61)	

CMYK percentages

%0
%10
%13
%60.78

Codes

Color #645A57 in popluar color models

645A57
RGB1009087
HSL14°6.95%36.67%
HSB/HSV14°13.00%39.22%
CMYK0.00%10.00%13.00%
60.78%

Color #645A57 in popluar number systems.

HEX645A57
Decimal1009087
Binary110010010110101010111
Octal144132127

Shades and tints

Shades of #645A57

#645A57
(100,90,87)
#5B5250
(91,82,80)
#524A49
(82,74,73)
#494242
(73,66,66)
#403A3B
(64,58,59)
#373234
(55,50,52)
#2E2A2D
(46,42,45)
#252226
(37,34,38)
#1C1A1F
(28,26,31)
#131218
(19,18,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #645A57

#645A57
(100,90,87)
#726966
(114,105,102)
#807875
(128,120,117)
#8E8784
(142,135,132)
#9C9693
(156,150,147)
#AAA5A2
(170,165,162)
#B8B4B1
(184,180,177)
#C6C3C0
(198,195,192)
#D4D2CF
(212,210,207)
#E2E1DE
(226,225,222)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A57; }

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

This text font color is #645A57.


Background Color

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

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

This div background color is #645A57.


Border color

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

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

This div border color is #645A57.


Opacity

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

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

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

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

This text has shadow with #645A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A57 on black background.


Color preview on white background

This text has color #645A57 on white background.



Black color preview on #645A57 background

This text has black color on #645A57 background.


White color preview on #645A57 background

This text has white color on #645A57 background.