COLOR #673A47

HEX: #673A47
RGB: (103,58,71)

Color info

#673A47 contains red, green and blue colors in about the same proportion. Web safe color of #673A47 is #663333 (or #633).

RGB color model

#673A47 color RGB value is (103,58,71).

  • red value is 103;
  • green value is 58;
  • blue value is 71.
RGB:
(103,58,71)
(40%,23%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 71 of 255 = 28%

103
58
71

R + G + B ~ 30%. #673A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 58 + 71 = 232 (100%)
R 103 of 232 ~ 44.4%
G 58 of 232 ~ 25%
B 71 of 232 ~ 30.6%

%44.4
%25
%30.6

CMYK color model

#673A47 color CMYK value is (0,44,31,60).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 31.07%
  • key color value is 59.61%
CMYK:
(0,44,31,60)
C0M44Y31K60 
(0%,44%,31%,60%)
(0.00/0.44/0.31/0.60)	

CMYK percentages

%0
%43.69
%31.07
%59.61

Codes

Color #673A47 in popluar color models

673A47
RGB1035871
HSL343°27.95%31.57%
HSB/HSV343°43.69%40.39%
CMYK0.00%43.69%31.07%
59.61%

Color #673A47 in popluar number systems.

HEX673A47
Decimal1035871
Binary11001111110101000111
Octal14772107

Shades and tints

Shades of #673A47

#673A47
(103,58,71)
#5E3541
(94,53,65)
#55303B
(85,48,59)
#4C2B35
(76,43,53)
#43262F
(67,38,47)
#3A2129
(58,33,41)
#311C23
(49,28,35)
#28171D
(40,23,29)
#1F1217
(31,18,23)
#160D11
(22,13,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #673A47

#673A47
(103,58,71)
#744B57
(116,75,87)
#815C67
(129,92,103)
#8E6D77
(142,109,119)
#9B7E87
(155,126,135)
#A88F97
(168,143,151)
#B5A0A7
(181,160,167)
#C2B1B7
(194,177,183)
#CFC2C7
(207,194,199)
#DCD3D7
(220,211,215)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673A47 color. Also use rgb(103,58,71) instead hex code.

Text Font Color

.myTextColor { color: #673A47; }

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

This text font color is #673A47.


Background Color

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

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

This div background color is #673A47.


Border color

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

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

This div border color is #673A47.


Opacity

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

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

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

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

This text has shadow with #673A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673A47 on black background.


Color preview on white background

This text has color #673A47 on white background.



Black color preview on #673A47 background

This text has black color on #673A47 background.


White color preview on #673A47 background

This text has white color on #673A47 background.