COLOR #673220

HEX: #673220
RGB: (103,50,32)

Color info

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

RGB color model

#673220 color RGB value is (103,50,32).

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

RGB channels and saturation

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

103
50
32

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

Portions of RGB colors in percentages

R + G + B =
103 + 50 + 32 = 185 (100%)
R 103 of 185 ~ 55.68%
G 50 of 185 ~ 27.03%
B 32 of 185 ~ 17.3%

%55.68
%27.03
%17.3

CMYK color model

#673220 color CMYK value is (0,51,69,60).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 68.93%
  • key color value is 59.61%
CMYK:
(0,51,69,60)
C0M51Y69K60 
(0%,51%,69%,60%)
(0.00/0.51/0.69/0.60)	

CMYK percentages

%0
%51.46
%68.93
%59.61

Codes

Color #673220 in popluar color models

673220
RGB1035032
HSL15°52.59%26.47%
HSB/HSV15°68.93%40.39%
CMYK0.00%51.46%68.93%
59.61%

Color #673220 in popluar number systems.

HEX673220
Decimal1035032
Binary1100111110010100000
Octal1476240

Shades and tints

Shades of #673220

#673220
(103,50,32)
#5E2E1E
(94,46,30)
#552A1C
(85,42,28)
#4C261A
(76,38,26)
#432218
(67,34,24)
#3A1E16
(58,30,22)
#311A14
(49,26,20)
#281612
(40,22,18)
#1F1210
(31,18,16)
#160E0E
(22,14,14)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #673220

#673220
(103,50,32)
#744434
(116,68,52)
#815648
(129,86,72)
#8E685C
(142,104,92)
#9B7A70
(155,122,112)
#A88C84
(168,140,132)
#B59E98
(181,158,152)
#C2B0AC
(194,176,172)
#CFC2C0
(207,194,192)
#DCD4D4
(220,212,212)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673220; }

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

This text font color is #673220.


Background Color

.myBgColor { background-color: #673220; }

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

This div background color is #673220.


Border color

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

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

This div border color is #673220.


Opacity

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

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

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

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

This text has shadow with #673220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673220 on black background.


Color preview on white background

This text has color #673220 on white background.



Black color preview on #673220 background

This text has black color on #673220 background.


White color preview on #673220 background

This text has white color on #673220 background.