COLOR #643C59

HEX: #643C59
RGB: (100,60,89)

Color info

#643C59 contains red, green and blue colors in about the same proportion. Web safe color of #643C59 is #663366 (or #636).

RGB color model

#643C59 color RGB value is (100,60,89).

  • red value is 100;
  • green value is 60;
  • blue value is 89.
RGB:
(100,60,89)
(39%,24%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 60 of 255 = 24%
B 89 of 255 = 35%

100
60
89

R + G + B ~ 33%. #643C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 60 + 89 = 249 (100%)
R 100 of 249 ~ 40.16%
G 60 of 249 ~ 24.1%
B 89 of 249 ~ 35.74%

%40.16
%24.1
%35.74

CMYK color model

#643C59 color CMYK value is (0,40,11,61).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(0,40,11,61)
C0M40Y11K61 
(0%,40%,11%,61%)
(0.00/0.40/0.11/0.61)	

CMYK percentages

%0
%40
%11
%60.78

Codes

Color #643C59 in popluar color models

643C59
RGB1006089
HSL317°25.00%31.37%
HSB/HSV317°40.00%39.22%
CMYK0.00%40.00%11.00%
60.78%

Color #643C59 in popluar number systems.

HEX643C59
Decimal1006089
Binary11001001111001011001
Octal14474131

Shades and tints

Shades of #643C59

#643C59
(100,60,89)
#5B3751
(91,55,81)
#523249
(82,50,73)
#492D41
(73,45,65)
#402839
(64,40,57)
#372331
(55,35,49)
#2E1E29
(46,30,41)
#251921
(37,25,33)
#1C1419
(28,20,25)
#130F11
(19,15,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #643C59

#643C59
(100,60,89)
#724D68
(114,77,104)
#805E77
(128,94,119)
#8E6F86
(142,111,134)
#9C8095
(156,128,149)
#AA91A4
(170,145,164)
#B8A2B3
(184,162,179)
#C6B3C2
(198,179,194)
#D4C4D1
(212,196,209)
#E2D5E0
(226,213,224)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643C59 color. Also use rgb(100,60,89) instead hex code.

Text Font Color

.myTextColor { color: #643C59; }

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

This text font color is #643C59.


Background Color

.myBgColor { background-color: #643C59; }

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

This div background color is #643C59.


Border color

.myBorderColor { border: 1px solid #643C59; }

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

This div border color is #643C59.


Opacity

.myOpacity80 { color: #643C59; opacity: 0.8; }

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

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

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

This text has shadow with #643C59 color.

.textShadow {text-shadow: 3px 3px 1px #643C59, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643C59 on black background.


Color preview on white background

This text has color #643C59 on white background.



Black color preview on #643C59 background

This text has black color on #643C59 background.


White color preview on #643C59 background

This text has white color on #643C59 background.