COLOR #645D49

HEX: #645D49
RGB: (100,93,73)

Color info

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

RGB color model

#645D49 color RGB value is (100,93,73).

  • red value is 100;
  • green value is 93;
  • blue value is 73.
RGB:
(100,93,73)
(39%,36%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 73 of 255 = 29%

100
93
73

R + G + B ~ 35%. #645D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 73 = 266 (100%)
R 100 of 266 ~ 37.59%
G 93 of 266 ~ 34.96%
B 73 of 266 ~ 27.44%

%37.59
%34.96
%27.44

CMYK color model

#645D49 color CMYK value is (0,7,27,61).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(0,7,27,61)
C0M7Y27K61 
(0%,7%,27%,61%)
(0.00/0.07/0.27/0.61)	

CMYK percentages

%0
%7
%27
%60.78

Codes

Color #645D49 in popluar color models

645D49
RGB1009373
HSL44°15.61%33.92%
HSB/HSV44°27.00%39.22%
CMYK0.00%7.00%27.00%
60.78%

Color #645D49 in popluar number systems.

HEX645D49
Decimal1009373
Binary110010010111011001001
Octal144135111

Shades and tints

Shades of #645D49

#645D49
(100,93,73)
#5B5543
(91,85,67)
#524D3D
(82,77,61)
#494537
(73,69,55)
#403D31
(64,61,49)
#37352B
(55,53,43)
#2E2D25
(46,45,37)
#25251F
(37,37,31)
#1C1D19
(28,29,25)
#131513
(19,21,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #645D49

#645D49
(100,93,73)
#726B59
(114,107,89)
#807969
(128,121,105)
#8E8779
(142,135,121)
#9C9589
(156,149,137)
#AAA399
(170,163,153)
#B8B1A9
(184,177,169)
#C6BFB9
(198,191,185)
#D4CDC9
(212,205,201)
#E2DBD9
(226,219,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645D49 color. Also use rgb(100,93,73) instead hex code.

Text Font Color

.myTextColor { color: #645D49; }

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

This text font color is #645D49.


Background Color

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

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

This div background color is #645D49.


Border color

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

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

This div border color is #645D49.


Opacity

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

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

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

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

This text has shadow with #645D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645D49 on black background.


Color preview on white background

This text has color #645D49 on white background.



Black color preview on #645D49 background

This text has black color on #645D49 background.


White color preview on #645D49 background

This text has white color on #645D49 background.