COLOR #673B1F

HEX: #673B1F RGB: (103,59,31)

Color info

#673B1F contains mainly red and green colors. Web safe color of #673B1F is #663333 (or #633).

RGB color model

#673B1F color RGB value is (103,59,31).

RGB: (103,59,31) (40%, 23%, 12%)

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 31 of 255 = 12%

103
59
31

R + G + B ~ 25%. #673B1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 59 + 31 = 193 (100%)
R 103 of 193 ~ 53.37%
G 59 of 193 ~ 30.57%
B 31 of 193 ~ 16.06'%

%53.37
%30.57
%16.06

CMYK color model

#673B1F color CMYK value is (0,43,70,60).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 69.90%
  • key color value is 59.61%

CMYK: (0,43,70,60)
C0M43Y70K60 (0%, 43%, 70%, 60%)
(0.00 / 0.43 / 0.70 / 0.60)

CMYK percentages

%0
%42.72
%69.9
%59.61

Codes

Color #673B1F in popluar color models

67 3B 1F
RGB 103 59 31
HSL 23° 53.73% 26.27%
HSB/HSV 23° 69.90% 40.39%
CMYK 0.00% 42.72% 69.90%
59.61%

Color #673B1F in popluar number systems.

HEX 67 3B 1F
Decimal 103 59 31
Binary 1100111 111011 11111
Octal 147 73 37

Shades and tints

Shades of #673B1F

#673B1F
(103,59,31)
#5E361D
(94,54,29)
#55311B
(85,49,27)
#4C2C19
(76,44,25)
#432717
(67,39,23)
#3A2215
(58,34,21)
#311D13
(49,29,19)
#281811
(40,24,17)
#1F130F
(31,19,15)
#160E0D
(22,14,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #673B1F

#673B1F
(103,59,31)
#744C33
(116,76,51)
#815D47
(129,93,71)
#8E6E5B
(142,110,91)
#9B7F6F
(155,127,111)
#A89083
(168,144,131)
#B5A197
(181,161,151)
#C2B2AB
(194,178,171)
#CFC3BF
(207,195,191)
#DCD4D3
(220,212,211)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673B1F color. Also use rgb(103,59,31) instead hex code.

Text Font Color

.myTextColor { color: #673B1F; }

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

This text font color is #673B1F.

Background Color

.myBgColor { background-color: #673B1F; }

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

This div background color is #673B1F.

Border color

.myBorderColor { border: 1px solid #673B1F; }

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

This div border color is #673B1F.

Opacity

.myOpacity80 { color: #673B1F; opacity: 0.8; }

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

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

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

This text has shadow with #673B1F color.


.textShadow {text-shadow: 3px 3px 1px #673B1F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #673B1F; -webkit-box-shadow: 1px 1px 3px 2px #673B1F; box-shadow:1px 1px 3px 2px #673B1F;">
Div content here
</div>

This div box has shadow with color #673B1F.

Preview

Color preview on black background

This text has color #673B1F on black background.


Color preview on white background

This text has color #673B1F on white background.


Black color preview on #673B1F background

This text has black color on #673B1F background.


White color preview on #673B1F background

This text has white color on #673B1F background.


Related colors

Complementary color

Complementary color for #hex is #98C4E0.


I love getcolorcode.com

Triadic colors

1 #1F673B and #3B1F67 with #673B1F are triadic colors.

2 #1F3B67 and #3B671F with #673B1F are triadic colors.