COLOR #644646

HEX: #644646
RGB: (100,70,70)

Color info

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

RGB color model

#644646 color RGB value is (100,70,70).

  • red value is 100;
  • green value is 70;
  • blue value is 70.
RGB:
(100,70,70)
(39%,27%,27%)

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 70 of 255 = 27%

100
70
70

R + G + B ~ 31%. #644646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 70 + 70 = 240 (100%)
R 100 of 240 ~ 41.67%
G 70 of 240 ~ 29.17%
B 70 of 240 ~ 29.17%

%41.67
%29.17
%29.17

CMYK color model

#644646 color CMYK value is (0,30,30,61).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(0,30,30,61)
C0M30Y30K61 
(0%,30%,30%,61%)
(0.00/0.30/0.30/0.61)	

CMYK percentages

%0
%30
%30
%60.78

Codes

Color #644646 in popluar color models

644646
RGB1007070
HSL17.65%33.33%
HSB/HSV30.00%39.22%
CMYK0.00%30.00%30.00%
60.78%

Color #644646 in popluar number systems.

HEX644646
Decimal1007070
Binary110010010001101000110
Octal144106106

Shades and tints

Shades of #644646

#644646
(100,70,70)
#5B4040
(91,64,64)
#523A3A
(82,58,58)
#493434
(73,52,52)
#402E2E
(64,46,46)
#372828
(55,40,40)
#2E2222
(46,34,34)
#251C1C
(37,28,28)
#1C1616
(28,22,22)
#131010
(19,16,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #644646

#644646
(100,70,70)
#725656
(114,86,86)
#806666
(128,102,102)
#8E7676
(142,118,118)
#9C8686
(156,134,134)
#AA9696
(170,150,150)
#B8A6A6
(184,166,166)
#C6B6B6
(198,182,182)
#D4C6C6
(212,198,198)
#E2D6D6
(226,214,214)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644646; }

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

This text font color is #644646.


Background Color

.myBgColor { background-color: #644646; }

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

This div background color is #644646.


Border color

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

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

This div border color is #644646.


Opacity

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

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

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

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

This text has shadow with #644646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644646 on black background.


Color preview on white background

This text has color #644646 on white background.



Black color preview on #644646 background

This text has black color on #644646 background.


White color preview on #644646 background

This text has white color on #644646 background.