COLOR #645240

HEX: #645240
RGB: (100,82,64)

Color info

#645240 contains red, green and blue colors in about the same proportion. Web safe color of #645240 is #666633 (or #663).

RGB color model

#645240 color RGB value is (100,82,64).

  • red value is 100;
  • green value is 82;
  • blue value is 64.
RGB:
(100,82,64)
(39%,32%,25%)

RGB channels and saturation

R 100 of 255 = 39%
G 82 of 255 = 32%
B 64 of 255 = 25%

100
82
64

R + G + B ~ 32%. #645240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 82 + 64 = 246 (100%)
R 100 of 246 ~ 40.65%
G 82 of 246 ~ 33.33%
B 64 of 246 ~ 26.02%

%40.65
%33.33
%26.02

CMYK color model

#645240 color CMYK value is (0,18,36,61).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 36.00%
  • key color value is 60.78%
CMYK:
(0,18,36,61)
C0M18Y36K61 
(0%,18%,36%,61%)
(0.00/0.18/0.36/0.61)	

CMYK percentages

%0
%18
%36
%60.78

Codes

Color #645240 in popluar color models

645240
RGB1008264
HSL30°21.95%32.16%
HSB/HSV30°36.00%39.22%
CMYK0.00%18.00%36.00%
60.78%

Color #645240 in popluar number systems.

HEX645240
Decimal1008264
Binary110010010100101000000
Octal144122100

Shades and tints

Shades of #645240

#645240
(100,82,64)
#5B4B3B
(91,75,59)
#524436
(82,68,54)
#493D31
(73,61,49)
#40362C
(64,54,44)
#372F27
(55,47,39)
#2E2822
(46,40,34)
#25211D
(37,33,29)
#1C1A18
(28,26,24)
#131313
(19,19,19)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #645240

#645240
(100,82,64)
#726151
(114,97,81)
#807062
(128,112,98)
#8E7F73
(142,127,115)
#9C8E84
(156,142,132)
#AA9D95
(170,157,149)
#B8ACA6
(184,172,166)
#C6BBB7
(198,187,183)
#D4CAC8
(212,202,200)
#E2D9D9
(226,217,217)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645240 color. Also use rgb(100,82,64) instead hex code.

Text Font Color

.myTextColor { color: #645240; }

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

This text font color is #645240.


Background Color

.myBgColor { background-color: #645240; }

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

This div background color is #645240.


Border color

.myBorderColor { border: 1px solid #645240; }

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

This div border color is #645240.


Opacity

.myOpacity80 { color: #645240; opacity: 0.8; }

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

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

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

This text has shadow with #645240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645240 on black background.


Color preview on white background

This text has color #645240 on white background.



Black color preview on #645240 background

This text has black color on #645240 background.


White color preview on #645240 background

This text has white color on #645240 background.