COLOR #651A13

HEX: #651A13
RGB: (101,26,19)

Color info

#651A13 contains mainly red color. Web safe color of #651A13 is #660000 (or #600).

RGB color model

#651A13 color RGB value is (101,26,19).

  • red value is 101;
  • green value is 26;
  • blue value is 19.
RGB:
(101,26,19)
(40%,10%,7%)

RGB channels and saturation

R 101 of 255 = 40%
G 26 of 255 = 10%
B 19 of 255 = 7%

101
26
19

R + G + B ~ 19%. #651A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 26 + 19 = 146 (100%)
R 101 of 146 ~ 69.18%
G 26 of 146 ~ 17.81%
B 19 of 146 ~ 13.01%

%69.18
%17.81
%13.01

CMYK color model

#651A13 color CMYK value is (0,74,81,60).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 81.19%
  • key color value is 60.39%
CMYK:
(0,74,81,60)
C0M74Y81K60 
(0%,74%,81%,60%)
(0.00/0.74/0.81/0.60)	

CMYK percentages

%0
%74.26
%81.19
%60.39

Codes

Color #651A13 in popluar color models

651A13
RGB1012619
HSL68.33%23.53%
HSB/HSV81.19%39.61%
CMYK0.00%74.26%81.19%
60.39%

Color #651A13 in popluar number systems.

HEX651A13
Decimal1012619
Binary11001011101010011
Octal1453223

Shades and tints

Shades of #651A13

#651A13
(101,26,19)
#5C1812
(92,24,18)
#531611
(83,22,17)
#4A1410
(74,20,16)
#41120F
(65,18,15)
#38100E
(56,16,14)
#2F0E0D
(47,14,13)
#260C0C
(38,12,12)
#1D0A0B
(29,10,11)
#14080A
(20,8,10)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #651A13

#651A13
(101,26,19)
#732E28
(115,46,40)
#81423D
(129,66,61)
#8F5652
(143,86,82)
#9D6A67
(157,106,103)
#AB7E7C
(171,126,124)
#B99291
(185,146,145)
#C7A6A6
(199,166,166)
#D5BABB
(213,186,187)
#E3CED0
(227,206,208)
#F1E2E5
(241,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651A13 color. Also use rgb(101,26,19) instead hex code.

Text Font Color

.myTextColor { color: #651A13; }

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

This text font color is #651A13.


Background Color

.myBgColor { background-color: #651A13; }

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

This div background color is #651A13.


Border color

.myBorderColor { border: 1px solid #651A13; }

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

This div border color is #651A13.


Opacity

.myOpacity80 { color: #651A13; opacity: 0.8; }

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

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

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

This text has shadow with #651A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651A13 on black background.


Color preview on white background

This text has color #651A13 on white background.



Black color preview on #651A13 background

This text has black color on #651A13 background.


White color preview on #651A13 background

This text has white color on #651A13 background.