COLOR #645765

HEX: #645765
RGB: (100,87,101)

Color info

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

RGB color model

#645765 color RGB value is (100,87,101).

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

RGB channels and saturation

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

100
87
101

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

Portions of RGB colors in percentages

R + G + B =
100 + 87 + 101 = 288 (100%)
R 100 of 288 ~ 34.72%
G 87 of 288 ~ 30.21%
B 101 of 288 ~ 35.07%

%34.72
%30.21
%35.07

CMYK color model

#645765 color CMYK value is (1,14,0,60).

  • cyan value is 0.99%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(1,14,0,60)
C1M14Y0K60 
(1%,14%,0%,60%)
(0.01/0.14/0.00/0.60)	

CMYK percentages

%0.99
%13.86
%0
%60.39

Codes

Color #645765 in popluar color models

645765
RGB10087101
HSL296°7.45%36.86%
HSB/HSV296°13.86%39.61%
CMYK0.99%13.86%0.00%
60.39%

Color #645765 in popluar number systems.

HEX645765
Decimal10087101
Binary110010010101111100101
Octal144127145

Shades and tints

Shades of #645765

#645765
(100,87,101)
#5B505C
(91,80,92)
#524953
(82,73,83)
#49424A
(73,66,74)
#403B41
(64,59,65)
#373438
(55,52,56)
#2E2D2F
(46,45,47)
#252626
(37,38,38)
#1C1F1D
(28,31,29)
#131814
(19,24,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #645765

#645765
(100,87,101)
#726673
(114,102,115)
#807581
(128,117,129)
#8E848F
(142,132,143)
#9C939D
(156,147,157)
#AAA2AB
(170,162,171)
#B8B1B9
(184,177,185)
#C6C0C7
(198,192,199)
#D4CFD5
(212,207,213)
#E2DEE3
(226,222,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645765; }

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

This text font color is #645765.


Background Color

.myBgColor { background-color: #645765; }

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

This div background color is #645765.


Border color

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

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

This div border color is #645765.


Opacity

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

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

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

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

This text has shadow with #645765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645765 on black background.


Color preview on white background

This text has color #645765 on white background.



Black color preview on #645765 background

This text has black color on #645765 background.


White color preview on #645765 background

This text has white color on #645765 background.