COLOR #671309

HEX: #671309
RGB: (103,19,9)

Color info

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

RGB color model

#671309 color RGB value is (103,19,9).

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

RGB channels and saturation

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

103
19
9

R + G + B ~ 17%. #671309 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 19 + 9 = 131 (100%)
R 103 of 131 ~ 78.63%
G 19 of 131 ~ 14.5%
B 9 of 131 ~ 6.87%

%78.63
%14.5

CMYK color model

#671309 color CMYK value is (0,82,91,60).

  • cyan value is 0.00%
  • magenta value is 81.55%
  • yellow value is 91.26%
  • key color value is 59.61%
CMYK:
(0,82,91,60)
C0M82Y91K60 
(0%,82%,91%,60%)
(0.00/0.82/0.91/0.60)	

CMYK percentages

%0
%81.55
%91.26
%59.61

Codes

Color #671309 in popluar color models

671309
RGB103199
HSL83.93%21.96%
HSB/HSV91.26%40.39%
CMYK0.00%81.55%91.26%
59.61%

Color #671309 in popluar number systems.

HEX671309
Decimal103199
Binary1100111100111001
Octal1472311

Shades and tints

Shades of #671309

#671309
(103,19,9)
#5E1209
(94,18,9)
#551109
(85,17,9)
#4C1009
(76,16,9)
#430F09
(67,15,9)
#3A0E09
(58,14,9)
#310D09
(49,13,9)
#280C09
(40,12,9)
#1F0B09
(31,11,9)
#160A09
(22,10,9)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #671309

#671309
(103,19,9)
#74281F
(116,40,31)
#813D35
(129,61,53)
#8E524B
(142,82,75)
#9B6761
(155,103,97)
#A87C77
(168,124,119)
#B5918D
(181,145,141)
#C2A6A3
(194,166,163)
#CFBBB9
(207,187,185)
#DCD0CF
(220,208,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #671309; }

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

This text font color is #671309.


Background Color

.myBgColor { background-color: #671309; }

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

This div background color is #671309.


Border color

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

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

This div border color is #671309.


Opacity

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

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

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

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

This text has shadow with #671309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671309 on black background.


Color preview on white background

This text has color #671309 on white background.



Black color preview on #671309 background

This text has black color on #671309 background.


White color preview on #671309 background

This text has white color on #671309 background.