COLOR #645A59

HEX: #645A59
RGB: (100,90,89)

Color info

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

RGB color model

#645A59 color RGB value is (100,90,89).

  • red value is 100;
  • green value is 90;
  • blue value is 89.
RGB:
(100,90,89)
(39%,35%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 89 of 255 = 35%

100
90
89

R + G + B ~ 36%. #645A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 89 = 279 (100%)
R 100 of 279 ~ 35.84%
G 90 of 279 ~ 32.26%
B 89 of 279 ~ 31.9%

%35.84
%32.26
%31.9

CMYK color model

#645A59 color CMYK value is (0,10,11,61).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(0,10,11,61)
C0M10Y11K61 
(0%,10%,11%,61%)
(0.00/0.10/0.11/0.61)	

CMYK percentages

%0
%10
%11
%60.78

Codes

Color #645A59 in popluar color models

645A59
RGB1009089
HSL5.82%37.06%
HSB/HSV11.00%39.22%
CMYK0.00%10.00%11.00%
60.78%

Color #645A59 in popluar number systems.

HEX645A59
Decimal1009089
Binary110010010110101011001
Octal144132131

Shades and tints

Shades of #645A59

#645A59
(100,90,89)
#5B5251
(91,82,81)
#524A49
(82,74,73)
#494241
(73,66,65)
#403A39
(64,58,57)
#373231
(55,50,49)
#2E2A29
(46,42,41)
#252221
(37,34,33)
#1C1A19
(28,26,25)
#131211
(19,18,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #645A59

#645A59
(100,90,89)
#726968
(114,105,104)
#807877
(128,120,119)
#8E8786
(142,135,134)
#9C9695
(156,150,149)
#AAA5A4
(170,165,164)
#B8B4B3
(184,180,179)
#C6C3C2
(198,195,194)
#D4D2D1
(212,210,209)
#E2E1E0
(226,225,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645A59; }

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

This text font color is #645A59.


Background Color

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

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

This div background color is #645A59.


Border color

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

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

This div border color is #645A59.


Opacity

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

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

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

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

This text has shadow with #645A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A59 on black background.


Color preview on white background

This text has color #645A59 on white background.



Black color preview on #645A59 background

This text has black color on #645A59 background.


White color preview on #645A59 background

This text has white color on #645A59 background.