COLOR #671316

HEX: #671316
RGB: (103,19,22)

Color info

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

RGB color model

#671316 color RGB value is (103,19,22).

  • red value is 103;
  • green value is 19;
  • blue value is 22.
RGB:
(103,19,22)
(40%,7%,9%)

RGB channels and saturation

R 103 of 255 = 40%
G 19 of 255 = 7%
B 22 of 255 = 9%

103
19
22

R + G + B ~ 19%. #671316 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 19 + 22 = 144 (100%)
R 103 of 144 ~ 71.53%
G 19 of 144 ~ 13.19%
B 22 of 144 ~ 15.28%

%71.53
%13.19
%15.28

CMYK color model

#671316 color CMYK value is (0,82,79,60).

  • cyan value is 0.00%
  • magenta value is 81.55%
  • yellow value is 78.64%
  • key color value is 59.61%
CMYK:
(0,82,79,60)
C0M82Y79K60 
(0%,82%,79%,60%)
(0.00/0.82/0.79/0.60)	

CMYK percentages

%0
%81.55
%78.64
%59.61

Codes

Color #671316 in popluar color models

671316
RGB1031922
HSL358°68.85%23.92%
HSB/HSV358°81.55%40.39%
CMYK0.00%81.55%78.64%
59.61%

Color #671316 in popluar number systems.

HEX671316
Decimal1031922
Binary11001111001110110
Octal1472326

Shades and tints

Shades of #671316

#671316
(103,19,22)
#5E1214
(94,18,20)
#551112
(85,17,18)
#4C1010
(76,16,16)
#430F0E
(67,15,14)
#3A0E0C
(58,14,12)
#310D0A
(49,13,10)
#280C08
(40,12,8)
#1F0B06
(31,11,6)
#160A04
(22,10,4)
#0D0902
(13,9,2)
#000000
(0,0,0)

Tints of #671316

#671316
(103,19,22)
#74282B
(116,40,43)
#813D40
(129,61,64)
#8E5255
(142,82,85)
#9B676A
(155,103,106)
#A87C7F
(168,124,127)
#B59194
(181,145,148)
#C2A6A9
(194,166,169)
#CFBBBE
(207,187,190)
#DCD0D3
(220,208,211)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #671316; }

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

This text font color is #671316.


Background Color

.myBgColor { background-color: #671316; }

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

This div background color is #671316.


Border color

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

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

This div border color is #671316.


Opacity

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

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

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

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

This text has shadow with #671316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671316 on black background.


Color preview on white background

This text has color #671316 on white background.



Black color preview on #671316 background

This text has black color on #671316 background.


White color preview on #671316 background

This text has white color on #671316 background.