COLOR #645E4D

HEX: #645E4D
RGB: (100,94,77)

Color info

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

RGB color model

#645E4D color RGB value is (100,94,77).

  • red value is 100;
  • green value is 94;
  • blue value is 77.
RGB:
(100,94,77)
(39%,37%,30%)

RGB channels and saturation

R 100 of 255 = 39%
G 94 of 255 = 37%
B 77 of 255 = 30%

100
94
77

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

Portions of RGB colors in percentages

R + G + B =
100 + 94 + 77 = 271 (100%)
R 100 of 271 ~ 36.9%
G 94 of 271 ~ 34.69%
B 77 of 271 ~ 28.41%

%36.9
%34.69
%28.41

CMYK color model

#645E4D color CMYK value is (0,6,23,61).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(0,6,23,61)
C0M6Y23K61 
(0%,6%,23%,61%)
(0.00/0.06/0.23/0.61)	

CMYK percentages

%0
%6
%23
%60.78

Codes

Color #645E4D in popluar color models

645E4D
RGB1009477
HSL44°12.99%34.71%
HSB/HSV44°23.00%39.22%
CMYK0.00%6.00%23.00%
60.78%

Color #645E4D in popluar number systems.

HEX645E4D
Decimal1009477
Binary110010010111101001101
Octal144136115

Shades and tints

Shades of #645E4D

#645E4D
(100,94,77)
#5B5646
(91,86,70)
#524E3F
(82,78,63)
#494638
(73,70,56)
#403E31
(64,62,49)
#37362A
(55,54,42)
#2E2E23
(46,46,35)
#25261C
(37,38,28)
#1C1E15
(28,30,21)
#13160E
(19,22,14)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #645E4D

#645E4D
(100,94,77)
#726C5D
(114,108,93)
#807A6D
(128,122,109)
#8E887D
(142,136,125)
#9C968D
(156,150,141)
#AAA49D
(170,164,157)
#B8B2AD
(184,178,173)
#C6C0BD
(198,192,189)
#D4CECD
(212,206,205)
#E2DCDD
(226,220,221)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645E4D color. Also use rgb(100,94,77) instead hex code.

Text Font Color

.myTextColor { color: #645E4D; }

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

This text font color is #645E4D.


Background Color

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

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

This div background color is #645E4D.


Border color

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

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

This div border color is #645E4D.


Opacity

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

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

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

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

This text has shadow with #645E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645E4D on black background.


Color preview on white background

This text has color #645E4D on white background.



Black color preview on #645E4D background

This text has black color on #645E4D background.


White color preview on #645E4D background

This text has white color on #645E4D background.