COLOR #673D3A

HEX: #673D3A RGB: (103,61,58)

Color info

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

RGB color model

#673D3A color RGB value is (103,61,58).

RGB: (103,61,58) (40%, 24%, 23%)

RGB channels and saturation

R 103 of 255 = 40%
G 61 of 255 = 24%
B 58 of 255 = 23%

103
61
58

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

Portions of RGB colors in percentages

R + G + B = 103 + 61 + 58 = 222 (100%)
R 103 of 222 ~ 46.4%
G 61 of 222 ~ 27.48%
B 58 of 222 ~ 26.13'%

%46.4
%27.48
%26.13

CMYK color model

#673D3A color CMYK value is (0,41,44,60).

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

CMYK: (0,41,44,60)
C0M41Y44K60 (0%, 41%, 44%, 60%)
(0.00 / 0.41 / 0.44 / 0.60)

CMYK percentages

%0
%40.78
%43.69
%59.61

Codes

Color #673D3A in popluar color models

67 3D 3A
RGB 103 61 58
HSL 27.95% 31.57%
HSB/HSV 43.69% 40.39%
CMYK 0.00% 40.78% 43.69%
59.61%

Color #673D3A in popluar number systems.

HEX 67 3D 3A
Decimal 103 61 58
Binary 1100111 111101 111010
Octal 147 75 72

Shades and tints

Shades of #673D3A

#673D3A
(103,61,58)
#5E3835
(94,56,53)
#553330
(85,51,48)
#4C2E2B
(76,46,43)
#432926
(67,41,38)
#3A2421
(58,36,33)
#311F1C
(49,31,28)
#281A17
(40,26,23)
#1F1512
(31,21,18)
#16100D
(22,16,13)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #673D3A

#673D3A
(103,61,58)
#744E4B
(116,78,75)
#815F5C
(129,95,92)
#8E706D
(142,112,109)
#9B817E
(155,129,126)
#A8928F
(168,146,143)
#B5A3A0
(181,163,160)
#C2B4B1
(194,180,177)
#CFC5C2
(207,197,194)
#DCD6D3
(220,214,211)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673D3A; }

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

This text font color is #673D3A.

Background Color

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

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

This div background color is #673D3A.

Border color

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

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

This div border color is #673D3A.

Opacity

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

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

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

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

This text has shadow with #673D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673D3A.

Preview

Color preview on black background

This text has color #673D3A on black background.


Color preview on white background

This text has color #673D3A on white background.


Black color preview on #673D3A background

This text has black color on #673D3A background.


White color preview on #673D3A background

This text has white color on #673D3A background.


Related colors

Complementary color

Complementary color for #hex is #98C2C5.


I love getcolorcode.com

Triadic colors

1 #3A673D and #3D3A67 with #673D3A are triadic colors.

2 #3A3D67 and #3D673A with #673D3A are triadic colors.