COLOR #645E7B

HEX: #645E7B
RGB: (100,94,123)

Color info

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

RGB color model

#645E7B color RGB value is (100,94,123).

  • red value is 100;
  • green value is 94;
  • blue value is 123.
RGB:
(100,94,123)
(39%,37%,48%)

RGB channels and saturation

R 100 of 255 = 39%
G 94 of 255 = 37%
B 123 of 255 = 48%

100
94
123

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

Portions of RGB colors in percentages

R + G + B =
100 + 94 + 123 = 317 (100%)
R 100 of 317 ~ 31.55%
G 94 of 317 ~ 29.65%
B 123 of 317 ~ 38.8%

%31.55
%29.65
%38.8

CMYK color model

#645E7B color CMYK value is (19,24,0,52).

  • cyan value is 18.70%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(19,24,0,52)
C19M24Y0K52 
(19%,24%,0%,52%)
(0.19/0.24/0.00/0.52)	

CMYK percentages

%18.7
%23.58
%0
%51.76

Codes

Color #645E7B in popluar color models

645E7B
RGB10094123
HSL252°13.36%42.55%
HSB/HSV252°23.58%48.24%
CMYK18.70%23.58%0.00%
51.76%

Color #645E7B in popluar number systems.

HEX645E7B
Decimal10094123
Binary110010010111101111011
Octal144136173

Shades and tints

Shades of #645E7B

#645E7B
(100,94,123)
#5B5670
(91,86,112)
#524E65
(82,78,101)
#49465A
(73,70,90)
#403E4F
(64,62,79)
#373644
(55,54,68)
#2E2E39
(46,46,57)
#25262E
(37,38,46)
#1C1E23
(28,30,35)
#131618
(19,22,24)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #645E7B

#645E7B
(100,94,123)
#726C87
(114,108,135)
#807A93
(128,122,147)
#8E889F
(142,136,159)
#9C96AB
(156,150,171)
#AAA4B7
(170,164,183)
#B8B2C3
(184,178,195)
#C6C0CF
(198,192,207)
#D4CEDB
(212,206,219)
#E2DCE7
(226,220,231)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645E7B color. Also use rgb(100,94,123) instead hex code.

Text Font Color

.myTextColor { color: #645E7B; }

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

This text font color is #645E7B.


Background Color

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

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

This div background color is #645E7B.


Border color

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

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

This div border color is #645E7B.


Opacity

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

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

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

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

This text has shadow with #645E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645E7B on black background.


Color preview on white background

This text has color #645E7B on white background.



Black color preview on #645E7B background

This text has black color on #645E7B background.


White color preview on #645E7B background

This text has white color on #645E7B background.