COLOR #673C22

HEX: #673C22
RGB: (103,60,34)

Color info

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

RGB color model

#673C22 color RGB value is (103,60,34).

  • red value is 103;
  • green value is 60;
  • blue value is 34.
RGB:
(103,60,34)
(40%,24%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 60 of 255 = 24%
B 34 of 255 = 13%

103
60
34

R + G + B ~ 26%. #673C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 60 + 34 = 197 (100%)
R 103 of 197 ~ 52.28%
G 60 of 197 ~ 30.46%
B 34 of 197 ~ 17.26%

%52.28
%30.46
%17.26

CMYK color model

#673C22 color CMYK value is (0,42,67,60).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 66.99%
  • key color value is 59.61%
CMYK:
(0,42,67,60)
C0M42Y67K60 
(0%,42%,67%,60%)
(0.00/0.42/0.67/0.60)	

CMYK percentages

%0
%41.75
%66.99
%59.61

Codes

Color #673C22 in popluar color models

673C22
RGB1036034
HSL23°50.36%26.86%
HSB/HSV23°66.99%40.39%
CMYK0.00%41.75%66.99%
59.61%

Color #673C22 in popluar number systems.

HEX673C22
Decimal1036034
Binary1100111111100100010
Octal1477442

Shades and tints

Shades of #673C22

#673C22
(103,60,34)
#5E371F
(94,55,31)
#55321C
(85,50,28)
#4C2D19
(76,45,25)
#432816
(67,40,22)
#3A2313
(58,35,19)
#311E10
(49,30,16)
#28190D
(40,25,13)
#1F140A
(31,20,10)
#160F07
(22,15,7)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #673C22

#673C22
(103,60,34)
#744D36
(116,77,54)
#815E4A
(129,94,74)
#8E6F5E
(142,111,94)
#9B8072
(155,128,114)
#A89186
(168,145,134)
#B5A29A
(181,162,154)
#C2B3AE
(194,179,174)
#CFC4C2
(207,196,194)
#DCD5D6
(220,213,214)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673C22 color. Also use rgb(103,60,34) instead hex code.

Text Font Color

.myTextColor { color: #673C22; }

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

This text font color is #673C22.


Background Color

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

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

This div background color is #673C22.


Border color

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

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

This div border color is #673C22.


Opacity

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

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

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

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

This text has shadow with #673C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C22 on black background.


Color preview on white background

This text has color #673C22 on white background.



Black color preview on #673C22 background

This text has black color on #673C22 background.


White color preview on #673C22 background

This text has white color on #673C22 background.