COLOR #673D31

HEX: #673D31
RGB: (103,61,49)

Color info

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

RGB color model

#673D31 color RGB value is (103,61,49).

  • red value is 103;
  • green value is 61;
  • blue value is 49.
RGB:
(103,61,49)
(40%,24%,19%)

RGB channels and saturation

R 103 of 255 = 40%
G 61 of 255 = 24%
B 49 of 255 = 19%

103
61
49

R + G + B ~ 28%. #673D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 61 + 49 = 213 (100%)
R 103 of 213 ~ 48.36%
G 61 of 213 ~ 28.64%
B 49 of 213 ~ 23%

%48.36
%28.64
%23

CMYK color model

#673D31 color CMYK value is (0,41,52,60).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(0,41,52,60)
C0M41Y52K60 
(0%,41%,52%,60%)
(0.00/0.41/0.52/0.60)	

CMYK percentages

%0
%40.78
%52.43
%59.61

Codes

Color #673D31 in popluar color models

673D31
RGB1036149
HSL13°35.53%29.80%
HSB/HSV13°52.43%40.39%
CMYK0.00%40.78%52.43%
59.61%

Color #673D31 in popluar number systems.

HEX673D31
Decimal1036149
Binary1100111111101110001
Octal1477561

Shades and tints

Shades of #673D31

#673D31
(103,61,49)
#5E382D
(94,56,45)
#553329
(85,51,41)
#4C2E25
(76,46,37)
#432921
(67,41,33)
#3A241D
(58,36,29)
#311F19
(49,31,25)
#281A15
(40,26,21)
#1F1511
(31,21,17)
#16100D
(22,16,13)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #673D31

#673D31
(103,61,49)
#744E43
(116,78,67)
#815F55
(129,95,85)
#8E7067
(142,112,103)
#9B8179
(155,129,121)
#A8928B
(168,146,139)
#B5A39D
(181,163,157)
#C2B4AF
(194,180,175)
#CFC5C1
(207,197,193)
#DCD6D3
(220,214,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673D31 color. Also use rgb(103,61,49) instead hex code.

Text Font Color

.myTextColor { color: #673D31; }

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

This text font color is #673D31.


Background Color

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

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

This div background color is #673D31.


Border color

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

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

This div border color is #673D31.


Opacity

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

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

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

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

This text has shadow with #673D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673D31 on black background.


Color preview on white background

This text has color #673D31 on white background.



Black color preview on #673D31 background

This text has black color on #673D31 background.


White color preview on #673D31 background

This text has white color on #673D31 background.