COLOR #645B57

HEX: #645B57
RGB: (100,91,87)

Color info

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

RGB color model

#645B57 color RGB value is (100,91,87).

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

RGB channels and saturation

R 100 of 255 = 39%
G 91 of 255 = 36%
B 87 of 255 = 34%

100
91
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 91 + 87 = 278 (100%)
R 100 of 278 ~ 35.97%
G 91 of 278 ~ 32.73%
B 87 of 278 ~ 31.29%

%35.97
%32.73
%31.29

CMYK color model

#645B57 color CMYK value is (0,9,13,61).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(0,9,13,61)
C0M9Y13K61 
(0%,9%,13%,61%)
(0.00/0.09/0.13/0.61)	

CMYK percentages

%0
%9
%13
%60.78

Codes

Color #645B57 in popluar color models

645B57
RGB1009187
HSL18°6.95%36.67%
HSB/HSV18°13.00%39.22%
CMYK0.00%9.00%13.00%
60.78%

Color #645B57 in popluar number systems.

HEX645B57
Decimal1009187
Binary110010010110111010111
Octal144133127

Shades and tints

Shades of #645B57

#645B57
(100,91,87)
#5B5350
(91,83,80)
#524B49
(82,75,73)
#494342
(73,67,66)
#403B3B
(64,59,59)
#373334
(55,51,52)
#2E2B2D
(46,43,45)
#252326
(37,35,38)
#1C1B1F
(28,27,31)
#131318
(19,19,24)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #645B57

#645B57
(100,91,87)
#726966
(114,105,102)
#807775
(128,119,117)
#8E8584
(142,133,132)
#9C9393
(156,147,147)
#AAA1A2
(170,161,162)
#B8AFB1
(184,175,177)
#C6BDC0
(198,189,192)
#D4CBCF
(212,203,207)
#E2D9DE
(226,217,222)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645B57; }

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

This text font color is #645B57.


Background Color

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

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

This div background color is #645B57.


Border color

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

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

This div border color is #645B57.


Opacity

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

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

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

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

This text has shadow with #645B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645B57 on black background.


Color preview on white background

This text has color #645B57 on white background.



Black color preview on #645B57 background

This text has black color on #645B57 background.


White color preview on #645B57 background

This text has white color on #645B57 background.