COLOR #643F59

HEX: #643F59
RGB: (100,63,89)

Color info

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

RGB color model

#643F59 color RGB value is (100,63,89).

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

RGB channels and saturation

R 100 of 255 = 39%
G 63 of 255 = 25%
B 89 of 255 = 35%

100
63
89

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

Portions of RGB colors in percentages

R + G + B =
100 + 63 + 89 = 252 (100%)
R 100 of 252 ~ 39.68%
G 63 of 252 ~ 25%
B 89 of 252 ~ 35.32%

%39.68
%25
%35.32

CMYK color model

#643F59 color CMYK value is (0,37,11,61).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(0,37,11,61)
C0M37Y11K61 
(0%,37%,11%,61%)
(0.00/0.37/0.11/0.61)	

CMYK percentages

%0
%37
%11
%60.78

Codes

Color #643F59 in popluar color models

643F59
RGB1006389
HSL318°22.70%31.96%
HSB/HSV318°37.00%39.22%
CMYK0.00%37.00%11.00%
60.78%

Color #643F59 in popluar number systems.

HEX643F59
Decimal1006389
Binary11001001111111011001
Octal14477131

Shades and tints

Shades of #643F59

#643F59
(100,63,89)
#5B3A51
(91,58,81)
#523549
(82,53,73)
#493041
(73,48,65)
#402B39
(64,43,57)
#372631
(55,38,49)
#2E2129
(46,33,41)
#251C21
(37,28,33)
#1C1719
(28,23,25)
#131211
(19,18,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #643F59

#643F59
(100,63,89)
#725068
(114,80,104)
#806177
(128,97,119)
#8E7286
(142,114,134)
#9C8395
(156,131,149)
#AA94A4
(170,148,164)
#B8A5B3
(184,165,179)
#C6B6C2
(198,182,194)
#D4C7D1
(212,199,209)
#E2D8E0
(226,216,224)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #643F59; }

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

This text font color is #643F59.


Background Color

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

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

This div background color is #643F59.


Border color

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

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

This div border color is #643F59.


Opacity

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

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

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

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

This text has shadow with #643F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643F59 on black background.


Color preview on white background

This text has color #643F59 on white background.



Black color preview on #643F59 background

This text has black color on #643F59 background.


White color preview on #643F59 background

This text has white color on #643F59 background.