COLOR #645B77

HEX: #645B77
RGB: (100,91,119)

Color info

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

RGB color model

#645B77 color RGB value is (100,91,119).

  • red value is 100;
  • green value is 91;
  • blue value is 119.
RGB:
(100,91,119)
(39%,36%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 91 of 255 = 36%
B 119 of 255 = 47%

100
91
119

R + G + B ~ 41%. #645B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 91 + 119 = 310 (100%)
R 100 of 310 ~ 32.26%
G 91 of 310 ~ 29.35%
B 119 of 310 ~ 38.39%

%32.26
%29.35
%38.39

CMYK color model

#645B77 color CMYK value is (16,24,0,53).

  • cyan value is 15.97%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(16,24,0,53)
C16M24Y0K53 
(16%,24%,0%,53%)
(0.16/0.24/0.00/0.53)	

CMYK percentages

%15.97
%23.53
%0
%53.33

Codes

Color #645B77 in popluar color models

645B77
RGB10091119
HSL259°13.33%41.18%
HSB/HSV259°23.53%46.67%
CMYK15.97%23.53%0.00%
53.33%

Color #645B77 in popluar number systems.

HEX645B77
Decimal10091119
Binary110010010110111110111
Octal144133167

Shades and tints

Shades of #645B77

#645B77
(100,91,119)
#5B536D
(91,83,109)
#524B63
(82,75,99)
#494359
(73,67,89)
#403B4F
(64,59,79)
#373345
(55,51,69)
#2E2B3B
(46,43,59)
#252331
(37,35,49)
#1C1B27
(28,27,39)
#13131D
(19,19,29)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #645B77

#645B77
(100,91,119)
#726983
(114,105,131)
#80778F
(128,119,143)
#8E859B
(142,133,155)
#9C93A7
(156,147,167)
#AAA1B3
(170,161,179)
#B8AFBF
(184,175,191)
#C6BDCB
(198,189,203)
#D4CBD7
(212,203,215)
#E2D9E3
(226,217,227)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645B77 color. Also use rgb(100,91,119) instead hex code.

Text Font Color

.myTextColor { color: #645B77; }

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

This text font color is #645B77.


Background Color

.myBgColor { background-color: #645B77; }

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

This div background color is #645B77.


Border color

.myBorderColor { border: 1px solid #645B77; }

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

This div border color is #645B77.


Opacity

.myOpacity80 { color: #645B77; opacity: 0.8; }

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

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

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

This text has shadow with #645B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645B77 on black background.


Color preview on white background

This text has color #645B77 on white background.



Black color preview on #645B77 background

This text has black color on #645B77 background.


White color preview on #645B77 background

This text has white color on #645B77 background.