COLOR #645F73

HEX: #645F73
RGB: (100,95,115)

Color info

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

RGB color model

#645F73 color RGB value is (100,95,115).

  • red value is 100;
  • green value is 95;
  • blue value is 115.
RGB:
(100,95,115)
(39%,37%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 95 of 255 = 37%
B 115 of 255 = 45%

100
95
115

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

Portions of RGB colors in percentages

R + G + B =
100 + 95 + 115 = 310 (100%)
R 100 of 310 ~ 32.26%
G 95 of 310 ~ 30.65%
B 115 of 310 ~ 37.1%

%32.26
%30.65
%37.1

CMYK color model

#645F73 color CMYK value is (13,17,0,55).

  • cyan value is 13.04%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(13,17,0,55)
C13M17Y0K55 
(13%,17%,0%,55%)
(0.13/0.17/0.00/0.55)	

CMYK percentages

%13.04
%17.39
%0
%54.9

Codes

Color #645F73 in popluar color models

645F73
RGB10095115
HSL255°9.52%41.18%
HSB/HSV255°17.39%45.10%
CMYK13.04%17.39%0.00%
54.90%

Color #645F73 in popluar number systems.

HEX645F73
Decimal10095115
Binary110010010111111110011
Octal144137163

Shades and tints

Shades of #645F73

#645F73
(100,95,115)
#5B5769
(91,87,105)
#524F5F
(82,79,95)
#494755
(73,71,85)
#403F4B
(64,63,75)
#373741
(55,55,65)
#2E2F37
(46,47,55)
#25272D
(37,39,45)
#1C1F23
(28,31,35)
#131719
(19,23,25)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #645F73

#645F73
(100,95,115)
#726D7F
(114,109,127)
#807B8B
(128,123,139)
#8E8997
(142,137,151)
#9C97A3
(156,151,163)
#AAA5AF
(170,165,175)
#B8B3BB
(184,179,187)
#C6C1C7
(198,193,199)
#D4CFD3
(212,207,211)
#E2DDDF
(226,221,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645F73 color. Also use rgb(100,95,115) instead hex code.

Text Font Color

.myTextColor { color: #645F73; }

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

This text font color is #645F73.


Background Color

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

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

This div background color is #645F73.


Border color

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

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

This div border color is #645F73.


Opacity

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

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

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

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

This text has shadow with #645F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645F73 on black background.


Color preview on white background

This text has color #645F73 on white background.



Black color preview on #645F73 background

This text has black color on #645F73 background.


White color preview on #645F73 background

This text has white color on #645F73 background.