COLOR #66000F

HEX: #66000F
RGB: (102,0,15)

Color info

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

RGB color model

#66000F color RGB value is (102,0,15).

  • red value is 102;
  • green value is 0;
  • blue value is 15.
RGB:
(102,0,15)
(40%,0%,6%)

RGB channels and saturation

R 102 of 255 = 40%
G 0 of 255 = 0%
B 15 of 255 = 6%

102
0
15

R + G + B ~ 15%. #66000F is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 0 + 15 = 117 (100%)
R 102 of 117 ~ 87.18%
G 0 of 117 ~ 0%
B 15 of 117 ~ 12.82%

%87.18
%12.82

CMYK color model

#66000F color CMYK value is (0,100,85,60).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.29%
  • key color value is 60.00%
CMYK:
(0,100,85,60)
C0M100Y85K60 
(0%,100%,85%,60%)
(0.00/1.00/0.85/0.60)	

CMYK percentages

%0
%100
%85.29
%60

Codes

Color #66000F in popluar color models

66000F
RGB102015
HSL351°100.00%20.00%
HSB/HSV351°100.00%40.00%
CMYK0.00%100.00%85.29%
60.00%

Color #66000F in popluar number systems.

HEX66000F
Decimal102015
Binary110011001111
Octal146017

Shades and tints

Shades of #66000F

#66000F
(102,0,15)
#5D000E
(93,0,14)
#54000D
(84,0,13)
#4B000C
(75,0,12)
#42000B
(66,0,11)
#39000A
(57,0,10)
#300009
(48,0,9)
#270008
(39,0,8)
#1E0007
(30,0,7)
#150006
(21,0,6)
#0C0005
(12,0,5)
#000000
(0,0,0)

Tints of #66000F

#66000F
(102,0,15)
#731724
(115,23,36)
#802E39
(128,46,57)
#8D454E
(141,69,78)
#9A5C63
(154,92,99)
#A77378
(167,115,120)
#B48A8D
(180,138,141)
#C1A1A2
(193,161,162)
#CEB8B7
(206,184,183)
#DBCFCC
(219,207,204)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66000F color. Also use rgb(102,0,15) instead hex code.

Text Font Color

.myTextColor { color: #66000F; }

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

This text font color is #66000F.


Background Color

.myBgColor { background-color: #66000F; }

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

This div background color is #66000F.


Border color

.myBorderColor { border: 1px solid #66000F; }

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

This div border color is #66000F.


Opacity

.myOpacity80 { color: #66000F; opacity: 0.8; }

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

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

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

This text has shadow with #66000F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66000F on black background.


Color preview on white background

This text has color #66000F on white background.



Black color preview on #66000F background

This text has black color on #66000F background.


White color preview on #66000F background

This text has white color on #66000F background.