COLOR #645F68

HEX: #645F68 RGB: (100,95,104)

Color info

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

RGB color model

#645F68 color RGB value is (100,95,104).

RGB: (100,95,104) (39%, 37%, 41%)

RGB channels and saturation

R 100 of 255 = 39%
G 95 of 255 = 37%
B 104 of 255 = 41%

100
95
104

R + G + B ~ 39%. #645F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 95 + 104 = 299 (100%)
R 100 of 299 ~ 33.44%
G 95 of 299 ~ 31.77%
B 104 of 299 ~ 34.78'%

%33.44
%31.77
%34.78

CMYK color model

#645F68 color CMYK value is (4,9,0,59).

  • cyan value is 3.85%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (4,9,0,59)
C4M9Y0K59 (4%, 9%, 0%, 59%)
(0.04 / 0.09 / 0.00 / 0.59)

CMYK percentages

%3.85
%8.65
%0
%59.22

Codes

Color #645F68 in popluar color models

64 5F 68
RGB 100 95 104
HSL 273° 4.52% 39.02%
HSB/HSV 273° 8.65% 40.78%
CMYK 3.85% 8.65% 0.00%
59.22%

Color #645F68 in popluar number systems.

HEX 64 5F 68
Decimal 100 95 104
Binary 1100100 1011111 1101000
Octal 144 137 150

Shades and tints

Shades of #645F68

#645F68
(100,95,104)
#5B575F
(91,87,95)
#524F56
(82,79,86)
#49474D
(73,71,77)
#403F44
(64,63,68)
#37373B
(55,55,59)
#2E2F32
(46,47,50)
#252729
(37,39,41)
#1C1F20
(28,31,32)
#131717
(19,23,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #645F68

#645F68
(100,95,104)
#726D75
(114,109,117)
#807B82
(128,123,130)
#8E898F
(142,137,143)
#9C979C
(156,151,156)
#AAA5A9
(170,165,169)
#B8B3B6
(184,179,182)
#C6C1C3
(198,193,195)
#D4CFD0
(212,207,208)
#E2DDDD
(226,221,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645F68; }

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

This text font color is #645F68.

Background Color

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

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

This div background color is #645F68.

Border color

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

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

This div border color is #645F68.

Opacity

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

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

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

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

This text has shadow with #645F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645F68.

Preview

Color preview on black background

This text has color #645F68 on black background.


Color preview on white background

This text has color #645F68 on white background.


Black color preview on #645F68 background

This text has black color on #645F68 background.


White color preview on #645F68 background

This text has white color on #645F68 background.


Related colors

Complementary color

Complementary color for #hex is #9BA097.


I love getcolorcode.com

Triadic colors

1 #68645F and #5F6864 with #645F68 are triadic colors.

2 #685F64 and #5F6468 with #645F68 are triadic colors.