COLOR #642513

HEX: #642513
RGB: (100,37,19)

Color info

#642513 contains mainly red color. Web safe color of #642513 is #663300 (or #630).

RGB color model

#642513 color RGB value is (100,37,19).

  • red value is 100;
  • green value is 37;
  • blue value is 19.
RGB:
(100,37,19)
(39%,15%,7%)

RGB channels and saturation

R 100 of 255 = 39%
G 37 of 255 = 15%
B 19 of 255 = 7%

100
37
19

R + G + B ~ 20%. #642513 is dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 37 + 19 = 156 (100%)
R 100 of 156 ~ 64.1%
G 37 of 156 ~ 23.72%
B 19 of 156 ~ 12.18%

%64.1
%23.72
%12.18

CMYK color model

#642513 color CMYK value is (0,63,81,61).

  • cyan value is 0.00%
  • magenta value is 63.00%
  • yellow value is 81.00%
  • key color value is 60.78%
CMYK:
(0,63,81,61)
C0M63Y81K61 
(0%,63%,81%,61%)
(0.00/0.63/0.81/0.61)	

CMYK percentages

%0
%63
%81
%60.78

Codes

Color #642513 in popluar color models

642513
RGB1003719
HSL13°68.07%23.33%
HSB/HSV13°81.00%39.22%
CMYK0.00%63.00%81.00%
60.78%

Color #642513 in popluar number systems.

HEX642513
Decimal1003719
Binary110010010010110011
Octal1444523

Shades and tints

Shades of #642513

#642513
(100,37,19)
#5B2212
(91,34,18)
#521F11
(82,31,17)
#491C10
(73,28,16)
#40190F
(64,25,15)
#37160E
(55,22,14)
#2E130D
(46,19,13)
#25100C
(37,16,12)
#1C0D0B
(28,13,11)
#130A0A
(19,10,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #642513

#642513
(100,37,19)
#723828
(114,56,40)
#804B3D
(128,75,61)
#8E5E52
(142,94,82)
#9C7167
(156,113,103)
#AA847C
(170,132,124)
#B89791
(184,151,145)
#C6AAA6
(198,170,166)
#D4BDBB
(212,189,187)
#E2D0D0
(226,208,208)
#F0E3E5
(240,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #642513; }

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

This text font color is #642513.


Background Color

.myBgColor { background-color: #642513; }

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

This div background color is #642513.


Border color

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

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

This div border color is #642513.


Opacity

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

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

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

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

This text has shadow with #642513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #642513 on black background.


Color preview on white background

This text has color #642513 on white background.



Black color preview on #642513 background

This text has black color on #642513 background.


White color preview on #642513 background

This text has white color on #642513 background.