COLOR #670000

HEX: #670000
RGB: (103,0,0)

Color info

#670000 contains only red color. Web safe color of #670000 is #660000 (or #600).

RGB color model

#670000 color RGB value is (103,0,0).

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

RGB channels and saturation

R 103 of 255 = 40%
G 0 of 255 = 0%
B 0 of 255 = 0%

103
0
0

R + G + B ~ 13%. #670000 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 0 + 0 = 103 (100%)
R 103 of 103 ~ 100%
G 0 of 103 ~ 0%
B 0 of 103 ~ 0%

%100

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 59.61%
CMYK:
(0,100,100,60)
C0M100Y100K60 
(0%,100%,100%,60%)
(0.00/1.00/1.00/0.60)	

CMYK percentages

%0
%100
%100
%59.61

Codes

Color #670000 in popluar color models

670000
RGB10300
HSL100.00%20.20%
HSB/HSV100.00%40.39%
CMYK0.00%100.00%100.00%
59.61%

Color #670000 in popluar number systems.

HEX670000
Decimal10300
Binary110011100
Octal14700

Shades and tints

Shades of #670000

#670000
(103,0,0)
#5E0000
(94,0,0)
#550000
(85,0,0)
#4C0000
(76,0,0)
#430000
(67,0,0)
#3A0000
(58,0,0)
#310000
(49,0,0)
#280000
(40,0,0)
#1F0000
(31,0,0)
#160000
(22,0,0)
#0D0000
(13,0,0)
#000000
(0,0,0)

Tints of #670000

#670000
(103,0,0)
#741717
(116,23,23)
#812E2E
(129,46,46)
#8E4545
(142,69,69)
#9B5C5C
(155,92,92)
#A87373
(168,115,115)
#B58A8A
(181,138,138)
#C2A1A1
(194,161,161)
#CFB8B8
(207,184,184)
#DCCFCF
(220,207,207)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #670000; }

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

This text font color is #670000.


Background Color

.myBgColor { background-color: #670000; }

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

This div background color is #670000.


Border color

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

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

This div border color is #670000.


Opacity

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

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

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

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

This text has shadow with #670000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #670000 on black background.


Color preview on white background

This text has color #670000 on white background.



Black color preview on #670000 background

This text has black color on #670000 background.


White color preview on #670000 background

This text has white color on #670000 background.