COLOR #673D2A

HEX: #673D2A RGB: (103,61,42)

Color info

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

RGB color model

#673D2A color RGB value is (103,61,42).

RGB: (103,61,42) (40%, 24%, 16%)

RGB channels and saturation

R 103 of 255 = 40%
G 61 of 255 = 24%
B 42 of 255 = 16%

103
61
42

R + G + B ~ 27%. #673D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 61 + 42 = 206 (100%)
R 103 of 206 ~ 50%
G 61 of 206 ~ 29.61%
B 42 of 206 ~ 20.39'%

%50
%29.61
%20.39

CMYK color model

#673D2A color CMYK value is (0,41,59,60).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 59.22%
  • key color value is 59.61%
CMYK: (0,41,59,60) C0M41Y59K60 (0%,41%,59%,60%) (0.00/0.41/0.59/0.60) 

CMYK percentages

%0
%40.78
%59.22
%59.61

Codes

Color #673D2A in popluar color models

67 3D 2A
RGB 103 61 42
HSL 19° 42.07% 28.43%
HSB/HSV 19° 59.22% 40.39%
CMYK 0.00% 40.78% 59.22%
59.61%

Color #673D2A in popluar number systems.

HEX 67 3D 2A
Decimal 103 61 42
Binary 1100111 111101 101010
Octal 147 75 52

Shades and tints

Shades of #673D2A

#673D2A
(103,61,42)
#5E3827
(94,56,39)
#553324
(85,51,36)
#4C2E21
(76,46,33)
#43291E
(67,41,30)
#3A241B
(58,36,27)
#311F18
(49,31,24)
#281A15
(40,26,21)
#1F1512
(31,21,18)
#16100F
(22,16,15)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #673D2A

#673D2A
(103,61,42)
#744E3D
(116,78,61)
#815F50
(129,95,80)
#8E7063
(142,112,99)
#9B8176
(155,129,118)
#A89289
(168,146,137)
#B5A39C
(181,163,156)
#C2B4AF
(194,180,175)
#CFC5C2
(207,197,194)
#DCD6D5
(220,214,213)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673D2A; }

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

This text font color is #673D2A.

Background Color

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

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

This div background color is #673D2A.

Border color

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

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

This div border color is #673D2A.

Opacity

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

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

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

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

This text has shadow with #673D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673D2A.

Preview

Color preview on black background

This text has color #673D2A on black background.


Color preview on white background

This text has color #673D2A on white background.


Black color preview on #673D2A background

This text has black color on #673D2A background.


White color preview on #673D2A background

This text has white color on #673D2A background.


Related colors

Complementary color

Complementary color for #hex is #98C2D5.


I love getcolorcode.com

Triadic colors

1 #2A673D and #3D2A67 with #673D2A are triadic colors.

2 #2A3D67 and #3D672A with #673D2A are triadic colors.