COLOR #671F20

HEX: #671F20
RGB: (103,31,32)

Color info

#671F20 contains mainly red color. Web safe color of #671F20 is #663333 (or #633).

RGB color model

#671F20 color RGB value is (103,31,32).

  • red value is 103;
  • green value is 31;
  • blue value is 32.
RGB:
(103,31,32)
(40%,12%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 31 of 255 = 12%
B 32 of 255 = 13%

103
31
32

R + G + B ~ 22%. #671F20 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 31 + 32 = 166 (100%)
R 103 of 166 ~ 62.05%
G 31 of 166 ~ 18.67%
B 32 of 166 ~ 19.28%

%62.05
%18.67
%19.28

CMYK color model

#671F20 color CMYK value is (0,70,69,60).

  • cyan value is 0.00%
  • magenta value is 69.90%
  • yellow value is 68.93%
  • key color value is 59.61%
CMYK:
(0,70,69,60)
C0M70Y69K60 
(0%,70%,69%,60%)
(0.00/0.70/0.69/0.60)	

CMYK percentages

%0
%69.9
%68.93
%59.61

Codes

Color #671F20 in popluar color models

671F20
RGB1033132
HSL359°53.73%26.27%
HSB/HSV359°69.90%40.39%
CMYK0.00%69.90%68.93%
59.61%

Color #671F20 in popluar number systems.

HEX671F20
Decimal1033132
Binary110011111111100000
Octal1473740

Shades and tints

Shades of #671F20

#671F20
(103,31,32)
#5E1D1E
(94,29,30)
#551B1C
(85,27,28)
#4C191A
(76,25,26)
#431718
(67,23,24)
#3A1516
(58,21,22)
#311314
(49,19,20)
#281112
(40,17,18)
#1F0F10
(31,15,16)
#160D0E
(22,13,14)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #671F20

#671F20
(103,31,32)
#743334
(116,51,52)
#814748
(129,71,72)
#8E5B5C
(142,91,92)
#9B6F70
(155,111,112)
#A88384
(168,131,132)
#B59798
(181,151,152)
#C2ABAC
(194,171,172)
#CFBFC0
(207,191,192)
#DCD3D4
(220,211,212)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671F20 color. Also use rgb(103,31,32) instead hex code.

Text Font Color

.myTextColor { color: #671F20; }

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

This text font color is #671F20.


Background Color

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

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

This div background color is #671F20.


Border color

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

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

This div border color is #671F20.


Opacity

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

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

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

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

This text has shadow with #671F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671F20 on black background.


Color preview on white background

This text has color #671F20 on white background.



Black color preview on #671F20 background

This text has black color on #671F20 background.


White color preview on #671F20 background

This text has white color on #671F20 background.