COLOR #673D17

HEX: #673D17
RGB: (103,61,23)

Color info

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

RGB color model

#673D17 color RGB value is (103,61,23).

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

RGB channels and saturation

R 103 of 255 = 40%
G 61 of 255 = 24%
B 23 of 255 = 9%

103
61
23

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

Portions of RGB colors in percentages

R + G + B =
103 + 61 + 23 = 187 (100%)
R 103 of 187 ~ 55.08%
G 61 of 187 ~ 32.62%
B 23 of 187 ~ 12.3%

%55.08
%32.62
%12.3

CMYK color model

#673D17 color CMYK value is (0,41,78,60).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 77.67%
  • key color value is 59.61%
CMYK:
(0,41,78,60)
C0M41Y78K60 
(0%,41%,78%,60%)
(0.00/0.41/0.78/0.60)	

CMYK percentages

%0
%40.78
%77.67
%59.61

Codes

Color #673D17 in popluar color models

673D17
RGB1036123
HSL29°63.49%24.71%
HSB/HSV29°77.67%40.39%
CMYK0.00%40.78%77.67%
59.61%

Color #673D17 in popluar number systems.

HEX673D17
Decimal1036123
Binary110011111110110111
Octal1477527

Shades and tints

Shades of #673D17

#673D17
(103,61,23)
#5E3815
(94,56,21)
#553313
(85,51,19)
#4C2E11
(76,46,17)
#43290F
(67,41,15)
#3A240D
(58,36,13)
#311F0B
(49,31,11)
#281A09
(40,26,9)
#1F1507
(31,21,7)
#161005
(22,16,5)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #673D17

#673D17
(103,61,23)
#744E2C
(116,78,44)
#815F41
(129,95,65)
#8E7056
(142,112,86)
#9B816B
(155,129,107)
#A89280
(168,146,128)
#B5A395
(181,163,149)
#C2B4AA
(194,180,170)
#CFC5BF
(207,197,191)
#DCD6D4
(220,214,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673D17; }

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

This text font color is #673D17.


Background Color

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

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

This div background color is #673D17.


Border color

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

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

This div border color is #673D17.


Opacity

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

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

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

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

This text has shadow with #673D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673D17 on black background.


Color preview on white background

This text has color #673D17 on white background.



Black color preview on #673D17 background

This text has black color on #673D17 background.


White color preview on #673D17 background

This text has white color on #673D17 background.