COLOR #64363C

HEX: #64363C
RGB: (100,54,60)

Color info

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

RGB color model

#64363C color RGB value is (100,54,60).

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

RGB channels and saturation

R 100 of 255 = 39%
G 54 of 255 = 21%
B 60 of 255 = 24%

100
54
60

R + G + B ~ 28%. #64363C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 54 + 60 = 214 (100%)
R 100 of 214 ~ 46.73%
G 54 of 214 ~ 25.23%
B 60 of 214 ~ 28.04%

%46.73
%25.23
%28.04

CMYK color model

#64363C color CMYK value is (0,46,40,61).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 40.00%
  • key color value is 60.78%
CMYK:
(0,46,40,61)
C0M46Y40K61 
(0%,46%,40%,61%)
(0.00/0.46/0.40/0.61)	

CMYK percentages

%0
%46
%40
%60.78

Codes

Color #64363C in popluar color models

64363C
RGB1005460
HSL352°29.87%30.20%
HSB/HSV352°46.00%39.22%
CMYK0.00%46.00%40.00%
60.78%

Color #64363C in popluar number systems.

HEX64363C
Decimal1005460
Binary1100100110110111100
Octal1446674

Shades and tints

Shades of #64363C

#64363C
(100,54,60)
#5B3237
(91,50,55)
#522E32
(82,46,50)
#492A2D
(73,42,45)
#402628
(64,38,40)
#372223
(55,34,35)
#2E1E1E
(46,30,30)
#251A19
(37,26,25)
#1C1614
(28,22,20)
#13120F
(19,18,15)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #64363C

#64363C
(100,54,60)
#72484D
(114,72,77)
#805A5E
(128,90,94)
#8E6C6F
(142,108,111)
#9C7E80
(156,126,128)
#AA9091
(170,144,145)
#B8A2A2
(184,162,162)
#C6B4B3
(198,180,179)
#D4C6C4
(212,198,196)
#E2D8D5
(226,216,213)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64363C color. Also use rgb(100,54,60) instead hex code.

Text Font Color

.myTextColor { color: #64363C; }

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

This text font color is #64363C.


Background Color

.myBgColor { background-color: #64363C; }

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

This div background color is #64363C.


Border color

.myBorderColor { border: 1px solid #64363C; }

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

This div border color is #64363C.


Opacity

.myOpacity80 { color: #64363C; opacity: 0.8; }

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

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

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

This text has shadow with #64363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64363C on black background.


Color preview on white background

This text has color #64363C on white background.



Black color preview on #64363C background

This text has black color on #64363C background.


White color preview on #64363C background

This text has white color on #64363C background.