COLOR #645E46

HEX: #645E46
RGB: (100,94,70)

Color info

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

RGB color model

#645E46 color RGB value is (100,94,70).

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

RGB channels and saturation

R 100 of 255 = 39%
G 94 of 255 = 37%
B 70 of 255 = 27%

100
94
70

R + G + B ~ 34%. #645E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 94 + 70 = 264 (100%)
R 100 of 264 ~ 37.88%
G 94 of 264 ~ 35.61%
B 70 of 264 ~ 26.52%

%37.88
%35.61
%26.52

CMYK color model

#645E46 color CMYK value is (0,6,30,61).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(0,6,30,61)
C0M6Y30K61 
(0%,6%,30%,61%)
(0.00/0.06/0.30/0.61)	

CMYK percentages

%0
%6
%30
%60.78

Codes

Color #645E46 in popluar color models

645E46
RGB1009470
HSL48°17.65%33.33%
HSB/HSV48°30.00%39.22%
CMYK0.00%6.00%30.00%
60.78%

Color #645E46 in popluar number systems.

HEX645E46
Decimal1009470
Binary110010010111101000110
Octal144136106

Shades and tints

Shades of #645E46

#645E46
(100,94,70)
#5B5640
(91,86,64)
#524E3A
(82,78,58)
#494634
(73,70,52)
#403E2E
(64,62,46)
#373628
(55,54,40)
#2E2E22
(46,46,34)
#25261C
(37,38,28)
#1C1E16
(28,30,22)
#131610
(19,22,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #645E46

#645E46
(100,94,70)
#726C56
(114,108,86)
#807A66
(128,122,102)
#8E8876
(142,136,118)
#9C9686
(156,150,134)
#AAA496
(170,164,150)
#B8B2A6
(184,178,166)
#C6C0B6
(198,192,182)
#D4CEC6
(212,206,198)
#E2DCD6
(226,220,214)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645E46; }

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

This text font color is #645E46.


Background Color

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

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

This div background color is #645E46.


Border color

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

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

This div border color is #645E46.


Opacity

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

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

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

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

This text has shadow with #645E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645E46 on black background.


Color preview on white background

This text has color #645E46 on white background.



Black color preview on #645E46 background

This text has black color on #645E46 background.


White color preview on #645E46 background

This text has white color on #645E46 background.