COLOR #673B13

HEX: #673B13
RGB: (103,59,19)

Color info

#673B13 contains mainly red and green colors. Web safe color of #673B13 is #663300 (or #630).

RGB color model

#673B13 color RGB value is (103,59,19).

  • red value is 103;
  • green value is 59;
  • blue value is 19.
RGB:
(103,59,19)
(40%,23%,7%)

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 19 of 255 = 7%

103
59
19

R + G + B ~ 23%. #673B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 59 + 19 = 181 (100%)
R 103 of 181 ~ 56.91%
G 59 of 181 ~ 32.6%
B 19 of 181 ~ 10.5%

%56.91
%32.6
%10.5

CMYK color model

#673B13 color CMYK value is (0,43,82,60).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 81.55%
  • key color value is 59.61%
CMYK:
(0,43,82,60)
C0M43Y82K60 
(0%,43%,82%,60%)
(0.00/0.43/0.82/0.60)	

CMYK percentages

%0
%42.72
%81.55
%59.61

Codes

Color #673B13 in popluar color models

673B13
RGB1035919
HSL29°68.85%23.92%
HSB/HSV29°81.55%40.39%
CMYK0.00%42.72%81.55%
59.61%

Color #673B13 in popluar number systems.

HEX673B13
Decimal1035919
Binary110011111101110011
Octal1477323

Shades and tints

Shades of #673B13

#673B13
(103,59,19)
#5E3612
(94,54,18)
#553111
(85,49,17)
#4C2C10
(76,44,16)
#43270F
(67,39,15)
#3A220E
(58,34,14)
#311D0D
(49,29,13)
#28180C
(40,24,12)
#1F130B
(31,19,11)
#160E0A
(22,14,10)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #673B13

#673B13
(103,59,19)
#744C28
(116,76,40)
#815D3D
(129,93,61)
#8E6E52
(142,110,82)
#9B7F67
(155,127,103)
#A8907C
(168,144,124)
#B5A191
(181,161,145)
#C2B2A6
(194,178,166)
#CFC3BB
(207,195,187)
#DCD4D0
(220,212,208)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673B13; }

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

This text font color is #673B13.


Background Color

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

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

This div background color is #673B13.


Border color

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

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

This div border color is #673B13.


Opacity

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

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

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

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

This text has shadow with #673B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673B13 on black background.


Color preview on white background

This text has color #673B13 on white background.



Black color preview on #673B13 background

This text has black color on #673B13 background.


White color preview on #673B13 background

This text has white color on #673B13 background.