COLOR #673A28

HEX: #673A28 RGB: (103,58,40)

Color info

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

RGB color model

#673A28 color RGB value is (103,58,40).

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

RGB channels and saturation

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

103
58
40

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

Portions of RGB colors in percentages

R + G + B = 103 + 58 + 40 = 201 (100%)
R 103 of 201 ~ 51.24%
G 58 of 201 ~ 28.86%
B 40 of 201 ~ 19.9'%

%51.24
%28.86
%19.9

CMYK color model

#673A28 color CMYK value is (0,44,61,60).

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

CMYK: (0,44,61,60)
C0M44Y61K60 (0%, 44%, 61%, 60%)
(0.00 / 0.44 / 0.61 / 0.60)

CMYK percentages

%0
%43.69
%61.17
%59.61

Codes

Color #673A28 in popluar color models

67 3A 28
RGB 103 58 40
HSL 17° 44.06% 28.04%
HSB/HSV 17° 61.17% 40.39%
CMYK 0.00% 43.69% 61.17%
59.61%

Color #673A28 in popluar number systems.

HEX 67 3A 28
Decimal 103 58 40
Binary 1100111 111010 101000
Octal 147 72 50

Shades and tints

Shades of #673A28

#673A28
(103,58,40)
#5E3525
(94,53,37)
#553022
(85,48,34)
#4C2B1F
(76,43,31)
#43261C
(67,38,28)
#3A2119
(58,33,25)
#311C16
(49,28,22)
#281713
(40,23,19)
#1F1210
(31,18,16)
#160D0D
(22,13,13)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #673A28

#673A28
(103,58,40)
#744B3B
(116,75,59)
#815C4E
(129,92,78)
#8E6D61
(142,109,97)
#9B7E74
(155,126,116)
#A88F87
(168,143,135)
#B5A09A
(181,160,154)
#C2B1AD
(194,177,173)
#CFC2C0
(207,194,192)
#DCD3D3
(220,211,211)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673A28; }

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

This text font color is #673A28.

Background Color

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

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

This div background color is #673A28.

Border color

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

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

This div border color is #673A28.

Opacity

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

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

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

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

This text has shadow with #673A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673A28.

Preview

Color preview on black background

This text has color #673A28 on black background.


Color preview on white background

This text has color #673A28 on white background.


Black color preview on #673A28 background

This text has black color on #673A28 background.


White color preview on #673A28 background

This text has white color on #673A28 background.


Related colors

Complementary color

Complementary color for #hex is #98C5D7.


I love getcolorcode.com

Triadic colors

1 #28673A and #3A2867 with #673A28 are triadic colors.

2 #283A67 and #3A6728 with #673A28 are triadic colors.