COLOR #64513C

HEX: #64513C RGB: (100,81,60)

Color info

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

RGB color model

#64513C color RGB value is (100,81,60).

RGB: (100,81,60) (39%, 32%, 24%)

RGB channels and saturation

R 100 of 255 = 39%
G 81 of 255 = 32%
B 60 of 255 = 24%

100
81
60

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

Portions of RGB colors in percentages

R + G + B = 100 + 81 + 60 = 241 (100%)
R 100 of 241 ~ 41.49%
G 81 of 241 ~ 33.61%
B 60 of 241 ~ 24.9'%

%41.49
%33.61
%24.9

CMYK color model

#64513C color CMYK value is (0,19,40,61).

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 40.00%
  • key color value is 60.78%

CMYK: (0,19,40,61)
C0M19Y40K61 (0%, 19%, 40%, 61%)
(0.00 / 0.19 / 0.40 / 0.61)

CMYK percentages

%0
%19
%40
%60.78

Codes

Color #64513C in popluar color models

64 51 3C
RGB 100 81 60
HSL 32° 25.00% 31.37%
HSB/HSV 32° 40.00% 39.22%
CMYK 0.00% 19.00% 40.00%
60.78%

Color #64513C in popluar number systems.

HEX 64 51 3C
Decimal 100 81 60
Binary 1100100 1010001 111100
Octal 144 121 74

Shades and tints

Shades of #64513C

#64513C
(100,81,60)
#5B4A37
(91,74,55)
#524332
(82,67,50)
#493C2D
(73,60,45)
#403528
(64,53,40)
#372E23
(55,46,35)
#2E271E
(46,39,30)
#252019
(37,32,25)
#1C1914
(28,25,20)
#13120F
(19,18,15)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #64513C

#64513C
(100,81,60)
#72604D
(114,96,77)
#806F5E
(128,111,94)
#8E7E6F
(142,126,111)
#9C8D80
(156,141,128)
#AA9C91
(170,156,145)
#B8ABA2
(184,171,162)
#C6BAB3
(198,186,179)
#D4C9C4
(212,201,196)
#E2D8D5
(226,216,213)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64513C color. Also use rgb(100,81,60) instead hex code.

Text Font Color

.myTextColor { color: #64513C; }

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

This text font color is #64513C.

Background Color

.myBgColor { background-color: #64513C; }

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

This div background color is #64513C.

Border color

.myBorderColor { border: 1px solid #64513C; }

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

This div border color is #64513C.

Opacity

.myOpacity80 { color: #64513C; opacity: 0.8; }

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

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

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

This text has shadow with #64513C color.


.textShadow {text-shadow: 3px 3px 1px #64513C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64513C; -webkit-box-shadow: 1px 1px 3px 2px #64513C; box-shadow:1px 1px 3px 2px #64513C;">
Div content here
</div>

This div box has shadow with color #64513C.

Preview

Color preview on black background

This text has color #64513C on black background.


Color preview on white background

This text has color #64513C on white background.


Black color preview on #64513C background

This text has black color on #64513C background.


White color preview on #64513C background

This text has white color on #64513C background.


Related colors

Complementary color

Complementary color for #hex is #9BAEC3.


I love getcolorcode.com

Triadic colors

1 #3C6451 and #513C64 with #64513C are triadic colors.

2 #3C5164 and #51643C with #64513C are triadic colors.