COLOR #645360

HEX: #645360
RGB: (100,83,96)

Color info

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

RGB color model

#645360 color RGB value is (100,83,96).

  • red value is 100;
  • green value is 83;
  • blue value is 96.
RGB:
(100,83,96)
(39%,33%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 83 of 255 = 33%
B 96 of 255 = 38%

100
83
96

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

Portions of RGB colors in percentages

R + G + B =
100 + 83 + 96 = 279 (100%)
R 100 of 279 ~ 35.84%
G 83 of 279 ~ 29.75%
B 96 of 279 ~ 34.41%

%35.84
%29.75
%34.41

CMYK color model

#645360 color CMYK value is (0,17,4,61).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 4.00%
  • key color value is 60.78%
CMYK:
(0,17,4,61)
C0M17Y4K61 
(0%,17%,4%,61%)
(0.00/0.17/0.04/0.61)	

CMYK percentages

%0
%17
%4
%60.78

Codes

Color #645360 in popluar color models

645360
RGB1008396
HSL314°9.29%35.88%
HSB/HSV314°17.00%39.22%
CMYK0.00%17.00%4.00%
60.78%

Color #645360 in popluar number systems.

HEX645360
Decimal1008396
Binary110010010100111100000
Octal144123140

Shades and tints

Shades of #645360

#645360
(100,83,96)
#5B4C58
(91,76,88)
#524550
(82,69,80)
#493E48
(73,62,72)
#403740
(64,55,64)
#373038
(55,48,56)
#2E2930
(46,41,48)
#252228
(37,34,40)
#1C1B20
(28,27,32)
#131418
(19,20,24)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #645360

#645360
(100,83,96)
#72626E
(114,98,110)
#80717C
(128,113,124)
#8E808A
(142,128,138)
#9C8F98
(156,143,152)
#AA9EA6
(170,158,166)
#B8ADB4
(184,173,180)
#C6BCC2
(198,188,194)
#D4CBD0
(212,203,208)
#E2DADE
(226,218,222)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645360; }

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

This text font color is #645360.


Background Color

.myBgColor { background-color: #645360; }

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

This div background color is #645360.


Border color

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

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

This div border color is #645360.


Opacity

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

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

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

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

This text has shadow with #645360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645360 on black background.


Color preview on white background

This text has color #645360 on white background.



Black color preview on #645360 background

This text has black color on #645360 background.


White color preview on #645360 background

This text has white color on #645360 background.