COLOR #671F18

HEX: #671F18
RGB: (103,31,24)

Color info

#671F18 contains mainly red color. Web safe color of #671F18 is #663300 (or #630).

RGB color model

#671F18 color RGB value is (103,31,24).

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

RGB channels and saturation

R 103 of 255 = 40%
G 31 of 255 = 12%
B 24 of 255 = 9%

103
31
24

R + G + B ~ 20%. #671F18 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 31 + 24 = 158 (100%)
R 103 of 158 ~ 65.19%
G 31 of 158 ~ 19.62%
B 24 of 158 ~ 15.19%

%65.19
%19.62
%15.19

CMYK color model

#671F18 color CMYK value is (0,70,77,60).

  • cyan value is 0.00%
  • magenta value is 69.90%
  • yellow value is 76.70%
  • key color value is 59.61%
CMYK:
(0,70,77,60)
C0M70Y77K60 
(0%,70%,77%,60%)
(0.00/0.70/0.77/0.60)	

CMYK percentages

%0
%69.9
%76.7
%59.61

Codes

Color #671F18 in popluar color models

671F18
RGB1033124
HSL62.20%24.90%
HSB/HSV76.70%40.39%
CMYK0.00%69.90%76.70%
59.61%

Color #671F18 in popluar number systems.

HEX671F18
Decimal1033124
Binary11001111111111000
Octal1473730

Shades and tints

Shades of #671F18

#671F18
(103,31,24)
#5E1D16
(94,29,22)
#551B14
(85,27,20)
#4C1912
(76,25,18)
#431710
(67,23,16)
#3A150E
(58,21,14)
#31130C
(49,19,12)
#28110A
(40,17,10)
#1F0F08
(31,15,8)
#160D06
(22,13,6)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #671F18

#671F18
(103,31,24)
#74332D
(116,51,45)
#814742
(129,71,66)
#8E5B57
(142,91,87)
#9B6F6C
(155,111,108)
#A88381
(168,131,129)
#B59796
(181,151,150)
#C2ABAB
(194,171,171)
#CFBFC0
(207,191,192)
#DCD3D5
(220,211,213)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #671F18; }

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

This text font color is #671F18.


Background Color

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

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

This div background color is #671F18.


Border color

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

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

This div border color is #671F18.


Opacity

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

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

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

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

This text has shadow with #671F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671F18 on black background.


Color preview on white background

This text has color #671F18 on white background.



Black color preview on #671F18 background

This text has black color on #671F18 background.


White color preview on #671F18 background

This text has white color on #671F18 background.