COLOR #673A3B

HEX: #673A3B RGB: (103,58,59)

Color info

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

RGB color model

#673A3B color RGB value is (103,58,59).

RGB: (103,58,59) (40%, 23%, 23%)

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 59 of 255 = 23%

103
58
59

R + G + B ~ 29%. #673A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 58 + 59 = 220 (100%)
R 103 of 220 ~ 46.82%
G 58 of 220 ~ 26.36%
B 59 of 220 ~ 26.82'%

%46.82
%26.36
%26.82

CMYK color model

#673A3B color CMYK value is (0,44,43,60).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 42.72%
  • key color value is 59.61%

CMYK: (0,44,43,60)
C0M44Y43K60 (0%, 44%, 43%, 60%)
(0.00 / 0.44 / 0.43 / 0.60)

CMYK percentages

%0
%43.69
%42.72
%59.61

Codes

Color #673A3B in popluar color models

67 3A 3B
RGB 103 58 59
HSL 359° 27.95% 31.57%
HSB/HSV 359° 43.69% 40.39%
CMYK 0.00% 43.69% 42.72%
59.61%

Color #673A3B in popluar number systems.

HEX 67 3A 3B
Decimal 103 58 59
Binary 1100111 111010 111011
Octal 147 72 73

Shades and tints

Shades of #673A3B

#673A3B
(103,58,59)
#5E3536
(94,53,54)
#553031
(85,48,49)
#4C2B2C
(76,43,44)
#432627
(67,38,39)
#3A2122
(58,33,34)
#311C1D
(49,28,29)
#281718
(40,23,24)
#1F1213
(31,18,19)
#160D0E
(22,13,14)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #673A3B

#673A3B
(103,58,59)
#744B4C
(116,75,76)
#815C5D
(129,92,93)
#8E6D6E
(142,109,110)
#9B7E7F
(155,126,127)
#A88F90
(168,143,144)
#B5A0A1
(181,160,161)
#C2B1B2
(194,177,178)
#CFC2C3
(207,194,195)
#DCD3D4
(220,211,212)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673A3B; }

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

This text font color is #673A3B.

Background Color

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

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

This div background color is #673A3B.

Border color

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

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

This div border color is #673A3B.

Opacity

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

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

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

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

This text has shadow with #673A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673A3B.

Preview

Color preview on black background

This text has color #673A3B on black background.


Color preview on white background

This text has color #673A3B on white background.


Black color preview on #673A3B background

This text has black color on #673A3B background.


White color preview on #673A3B background

This text has white color on #673A3B background.


Related colors

Complementary color

Complementary color for #hex is #98C5C4.


I love getcolorcode.com

Triadic colors

1 #3B673A and #3A3B67 with #673A3B are triadic colors.

2 #3B3A67 and #3A673B with #673A3B are triadic colors.