COLOR #644B53

HEX: #644B53
RGB: (100,75,83)

Color info

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

RGB color model

#644B53 color RGB value is (100,75,83).

  • red value is 100;
  • green value is 75;
  • blue value is 83.
RGB:
(100,75,83)
(39%,29%,33%)

RGB channels and saturation

R 100 of 255 = 39%
G 75 of 255 = 29%
B 83 of 255 = 33%

100
75
83

R + G + B ~ 34%. #644B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 75 + 83 = 258 (100%)
R 100 of 258 ~ 38.76%
G 75 of 258 ~ 29.07%
B 83 of 258 ~ 32.17%

%38.76
%29.07
%32.17

CMYK color model

#644B53 color CMYK value is (0,25,17,61).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 17.00%
  • key color value is 60.78%
CMYK:
(0,25,17,61)
C0M25Y17K61 
(0%,25%,17%,61%)
(0.00/0.25/0.17/0.61)	

CMYK percentages

%0
%25
%17
%60.78

Codes

Color #644B53 in popluar color models

644B53
RGB1007583
HSL341°14.29%34.31%
HSB/HSV341°25.00%39.22%
CMYK0.00%25.00%17.00%
60.78%

Color #644B53 in popluar number systems.

HEX644B53
Decimal1007583
Binary110010010010111010011
Octal144113123

Shades and tints

Shades of #644B53

#644B53
(100,75,83)
#5B454C
(91,69,76)
#523F45
(82,63,69)
#49393E
(73,57,62)
#403337
(64,51,55)
#372D30
(55,45,48)
#2E2729
(46,39,41)
#252122
(37,33,34)
#1C1B1B
(28,27,27)
#131514
(19,21,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #644B53

#644B53
(100,75,83)
#725B62
(114,91,98)
#806B71
(128,107,113)
#8E7B80
(142,123,128)
#9C8B8F
(156,139,143)
#AA9B9E
(170,155,158)
#B8ABAD
(184,171,173)
#C6BBBC
(198,187,188)
#D4CBCB
(212,203,203)
#E2DBDA
(226,219,218)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644B53 color. Also use rgb(100,75,83) instead hex code.

Text Font Color

.myTextColor { color: #644B53; }

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

This text font color is #644B53.


Background Color

.myBgColor { background-color: #644B53; }

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

This div background color is #644B53.


Border color

.myBorderColor { border: 1px solid #644B53; }

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

This div border color is #644B53.


Opacity

.myOpacity80 { color: #644B53; opacity: 0.8; }

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

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

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

This text has shadow with #644B53 color.

.textShadow {text-shadow: 3px 3px 1px #644B53, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644B53 on black background.


Color preview on white background

This text has color #644B53 on white background.



Black color preview on #644B53 background

This text has black color on #644B53 background.


White color preview on #644B53 background

This text has white color on #644B53 background.