COLOR #660C15

HEX: #660C15
RGB: (102,12,21)

Color info

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

RGB color model

#660C15 color RGB value is (102,12,21).

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

RGB channels and saturation

R 102 of 255 = 40%
G 12 of 255 = 5%
B 21 of 255 = 8%

102
12
21

R + G + B ~ 18%. #660C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 12 + 21 = 135 (100%)
R 102 of 135 ~ 75.56%
G 12 of 135 ~ 8.89%
B 21 of 135 ~ 15.56%

%75.56
%15.56

CMYK color model

#660C15 color CMYK value is (0,88,79,60).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 79.41%
  • key color value is 60.00%
CMYK:
(0,88,79,60)
C0M88Y79K60 
(0%,88%,79%,60%)
(0.00/0.88/0.79/0.60)	

CMYK percentages

%0
%88.24
%79.41
%60

Codes

Color #660C15 in popluar color models

660C15
RGB1021221
HSL354°78.95%22.35%
HSB/HSV354°88.24%40.00%
CMYK0.00%88.24%79.41%
60.00%

Color #660C15 in popluar number systems.

HEX660C15
Decimal1021221
Binary1100110110010101
Octal1461425

Shades and tints

Shades of #660C15

#660C15
(102,12,21)
#5D0B14
(93,11,20)
#540A13
(84,10,19)
#4B0912
(75,9,18)
#420811
(66,8,17)
#390710
(57,7,16)
#30060F
(48,6,15)
#27050E
(39,5,14)
#1E040D
(30,4,13)
#15030C
(21,3,12)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #660C15

#660C15
(102,12,21)
#73222A
(115,34,42)
#80383F
(128,56,63)
#8D4E54
(141,78,84)
#9A6469
(154,100,105)
#A77A7E
(167,122,126)
#B49093
(180,144,147)
#C1A6A8
(193,166,168)
#CEBCBD
(206,188,189)
#DBD2D2
(219,210,210)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #660C15 color. Also use rgb(102,12,21) instead hex code.

Text Font Color

.myTextColor { color: #660C15; }

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

This text font color is #660C15.


Background Color

.myBgColor { background-color: #660C15; }

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

This div background color is #660C15.


Border color

.myBorderColor { border: 1px solid #660C15; }

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

This div border color is #660C15.


Opacity

.myOpacity80 { color: #660C15; opacity: 0.8; }

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

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

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

This text has shadow with #660C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #660C15 on black background.


Color preview on white background

This text has color #660C15 on white background.



Black color preview on #660C15 background

This text has black color on #660C15 background.


White color preview on #660C15 background

This text has white color on #660C15 background.