COLOR #673D3C

HEX: #673D3C RGB: (103,61,60)

Color info

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

RGB color model

#673D3C color RGB value is (103,61,60).

RGB: (103,61,60) (40%, 24%, 24%)

RGB channels and saturation

R 103 of 255 = 40%
G 61 of 255 = 24%
B 60 of 255 = 24%

103
61
60

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

Portions of RGB colors in percentages

R + G + B = 103 + 61 + 60 = 224 (100%)
R 103 of 224 ~ 45.98%
G 61 of 224 ~ 27.23%
B 60 of 224 ~ 26.79'%

%45.98
%27.23
%26.79

CMYK color model

#673D3C color CMYK value is (0,41,42,60).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 41.75%
  • key color value is 59.61%

CMYK: (0,41,42,60)
C0M41Y42K60 (0%, 41%, 42%, 60%)
(0.00 / 0.41 / 0.42 / 0.60)

CMYK percentages

%0
%40.78
%41.75
%59.61

Codes

Color #673D3C in popluar color models

67 3D 3C
RGB 103 61 60
HSL 26.38% 31.96%
HSB/HSV 41.75% 40.39%
CMYK 0.00% 40.78% 41.75%
59.61%

Color #673D3C in popluar number systems.

HEX 67 3D 3C
Decimal 103 61 60
Binary 1100111 111101 111100
Octal 147 75 74

Shades and tints

Shades of #673D3C

#673D3C
(103,61,60)
#5E3837
(94,56,55)
#553332
(85,51,50)
#4C2E2D
(76,46,45)
#432928
(67,41,40)
#3A2423
(58,36,35)
#311F1E
(49,31,30)
#281A19
(40,26,25)
#1F1514
(31,21,20)
#16100F
(22,16,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #673D3C

#673D3C
(103,61,60)
#744E4D
(116,78,77)
#815F5E
(129,95,94)
#8E706F
(142,112,111)
#9B8180
(155,129,128)
#A89291
(168,146,145)
#B5A3A2
(181,163,162)
#C2B4B3
(194,180,179)
#CFC5C4
(207,197,196)
#DCD6D5
(220,214,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673D3C; }

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

This text font color is #673D3C.

Background Color

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

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

This div background color is #673D3C.

Border color

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

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

This div border color is #673D3C.

Opacity

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

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

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

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

This text has shadow with #673D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673D3C.

Preview

Color preview on black background

This text has color #673D3C on black background.


Color preview on white background

This text has color #673D3C on white background.


Black color preview on #673D3C background

This text has black color on #673D3C background.


White color preview on #673D3C background

This text has white color on #673D3C background.


Related colors

Complementary color

Complementary color for #hex is #98C2C3.


I love getcolorcode.com

Triadic colors

1 #3C673D and #3D3C67 with #673D3C are triadic colors.

2 #3C3D67 and #3D673C with #673D3C are triadic colors.