COLOR #645D63

HEX: #645D63
RGB: (100,93,99)

Color info

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

RGB color model

#645D63 color RGB value is (100,93,99).

  • red value is 100;
  • green value is 93;
  • blue value is 99.
RGB:
(100,93,99)
(39%,36%,39%)

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 99 of 255 = 39%

100
93
99

R + G + B ~ 38%. #645D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 99 = 292 (100%)
R 100 of 292 ~ 34.25%
G 93 of 292 ~ 31.85%
B 99 of 292 ~ 33.9%

%34.25
%31.85
%33.9

CMYK color model

#645D63 color CMYK value is (0,7,1,61).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(0,7,1,61)
C0M7Y1K61 
(0%,7%,1%,61%)
(0.00/0.07/0.01/0.61)	

CMYK percentages

%0
%7
%1
%60.78

Codes

Color #645D63 in popluar color models

645D63
RGB1009399
HSL309°3.63%37.84%
HSB/HSV309°7.00%39.22%
CMYK0.00%7.00%1.00%
60.78%

Color #645D63 in popluar number systems.

HEX645D63
Decimal1009399
Binary110010010111011100011
Octal144135143

Shades and tints

Shades of #645D63

#645D63
(100,93,99)
#5B555A
(91,85,90)
#524D51
(82,77,81)
#494548
(73,69,72)
#403D3F
(64,61,63)
#373536
(55,53,54)
#2E2D2D
(46,45,45)
#252524
(37,37,36)
#1C1D1B
(28,29,27)
#131512
(19,21,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #645D63

#645D63
(100,93,99)
#726B71
(114,107,113)
#80797F
(128,121,127)
#8E878D
(142,135,141)
#9C959B
(156,149,155)
#AAA3A9
(170,163,169)
#B8B1B7
(184,177,183)
#C6BFC5
(198,191,197)
#D4CDD3
(212,205,211)
#E2DBE1
(226,219,225)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645D63 color. Also use rgb(100,93,99) instead hex code.

Text Font Color

.myTextColor { color: #645D63; }

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

This text font color is #645D63.


Background Color

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

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

This div background color is #645D63.


Border color

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

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

This div border color is #645D63.


Opacity

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

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

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

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

This text has shadow with #645D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645D63 on black background.


Color preview on white background

This text has color #645D63 on white background.



Black color preview on #645D63 background

This text has black color on #645D63 background.


White color preview on #645D63 background

This text has white color on #645D63 background.