COLOR #660500

HEX: #660500
RGB: (102,5,0)

Color info

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

RGB color model

#660500 color RGB value is (102,5,0).

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

RGB channels and saturation

R 102 of 255 = 40%
G 5 of 255 = 2%
B 0 of 255 = 0%

102
5
0

R + G + B ~ 14%. #660500 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 5 + 0 = 107 (100%)
R 102 of 107 ~ 95.33%
G 5 of 107 ~ 4.67%
B 0 of 107 ~ 0%

%95.33

CMYK color model

#660500 color CMYK value is (0,95,100,60).

  • cyan value is 0.00%
  • magenta value is 95.10%
  • yellow value is 100.00%
  • key color value is 60.00%
CMYK:
(0,95,100,60)
C0M95Y100K60 
(0%,95%,100%,60%)
(0.00/0.95/1.00/0.60)	

CMYK percentages

%0
%95.1
%100
%60

Codes

Color #660500 in popluar color models

660500
RGB10250
HSL100.00%20.00%
HSB/HSV100.00%40.00%
CMYK0.00%95.10%100.00%
60.00%

Color #660500 in popluar number systems.

HEX660500
Decimal10250
Binary11001101010
Octal14650

Shades and tints

Shades of #660500

#660500
(102,5,0)
#5D0500
(93,5,0)
#540500
(84,5,0)
#4B0500
(75,5,0)
#420500
(66,5,0)
#390500
(57,5,0)
#300500
(48,5,0)
#270500
(39,5,0)
#1E0500
(30,5,0)
#150500
(21,5,0)
#0C0500
(12,5,0)
#000000
(0,0,0)

Tints of #660500

#660500
(102,5,0)
#731B17
(115,27,23)
#80312E
(128,49,46)
#8D4745
(141,71,69)
#9A5D5C
(154,93,92)
#A77373
(167,115,115)
#B4898A
(180,137,138)
#C19FA1
(193,159,161)
#CEB5B8
(206,181,184)
#DBCBCF
(219,203,207)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #660500; }

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

This text font color is #660500.


Background Color

.myBgColor { background-color: #660500; }

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

This div background color is #660500.


Border color

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

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

This div border color is #660500.


Opacity

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

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

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

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

This text has shadow with #660500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #660500 on black background.


Color preview on white background

This text has color #660500 on white background.



Black color preview on #660500 background

This text has black color on #660500 background.


White color preview on #660500 background

This text has white color on #660500 background.