COLOR #671C38

HEX: #671C38
RGB: (103,28,56)

Color info

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

RGB color model

#671C38 color RGB value is (103,28,56).

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

RGB channels and saturation

R 103 of 255 = 40%
G 28 of 255 = 11%
B 56 of 255 = 22%

103
28
56

R + G + B ~ 24%. #671C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 28 + 56 = 187 (100%)
R 103 of 187 ~ 55.08%
G 28 of 187 ~ 14.97%
B 56 of 187 ~ 29.95%

%55.08
%14.97
%29.95

CMYK color model

#671C38 color CMYK value is (0,73,46,60).

  • cyan value is 0.00%
  • magenta value is 72.82%
  • yellow value is 45.63%
  • key color value is 59.61%
CMYK:
(0,73,46,60)
C0M73Y46K60 
(0%,73%,46%,60%)
(0.00/0.73/0.46/0.60)	

CMYK percentages

%0
%72.82
%45.63
%59.61

Codes

Color #671C38 in popluar color models

671C38
RGB1032856
HSL338°57.25%25.69%
HSB/HSV338°72.82%40.39%
CMYK0.00%72.82%45.63%
59.61%

Color #671C38 in popluar number systems.

HEX671C38
Decimal1032856
Binary110011111100111000
Octal1473470

Shades and tints

Shades of #671C38

#671C38
(103,28,56)
#5E1A33
(94,26,51)
#55182E
(85,24,46)
#4C1629
(76,22,41)
#431424
(67,20,36)
#3A121F
(58,18,31)
#31101A
(49,16,26)
#280E15
(40,14,21)
#1F0C10
(31,12,16)
#160A0B
(22,10,11)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #671C38

#671C38
(103,28,56)
#74304A
(116,48,74)
#81445C
(129,68,92)
#8E586E
(142,88,110)
#9B6C80
(155,108,128)
#A88092
(168,128,146)
#B594A4
(181,148,164)
#C2A8B6
(194,168,182)
#CFBCC8
(207,188,200)
#DCD0DA
(220,208,218)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #671C38; }

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

This text font color is #671C38.


Background Color

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

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

This div background color is #671C38.


Border color

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

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

This div border color is #671C38.


Opacity

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

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

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

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

This text has shadow with #671C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671C38 on black background.


Color preview on white background

This text has color #671C38 on white background.



Black color preview on #671C38 background

This text has black color on #671C38 background.


White color preview on #671C38 background

This text has white color on #671C38 background.