COLOR #673A2A

HEX: #673A2A RGB: (103,58,42)

Color info

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

RGB color model

#673A2A color RGB value is (103,58,42).

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

RGB channels and saturation

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

103
58
42

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

Portions of RGB colors in percentages

R + G + B = 103 + 58 + 42 = 203 (100%)
R 103 of 203 ~ 50.74%
G 58 of 203 ~ 28.57%
B 42 of 203 ~ 20.69'%

%50.74
%28.57
%20.69

CMYK color model

#673A2A color CMYK value is (0,44,59,60).

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

CMYK: (0,44,59,60)
C0M44Y59K60 (0%, 44%, 59%, 60%)
(0.00 / 0.44 / 0.59 / 0.60)

CMYK percentages

%0
%43.69
%59.22
%59.61

Codes

Color #673A2A in popluar color models

67 3A 2A
RGB 103 58 42
HSL 16° 42.07% 28.43%
HSB/HSV 16° 59.22% 40.39%
CMYK 0.00% 43.69% 59.22%
59.61%

Color #673A2A in popluar number systems.

HEX 67 3A 2A
Decimal 103 58 42
Binary 1100111 111010 101010
Octal 147 72 52

Shades and tints

Shades of #673A2A

#673A2A
(103,58,42)
#5E3527
(94,53,39)
#553024
(85,48,36)
#4C2B21
(76,43,33)
#43261E
(67,38,30)
#3A211B
(58,33,27)
#311C18
(49,28,24)
#281715
(40,23,21)
#1F1212
(31,18,18)
#160D0F
(22,13,15)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #673A2A

#673A2A
(103,58,42)
#744B3D
(116,75,61)
#815C50
(129,92,80)
#8E6D63
(142,109,99)
#9B7E76
(155,126,118)
#A88F89
(168,143,137)
#B5A09C
(181,160,156)
#C2B1AF
(194,177,175)
#CFC2C2
(207,194,194)
#DCD3D5
(220,211,213)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673A2A; }

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

This text font color is #673A2A.

Background Color

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

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

This div background color is #673A2A.

Border color

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

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

This div border color is #673A2A.

Opacity

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

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

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

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

This text has shadow with #673A2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673A2A.

Preview

Color preview on black background

This text has color #673A2A on black background.


Color preview on white background

This text has color #673A2A on white background.


Black color preview on #673A2A background

This text has black color on #673A2A background.


White color preview on #673A2A background

This text has white color on #673A2A background.


Related colors

Complementary color

Complementary color for #hex is #98C5D5.


I love getcolorcode.com

Triadic colors

1 #2A673A and #3A2A67 with #673A2A are triadic colors.

2 #2A3A67 and #3A672A with #673A2A are triadic colors.