COLOR #645F59

HEX: #645F59 RGB: (100,95,89)

Color info

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

RGB color model

#645F59 color RGB value is (100,95,89).

RGB: (100,95,89) (39%, 37%, 35%)

RGB channels and saturation

R 100 of 255 = 39%
G 95 of 255 = 37%
B 89 of 255 = 35%

100
95
89

R + G + B ~ 37%. #645F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 95 + 89 = 284 (100%)
R 100 of 284 ~ 35.21%
G 95 of 284 ~ 33.45%
B 89 of 284 ~ 31.34'%

%35.21
%33.45
%31.34

CMYK color model

#645F59 color CMYK value is (0,5,11,61).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 11.00%
  • key color value is 60.78%

CMYK: (0,5,11,61)
C0M5Y11K61 (0%, 5%, 11%, 61%)
(0.00 / 0.05 / 0.11 / 0.61)

CMYK percentages

%0
%5
%11
%60.78

Codes

Color #645F59 in popluar color models

64 5F 59
RGB 100 95 89
HSL 33° 5.82% 37.06%
HSB/HSV 33° 11.00% 39.22%
CMYK 0.00% 5.00% 11.00%
60.78%

Color #645F59 in popluar number systems.

HEX 64 5F 59
Decimal 100 95 89
Binary 1100100 1011111 1011001
Octal 144 137 131

Shades and tints

Shades of #645F59

#645F59
(100,95,89)
#5B5751
(91,87,81)
#524F49
(82,79,73)
#494741
(73,71,65)
#403F39
(64,63,57)
#373731
(55,55,49)
#2E2F29
(46,47,41)
#252721
(37,39,33)
#1C1F19
(28,31,25)
#131711
(19,23,17)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #645F59

#645F59
(100,95,89)
#726D68
(114,109,104)
#807B77
(128,123,119)
#8E8986
(142,137,134)
#9C9795
(156,151,149)
#AAA5A4
(170,165,164)
#B8B3B3
(184,179,179)
#C6C1C2
(198,193,194)
#D4CFD1
(212,207,209)
#E2DDE0
(226,221,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645F59; }

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

This text font color is #645F59.

Background Color

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

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

This div background color is #645F59.

Border color

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

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

This div border color is #645F59.

Opacity

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

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

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

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

This text has shadow with #645F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645F59.

Preview

Color preview on black background

This text has color #645F59 on black background.


Color preview on white background

This text has color #645F59 on white background.


Black color preview on #645F59 background

This text has black color on #645F59 background.


White color preview on #645F59 background

This text has white color on #645F59 background.


Related colors

Complementary color

Complementary color for #hex is #9BA0A6.


I love getcolorcode.com

Triadic colors

1 #59645F and #5F5964 with #645F59 are triadic colors.

2 #595F64 and #5F6459 with #645F59 are triadic colors.