COLOR #643137

HEX: #643137 RGB: (100,49,55)

Color info

#643137 contains red, green and blue colors in about the same proportion. Web safe color of #643137 is #663333 (or #633).

RGB color model

#643137 color RGB value is (100,49,55).

RGB: (100,49,55) (39%, 19%, 22%)

RGB channels and saturation

R 100 of 255 = 39%
G 49 of 255 = 19%
B 55 of 255 = 22%

100
49
55

R + G + B ~ 27%. #643137 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 49 + 55 = 204 (100%)
R 100 of 204 ~ 49.02%
G 49 of 204 ~ 24.02%
B 55 of 204 ~ 26.96'%

%49.02
%24.02
%26.96

CMYK color model

#643137 color CMYK value is (0,51,45,61).

  • cyan value is 0.00%
  • magenta value is 51.00%
  • yellow value is 45.00%
  • key color value is 60.78%
CMYK: (0,51,45,61) C0M51Y45K61 (0%,51%,45%,61%) (0.00/0.51/0.45/0.61) 

CMYK percentages

%0
%51
%45
%60.78

Codes

Color #643137 in popluar color models

64 31 37
RGB 100 49 55
HSL 353° 34.23% 29.22%
HSB/HSV 353° 51.00% 39.22%
CMYK 0.00% 51.00% 45.00%
60.78%

Color #643137 in popluar number systems.

HEX 64 31 37
Decimal 100 49 55
Binary 1100100 110001 110111
Octal 144 61 67

Shades and tints

Shades of #643137

#643137
(100,49,55)
#5B2D32
(91,45,50)
#52292D
(82,41,45)
#492528
(73,37,40)
#402123
(64,33,35)
#371D1E
(55,29,30)
#2E1919
(46,25,25)
#251514
(37,21,20)
#1C110F
(28,17,15)
#130D0A
(19,13,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #643137

#643137
(100,49,55)
#724349
(114,67,73)
#80555B
(128,85,91)
#8E676D
(142,103,109)
#9C797F
(156,121,127)
#AA8B91
(170,139,145)
#B89DA3
(184,157,163)
#C6AFB5
(198,175,181)
#D4C1C7
(212,193,199)
#E2D3D9
(226,211,217)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643137 color. Also use rgb(100,49,55) instead hex code.

Text Font Color

.myTextColor { color: #643137; }

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

This text font color is #643137.

Background Color

.myBgColor { background-color: #643137; }

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

This div background color is #643137.

Border color

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

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

This div border color is #643137.

Opacity

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

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

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

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

This text has shadow with #643137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #643137.

Preview

Color preview on black background

This text has color #643137 on black background.


Color preview on white background

This text has color #643137 on white background.


Black color preview on #643137 background

This text has black color on #643137 background.


White color preview on #643137 background

This text has white color on #643137 background.


Related colors

Complementary color

Complementary color for #hex is #9BCEC8.


I love getcolorcode.com

Triadic colors

1 #376431 and #313764 with #643137 are triadic colors.

2 #373164 and #316437 with #643137 are triadic colors.