COLOR #671C31

HEX: #671C31
RGB: (103,28,49)

Color info

#671C31 contains mainly red and blue colors. Web safe color of #671C31 is #663333 (or #633).

RGB color model

#671C31 color RGB value is (103,28,49).

  • red value is 103;
  • green value is 28;
  • blue value is 49.
RGB:
(103,28,49)
(40%,11%,19%)

RGB channels and saturation

R 103 of 255 = 40%
G 28 of 255 = 11%
B 49 of 255 = 19%

103
28
49

R + G + B ~ 23%. #671C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 28 + 49 = 180 (100%)
R 103 of 180 ~ 57.22%
G 28 of 180 ~ 15.56%
B 49 of 180 ~ 27.22%

%57.22
%15.56
%27.22

CMYK color model

#671C31 color CMYK value is (0,73,52,60).

  • cyan value is 0.00%
  • magenta value is 72.82%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(0,73,52,60)
C0M73Y52K60 
(0%,73%,52%,60%)
(0.00/0.73/0.52/0.60)	

CMYK percentages

%0
%72.82
%52.43
%59.61

Codes

Color #671C31 in popluar color models

671C31
RGB1032849
HSL343°57.25%25.69%
HSB/HSV343°72.82%40.39%
CMYK0.00%72.82%52.43%
59.61%

Color #671C31 in popluar number systems.

HEX671C31
Decimal1032849
Binary110011111100110001
Octal1473461

Shades and tints

Shades of #671C31

#671C31
(103,28,49)
#5E1A2D
(94,26,45)
#551829
(85,24,41)
#4C1625
(76,22,37)
#431421
(67,20,33)
#3A121D
(58,18,29)
#311019
(49,16,25)
#280E15
(40,14,21)
#1F0C11
(31,12,17)
#160A0D
(22,10,13)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #671C31

#671C31
(103,28,49)
#743043
(116,48,67)
#814455
(129,68,85)
#8E5867
(142,88,103)
#9B6C79
(155,108,121)
#A8808B
(168,128,139)
#B5949D
(181,148,157)
#C2A8AF
(194,168,175)
#CFBCC1
(207,188,193)
#DCD0D3
(220,208,211)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671C31 color. Also use rgb(103,28,49) instead hex code.

Text Font Color

.myTextColor { color: #671C31; }

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

This text font color is #671C31.


Background Color

.myBgColor { background-color: #671C31; }

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

This div background color is #671C31.


Border color

.myBorderColor { border: 1px solid #671C31; }

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

This div border color is #671C31.


Opacity

.myOpacity80 { color: #671C31; opacity: 0.8; }

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

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

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

This text has shadow with #671C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671C31 on black background.


Color preview on white background

This text has color #671C31 on white background.



Black color preview on #671C31 background

This text has black color on #671C31 background.


White color preview on #671C31 background

This text has white color on #671C31 background.