COLOR #645764

HEX: #645764
RGB: (100,87,100)

Color info

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

RGB color model

#645764 color RGB value is (100,87,100).

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

RGB channels and saturation

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

100
87
100

R + G + B ~ 37%. #645764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 87 + 100 = 287 (100%)
R 100 of 287 ~ 34.84%
G 87 of 287 ~ 30.31%
B 100 of 287 ~ 34.84%

%34.84
%30.31
%34.84

CMYK color model

#645764 color CMYK value is (0,13,0,61).

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

CMYK percentages

%0
%13
%0
%60.78

Codes

Color #645764 in popluar color models

645764
RGB10087100
HSL300°6.95%36.67%
HSB/HSV300°13.00%39.22%
CMYK0.00%13.00%0.00%
60.78%

Color #645764 in popluar number systems.

HEX645764
Decimal10087100
Binary110010010101111100100
Octal144127144

Shades and tints

Shades of #645764

#645764
(100,87,100)
#5B505B
(91,80,91)
#524952
(82,73,82)
#494249
(73,66,73)
#403B40
(64,59,64)
#373437
(55,52,55)
#2E2D2E
(46,45,46)
#252625
(37,38,37)
#1C1F1C
(28,31,28)
#131813
(19,24,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #645764

#645764
(100,87,100)
#726672
(114,102,114)
#807580
(128,117,128)
#8E848E
(142,132,142)
#9C939C
(156,147,156)
#AAA2AA
(170,162,170)
#B8B1B8
(184,177,184)
#C6C0C6
(198,192,198)
#D4CFD4
(212,207,212)
#E2DEE2
(226,222,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645764; }

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

This text font color is #645764.


Background Color

.myBgColor { background-color: #645764; }

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

This div background color is #645764.


Border color

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

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

This div border color is #645764.


Opacity

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

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

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

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

This text has shadow with #645764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645764 on black background.


Color preview on white background

This text has color #645764 on white background.



Black color preview on #645764 background

This text has black color on #645764 background.


White color preview on #645764 background

This text has white color on #645764 background.