COLOR #673A14

HEX: #673A14
RGB: (103,58,20)

Color info

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

RGB color model

#673A14 color RGB value is (103,58,20).

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

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 20 of 255 = 8%

103
58
20

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

Portions of RGB colors in percentages

R + G + B =
103 + 58 + 20 = 181 (100%)
R 103 of 181 ~ 56.91%
G 58 of 181 ~ 32.04%
B 20 of 181 ~ 11.05%

%56.91
%32.04
%11.05

CMYK color model

#673A14 color CMYK value is (0,44,81,60).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 80.58%
  • key color value is 59.61%
CMYK:
(0,44,81,60)
C0M44Y81K60 
(0%,44%,81%,60%)
(0.00/0.44/0.81/0.60)	

CMYK percentages

%0
%43.69
%80.58
%59.61

Codes

Color #673A14 in popluar color models

673A14
RGB1035820
HSL27°67.48%24.12%
HSB/HSV27°80.58%40.39%
CMYK0.00%43.69%80.58%
59.61%

Color #673A14 in popluar number systems.

HEX673A14
Decimal1035820
Binary110011111101010100
Octal1477224

Shades and tints

Shades of #673A14

#673A14
(103,58,20)
#5E3513
(94,53,19)
#553012
(85,48,18)
#4C2B11
(76,43,17)
#432610
(67,38,16)
#3A210F
(58,33,15)
#311C0E
(49,28,14)
#28170D
(40,23,13)
#1F120C
(31,18,12)
#160D0B
(22,13,11)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #673A14

#673A14
(103,58,20)
#744B29
(116,75,41)
#815C3E
(129,92,62)
#8E6D53
(142,109,83)
#9B7E68
(155,126,104)
#A88F7D
(168,143,125)
#B5A092
(181,160,146)
#C2B1A7
(194,177,167)
#CFC2BC
(207,194,188)
#DCD3D1
(220,211,209)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673A14; }

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

This text font color is #673A14.


Background Color

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

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

This div background color is #673A14.


Border color

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

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

This div border color is #673A14.


Opacity

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

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

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

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

This text has shadow with #673A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673A14 on black background.


Color preview on white background

This text has color #673A14 on white background.



Black color preview on #673A14 background

This text has black color on #673A14 background.


White color preview on #673A14 background

This text has white color on #673A14 background.