COLOR #673C36

HEX: #673C36
RGB: (103,60,54)

Color info

#673C36 contains red, green and blue colors in about the same proportion. Web safe color of #673C36 is #663333 (or #633).

RGB color model

#673C36 color RGB value is (103,60,54).

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

RGB channels and saturation

R 103 of 255 = 40%
G 60 of 255 = 24%
B 54 of 255 = 21%

103
60
54

R + G + B ~ 28%. #673C36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 60 + 54 = 217 (100%)
R 103 of 217 ~ 47.47%
G 60 of 217 ~ 27.65%
B 54 of 217 ~ 24.88%

%47.47
%27.65
%24.88

CMYK color model

#673C36 color CMYK value is (0,42,48,60).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 47.57%
  • key color value is 59.61%
CMYK:
(0,42,48,60)
C0M42Y48K60 
(0%,42%,48%,60%)
(0.00/0.42/0.48/0.60)	

CMYK percentages

%0
%41.75
%47.57
%59.61

Codes

Color #673C36 in popluar color models

673C36
RGB1036054
HSL31.21%30.78%
HSB/HSV47.57%40.39%
CMYK0.00%41.75%47.57%
59.61%

Color #673C36 in popluar number systems.

HEX673C36
Decimal1036054
Binary1100111111100110110
Octal1477466

Shades and tints

Shades of #673C36

#673C36
(103,60,54)
#5E3732
(94,55,50)
#55322E
(85,50,46)
#4C2D2A
(76,45,42)
#432826
(67,40,38)
#3A2322
(58,35,34)
#311E1E
(49,30,30)
#28191A
(40,25,26)
#1F1416
(31,20,22)
#160F12
(22,15,18)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #673C36

#673C36
(103,60,54)
#744D48
(116,77,72)
#815E5A
(129,94,90)
#8E6F6C
(142,111,108)
#9B807E
(155,128,126)
#A89190
(168,145,144)
#B5A2A2
(181,162,162)
#C2B3B4
(194,179,180)
#CFC4C6
(207,196,198)
#DCD5D8
(220,213,216)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673C36; }

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

This text font color is #673C36.


Background Color

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

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

This div background color is #673C36.


Border color

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

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

This div border color is #673C36.


Opacity

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

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

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

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

This text has shadow with #673C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C36 on black background.


Color preview on white background

This text has color #673C36 on white background.



Black color preview on #673C36 background

This text has black color on #673C36 background.


White color preview on #673C36 background

This text has white color on #673C36 background.