COLOR #645566

HEX: #645566
RGB: (100,85,102)

Color info

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

RGB color model

#645566 color RGB value is (100,85,102).

  • red value is 100;
  • green value is 85;
  • blue value is 102.
RGB:
(100,85,102)
(39%,33%,40%)

RGB channels and saturation

R 100 of 255 = 39%
G 85 of 255 = 33%
B 102 of 255 = 40%

100
85
102

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

Portions of RGB colors in percentages

R + G + B =
100 + 85 + 102 = 287 (100%)
R 100 of 287 ~ 34.84%
G 85 of 287 ~ 29.62%
B 102 of 287 ~ 35.54%

%34.84
%29.62
%35.54

CMYK color model

#645566 color CMYK value is (2,17,0,60).

  • cyan value is 1.96%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(2,17,0,60)
C2M17Y0K60 
(2%,17%,0%,60%)
(0.02/0.17/0.00/0.60)	

CMYK percentages

%1.96
%16.67
%0
%60

Codes

Color #645566 in popluar color models

645566
RGB10085102
HSL293°9.09%36.67%
HSB/HSV293°16.67%40.00%
CMYK1.96%16.67%0.00%
60.00%

Color #645566 in popluar number systems.

HEX645566
Decimal10085102
Binary110010010101011100110
Octal144125146

Shades and tints

Shades of #645566

#645566
(100,85,102)
#5B4E5D
(91,78,93)
#524754
(82,71,84)
#49404B
(73,64,75)
#403942
(64,57,66)
#373239
(55,50,57)
#2E2B30
(46,43,48)
#252427
(37,36,39)
#1C1D1E
(28,29,30)
#131615
(19,22,21)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #645566

#645566
(100,85,102)
#726473
(114,100,115)
#807380
(128,115,128)
#8E828D
(142,130,141)
#9C919A
(156,145,154)
#AAA0A7
(170,160,167)
#B8AFB4
(184,175,180)
#C6BEC1
(198,190,193)
#D4CDCE
(212,205,206)
#E2DCDB
(226,220,219)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645566; }

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

This text font color is #645566.


Background Color

.myBgColor { background-color: #645566; }

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

This div background color is #645566.


Border color

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

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

This div border color is #645566.


Opacity

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

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

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

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

This text has shadow with #645566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645566 on black background.


Color preview on white background

This text has color #645566 on white background.



Black color preview on #645566 background

This text has black color on #645566 background.


White color preview on #645566 background

This text has white color on #645566 background.