COLOR #645264

HEX: #645264
RGB: (100,82,100)

Color info

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

RGB color model

#645264 color RGB value is (100,82,100).

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

RGB channels and saturation

R 100 of 255 = 39%
G 82 of 255 = 32%
B 100 of 255 = 39%

100
82
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 82 + 100 = 282 (100%)
R 100 of 282 ~ 35.46%
G 82 of 282 ~ 29.08%
B 100 of 282 ~ 35.46%

%35.46
%29.08
%35.46

CMYK color model

#645264 color CMYK value is (0,18,0,61).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(0,18,0,61)
C0M18Y0K61 
(0%,18%,0%,61%)
(0.00/0.18/0.00/0.61)	

CMYK percentages

%0
%18
%0
%60.78

Codes

Color #645264 in popluar color models

645264
RGB10082100
HSL300°9.89%35.69%
HSB/HSV300°18.00%39.22%
CMYK0.00%18.00%0.00%
60.78%

Color #645264 in popluar number systems.

HEX645264
Decimal10082100
Binary110010010100101100100
Octal144122144

Shades and tints

Shades of #645264

#645264
(100,82,100)
#5B4B5B
(91,75,91)
#524452
(82,68,82)
#493D49
(73,61,73)
#403640
(64,54,64)
#372F37
(55,47,55)
#2E282E
(46,40,46)
#252125
(37,33,37)
#1C1A1C
(28,26,28)
#131313
(19,19,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #645264

#645264
(100,82,100)
#726172
(114,97,114)
#807080
(128,112,128)
#8E7F8E
(142,127,142)
#9C8E9C
(156,142,156)
#AA9DAA
(170,157,170)
#B8ACB8
(184,172,184)
#C6BBC6
(198,187,198)
#D4CAD4
(212,202,212)
#E2D9E2
(226,217,226)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645264; }

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

This text font color is #645264.


Background Color

.myBgColor { background-color: #645264; }

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

This div background color is #645264.


Border color

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

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

This div border color is #645264.


Opacity

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

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

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

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

This text has shadow with #645264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645264 on black background.


Color preview on white background

This text has color #645264 on white background.



Black color preview on #645264 background

This text has black color on #645264 background.


White color preview on #645264 background

This text has white color on #645264 background.