COLOR #673317

HEX: #673317
RGB: (103,51,23)

Color info

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

RGB color model

#673317 color RGB value is (103,51,23).

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

RGB channels and saturation

R 103 of 255 = 40%
G 51 of 255 = 20%
B 23 of 255 = 9%

103
51
23

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

Portions of RGB colors in percentages

R + G + B =
103 + 51 + 23 = 177 (100%)
R 103 of 177 ~ 58.19%
G 51 of 177 ~ 28.81%
B 23 of 177 ~ 12.99%

%58.19
%28.81
%12.99

CMYK color model

#673317 color CMYK value is (0,50,78,60).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 77.67%
  • key color value is 59.61%
CMYK:
(0,50,78,60)
C0M50Y78K60 
(0%,50%,78%,60%)
(0.00/0.50/0.78/0.60)	

CMYK percentages

%0
%50.49
%77.67
%59.61

Codes

Color #673317 in popluar color models

673317
RGB1035123
HSL21°63.49%24.71%
HSB/HSV21°77.67%40.39%
CMYK0.00%50.49%77.67%
59.61%

Color #673317 in popluar number systems.

HEX673317
Decimal1035123
Binary110011111001110111
Octal1476327

Shades and tints

Shades of #673317

#673317
(103,51,23)
#5E2F15
(94,47,21)
#552B13
(85,43,19)
#4C2711
(76,39,17)
#43230F
(67,35,15)
#3A1F0D
(58,31,13)
#311B0B
(49,27,11)
#281709
(40,23,9)
#1F1307
(31,19,7)
#160F05
(22,15,5)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #673317

#673317
(103,51,23)
#74452C
(116,69,44)
#815741
(129,87,65)
#8E6956
(142,105,86)
#9B7B6B
(155,123,107)
#A88D80
(168,141,128)
#B59F95
(181,159,149)
#C2B1AA
(194,177,170)
#CFC3BF
(207,195,191)
#DCD5D4
(220,213,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673317; }

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

This text font color is #673317.


Background Color

.myBgColor { background-color: #673317; }

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

This div background color is #673317.


Border color

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

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

This div border color is #673317.


Opacity

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

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

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

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

This text has shadow with #673317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673317 on black background.


Color preview on white background

This text has color #673317 on white background.



Black color preview on #673317 background

This text has black color on #673317 background.


White color preview on #673317 background

This text has white color on #673317 background.