COLOR #673B38

HEX: #673B38
RGB: (103,59,56)

Color info

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

RGB color model

#673B38 color RGB value is (103,59,56).

  • red value is 103;
  • green value is 59;
  • blue value is 56.
RGB:
(103,59,56)
(40%,23%,22%)

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 56 of 255 = 22%

103
59
56

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

Portions of RGB colors in percentages

R + G + B =
103 + 59 + 56 = 218 (100%)
R 103 of 218 ~ 47.25%
G 59 of 218 ~ 27.06%
B 56 of 218 ~ 25.69%

%47.25
%27.06
%25.69

CMYK color model

#673B38 color CMYK value is (0,43,46,60).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 45.63%
  • key color value is 59.61%
CMYK:
(0,43,46,60)
C0M43Y46K60 
(0%,43%,46%,60%)
(0.00/0.43/0.46/0.60)	

CMYK percentages

%0
%42.72
%45.63
%59.61

Codes

Color #673B38 in popluar color models

673B38
RGB1035956
HSL29.56%31.18%
HSB/HSV45.63%40.39%
CMYK0.00%42.72%45.63%
59.61%

Color #673B38 in popluar number systems.

HEX673B38
Decimal1035956
Binary1100111111011111000
Octal1477370

Shades and tints

Shades of #673B38

#673B38
(103,59,56)
#5E3633
(94,54,51)
#55312E
(85,49,46)
#4C2C29
(76,44,41)
#432724
(67,39,36)
#3A221F
(58,34,31)
#311D1A
(49,29,26)
#281815
(40,24,21)
#1F1310
(31,19,16)
#160E0B
(22,14,11)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #673B38

#673B38
(103,59,56)
#744C4A
(116,76,74)
#815D5C
(129,93,92)
#8E6E6E
(142,110,110)
#9B7F80
(155,127,128)
#A89092
(168,144,146)
#B5A1A4
(181,161,164)
#C2B2B6
(194,178,182)
#CFC3C8
(207,195,200)
#DCD4DA
(220,212,218)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673B38 color. Also use rgb(103,59,56) instead hex code.

Text Font Color

.myTextColor { color: #673B38; }

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

This text font color is #673B38.


Background Color

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

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

This div background color is #673B38.


Border color

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

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

This div border color is #673B38.


Opacity

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

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

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

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

This text has shadow with #673B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673B38 on black background.


Color preview on white background

This text has color #673B38 on white background.



Black color preview on #673B38 background

This text has black color on #673B38 background.


White color preview on #673B38 background

This text has white color on #673B38 background.