COLOR #645864

HEX: #645864
RGB: (100,88,100)

Color info

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

RGB color model

#645864 color RGB value is (100,88,100).

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

RGB channels and saturation

R 100 of 255 = 39%
G 88 of 255 = 35%
B 100 of 255 = 39%

100
88
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 88 + 100 = 288 (100%)
R 100 of 288 ~ 34.72%
G 88 of 288 ~ 30.56%
B 100 of 288 ~ 34.72%

%34.72
%30.56
%34.72

CMYK color model

#645864 color CMYK value is (0,12,0,61).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(0,12,0,61)
C0M12Y0K61 
(0%,12%,0%,61%)
(0.00/0.12/0.00/0.61)	

CMYK percentages

%0
%12
%0
%60.78

Codes

Color #645864 in popluar color models

645864
RGB10088100
HSL300°6.38%36.86%
HSB/HSV300°12.00%39.22%
CMYK0.00%12.00%0.00%
60.78%

Color #645864 in popluar number systems.

HEX645864
Decimal10088100
Binary110010010110001100100
Octal144130144

Shades and tints

Shades of #645864

#645864
(100,88,100)
#5B505B
(91,80,91)
#524852
(82,72,82)
#494049
(73,64,73)
#403840
(64,56,64)
#373037
(55,48,55)
#2E282E
(46,40,46)
#252025
(37,32,37)
#1C181C
(28,24,28)
#131013
(19,16,19)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #645864

#645864
(100,88,100)
#726772
(114,103,114)
#807680
(128,118,128)
#8E858E
(142,133,142)
#9C949C
(156,148,156)
#AAA3AA
(170,163,170)
#B8B2B8
(184,178,184)
#C6C1C6
(198,193,198)
#D4D0D4
(212,208,212)
#E2DFE2
(226,223,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645864 color. Also use rgb(100,88,100) instead hex code.

Text Font Color

.myTextColor { color: #645864; }

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

This text font color is #645864.


Background Color

.myBgColor { background-color: #645864; }

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

This div background color is #645864.


Border color

.myBorderColor { border: 1px solid #645864; }

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

This div border color is #645864.


Opacity

.myOpacity80 { color: #645864; opacity: 0.8; }

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

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

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

This text has shadow with #645864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645864 on black background.


Color preview on white background

This text has color #645864 on white background.



Black color preview on #645864 background

This text has black color on #645864 background.


White color preview on #645864 background

This text has white color on #645864 background.