COLOR #670C17

HEX: #670C17
RGB: (103,12,23)

Color info

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

RGB color model

#670C17 color RGB value is (103,12,23).

  • red value is 103;
  • green value is 12;
  • blue value is 23.
RGB:
(103,12,23)
(40%,5%,9%)

RGB channels and saturation

R 103 of 255 = 40%
G 12 of 255 = 5%
B 23 of 255 = 9%

103
12
23

R + G + B ~ 18%. #670C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 12 + 23 = 138 (100%)
R 103 of 138 ~ 74.64%
G 12 of 138 ~ 8.7%
B 23 of 138 ~ 16.67%

%74.64
%16.67

CMYK color model

#670C17 color CMYK value is (0,88,78,60).

  • cyan value is 0.00%
  • magenta value is 88.35%
  • yellow value is 77.67%
  • key color value is 59.61%
CMYK:
(0,88,78,60)
C0M88Y78K60 
(0%,88%,78%,60%)
(0.00/0.88/0.78/0.60)	

CMYK percentages

%0
%88.35
%77.67
%59.61

Codes

Color #670C17 in popluar color models

670C17
RGB1031223
HSL353°79.13%22.55%
HSB/HSV353°88.35%40.39%
CMYK0.00%88.35%77.67%
59.61%

Color #670C17 in popluar number systems.

HEX670C17
Decimal1031223
Binary1100111110010111
Octal1471427

Shades and tints

Shades of #670C17

#670C17
(103,12,23)
#5E0B15
(94,11,21)
#550A13
(85,10,19)
#4C0911
(76,9,17)
#43080F
(67,8,15)
#3A070D
(58,7,13)
#31060B
(49,6,11)
#280509
(40,5,9)
#1F0407
(31,4,7)
#160305
(22,3,5)
#0D0203
(13,2,3)
#000000
(0,0,0)

Tints of #670C17

#670C17
(103,12,23)
#74222C
(116,34,44)
#813841
(129,56,65)
#8E4E56
(142,78,86)
#9B646B
(155,100,107)
#A87A80
(168,122,128)
#B59095
(181,144,149)
#C2A6AA
(194,166,170)
#CFBCBF
(207,188,191)
#DCD2D4
(220,210,212)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #670C17 color. Also use rgb(103,12,23) instead hex code.

Text Font Color

.myTextColor { color: #670C17; }

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

This text font color is #670C17.


Background Color

.myBgColor { background-color: #670C17; }

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

This div background color is #670C17.


Border color

.myBorderColor { border: 1px solid #670C17; }

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

This div border color is #670C17.


Opacity

.myOpacity80 { color: #670C17; opacity: 0.8; }

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

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

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

This text has shadow with #670C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #670C17 on black background.


Color preview on white background

This text has color #670C17 on white background.



Black color preview on #670C17 background

This text has black color on #670C17 background.


White color preview on #670C17 background

This text has white color on #670C17 background.