COLOR #645966

HEX: #645966
RGB: (100,89,102)

Color info

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

RGB color model

#645966 color RGB value is (100,89,102).

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

RGB channels and saturation

R 100 of 255 = 39%
G 89 of 255 = 35%
B 102 of 255 = 40%

100
89
102

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

Portions of RGB colors in percentages

R + G + B =
100 + 89 + 102 = 291 (100%)
R 100 of 291 ~ 34.36%
G 89 of 291 ~ 30.58%
B 102 of 291 ~ 35.05%

%34.36
%30.58
%35.05

CMYK color model

#645966 color CMYK value is (2,13,0,60).

  • cyan value is 1.96%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(2,13,0,60)
C2M13Y0K60 
(2%,13%,0%,60%)
(0.02/0.13/0.00/0.60)	

CMYK percentages

%1.96
%12.75
%0
%60

Codes

Color #645966 in popluar color models

645966
RGB10089102
HSL291°6.81%37.45%
HSB/HSV291°12.75%40.00%
CMYK1.96%12.75%0.00%
60.00%

Color #645966 in popluar number systems.

HEX645966
Decimal10089102
Binary110010010110011100110
Octal144131146

Shades and tints

Shades of #645966

#645966
(100,89,102)
#5B515D
(91,81,93)
#524954
(82,73,84)
#49414B
(73,65,75)
#403942
(64,57,66)
#373139
(55,49,57)
#2E2930
(46,41,48)
#252127
(37,33,39)
#1C191E
(28,25,30)
#131115
(19,17,21)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #645966

#645966
(100,89,102)
#726873
(114,104,115)
#807780
(128,119,128)
#8E868D
(142,134,141)
#9C959A
(156,149,154)
#AAA4A7
(170,164,167)
#B8B3B4
(184,179,180)
#C6C2C1
(198,194,193)
#D4D1CE
(212,209,206)
#E2E0DB
(226,224,219)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645966; }

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

This text font color is #645966.


Background Color

.myBgColor { background-color: #645966; }

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

This div background color is #645966.


Border color

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

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

This div border color is #645966.


Opacity

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

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

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

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

This text has shadow with #645966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645966 on black background.


Color preview on white background

This text has color #645966 on white background.



Black color preview on #645966 background

This text has black color on #645966 background.


White color preview on #645966 background

This text has white color on #645966 background.