COLOR #651515

HEX: #651515
RGB: (101,21,21)

Color info

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

RGB color model

#651515 color RGB value is (101,21,21).

  • red value is 101;
  • green value is 21;
  • blue value is 21.
RGB:
(101,21,21)
(40%,8%,8%)

RGB channels and saturation

R 101 of 255 = 40%
G 21 of 255 = 8%
B 21 of 255 = 8%

101
21
21

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

Portions of RGB colors in percentages

R + G + B =
101 + 21 + 21 = 143 (100%)
R 101 of 143 ~ 70.63%
G 21 of 143 ~ 14.69%
B 21 of 143 ~ 14.69%

%70.63
%14.69
%14.69

CMYK color model

#651515 color CMYK value is (0,79,79,60).

  • cyan value is 0.00%
  • magenta value is 79.21%
  • yellow value is 79.21%
  • key color value is 60.39%
CMYK:
(0,79,79,60)
C0M79Y79K60 
(0%,79%,79%,60%)
(0.00/0.79/0.79/0.60)	

CMYK percentages

%0
%79.21
%79.21
%60.39

Codes

Color #651515 in popluar color models

651515
RGB1012121
HSL65.57%23.92%
HSB/HSV79.21%39.61%
CMYK0.00%79.21%79.21%
60.39%

Color #651515 in popluar number systems.

HEX651515
Decimal1012121
Binary11001011010110101
Octal1452525

Shades and tints

Shades of #651515

#651515
(101,21,21)
#5C1414
(92,20,20)
#531313
(83,19,19)
#4A1212
(74,18,18)
#411111
(65,17,17)
#381010
(56,16,16)
#2F0F0F
(47,15,15)
#260E0E
(38,14,14)
#1D0D0D
(29,13,13)
#140C0C
(20,12,12)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #651515

#651515
(101,21,21)
#732A2A
(115,42,42)
#813F3F
(129,63,63)
#8F5454
(143,84,84)
#9D6969
(157,105,105)
#AB7E7E
(171,126,126)
#B99393
(185,147,147)
#C7A8A8
(199,168,168)
#D5BDBD
(213,189,189)
#E3D2D2
(227,210,210)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651515 color. Also use rgb(101,21,21) instead hex code.

Text Font Color

.myTextColor { color: #651515; }

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

This text font color is #651515.


Background Color

.myBgColor { background-color: #651515; }

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

This div background color is #651515.


Border color

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

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

This div border color is #651515.


Opacity

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

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

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

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

This text has shadow with #651515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651515 on black background.


Color preview on white background

This text has color #651515 on white background.



Black color preview on #651515 background

This text has black color on #651515 background.


White color preview on #651515 background

This text has white color on #651515 background.