COLOR #673221

HEX: #673221
RGB: (103,50,33)

Color info

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

RGB color model

#673221 color RGB value is (103,50,33).

  • red value is 103;
  • green value is 50;
  • blue value is 33.
RGB:
(103,50,33)
(40%,20%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 50 of 255 = 20%
B 33 of 255 = 13%

103
50
33

R + G + B ~ 24%. #673221 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 50 + 33 = 186 (100%)
R 103 of 186 ~ 55.38%
G 50 of 186 ~ 26.88%
B 33 of 186 ~ 17.74%

%55.38
%26.88
%17.74

CMYK color model

#673221 color CMYK value is (0,51,68,60).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(0,51,68,60)
C0M51Y68K60 
(0%,51%,68%,60%)
(0.00/0.51/0.68/0.60)	

CMYK percentages

%0
%51.46
%67.96
%59.61

Codes

Color #673221 in popluar color models

673221
RGB1035033
HSL15°51.47%26.67%
HSB/HSV15°67.96%40.39%
CMYK0.00%51.46%67.96%
59.61%

Color #673221 in popluar number systems.

HEX673221
Decimal1035033
Binary1100111110010100001
Octal1476241

Shades and tints

Shades of #673221

#673221
(103,50,33)
#5E2E1E
(94,46,30)
#552A1B
(85,42,27)
#4C2618
(76,38,24)
#432215
(67,34,21)
#3A1E12
(58,30,18)
#311A0F
(49,26,15)
#28160C
(40,22,12)
#1F1209
(31,18,9)
#160E06
(22,14,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #673221

#673221
(103,50,33)
#744435
(116,68,53)
#815649
(129,86,73)
#8E685D
(142,104,93)
#9B7A71
(155,122,113)
#A88C85
(168,140,133)
#B59E99
(181,158,153)
#C2B0AD
(194,176,173)
#CFC2C1
(207,194,193)
#DCD4D5
(220,212,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673221 color. Also use rgb(103,50,33) instead hex code.

Text Font Color

.myTextColor { color: #673221; }

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

This text font color is #673221.


Background Color

.myBgColor { background-color: #673221; }

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

This div background color is #673221.


Border color

.myBorderColor { border: 1px solid #673221; }

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

This div border color is #673221.


Opacity

.myOpacity80 { color: #673221; opacity: 0.8; }

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

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

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

This text has shadow with #673221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673221 on black background.


Color preview on white background

This text has color #673221 on white background.



Black color preview on #673221 background

This text has black color on #673221 background.


White color preview on #673221 background

This text has white color on #673221 background.