COLOR #673D3F

HEX: #673D3F RGB: (103,61,63)

Color info

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

RGB color model

#673D3F color RGB value is (103,61,63).

RGB: (103,61,63) (40%, 24%, 25%)

RGB channels and saturation

R 103 of 255 = 40%
G 61 of 255 = 24%
B 63 of 255 = 25%

103
61
63

R + G + B ~ 30%. #673D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 61 + 63 = 227 (100%)
R 103 of 227 ~ 45.37%
G 61 of 227 ~ 26.87%
B 63 of 227 ~ 27.75'%

%45.37
%26.87
%27.75

CMYK color model

#673D3F color CMYK value is (0,41,39,60).

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

CMYK: (0,41,39,60)
C0M41Y39K60 (0%, 41%, 39%, 60%)
(0.00 / 0.41 / 0.39 / 0.60)

CMYK percentages

%0
%40.78
%38.83
%59.61

Codes

Color #673D3F in popluar color models

67 3D 3F
RGB 103 61 63
HSL 357° 25.61% 32.16%
HSB/HSV 357° 40.78% 40.39%
CMYK 0.00% 40.78% 38.83%
59.61%

Color #673D3F in popluar number systems.

HEX 67 3D 3F
Decimal 103 61 63
Binary 1100111 111101 111111
Octal 147 75 77

Shades and tints

Shades of #673D3F

#673D3F
(103,61,63)
#5E383A
(94,56,58)
#553335
(85,51,53)
#4C2E30
(76,46,48)
#43292B
(67,41,43)
#3A2426
(58,36,38)
#311F21
(49,31,33)
#281A1C
(40,26,28)
#1F1517
(31,21,23)
#161012
(22,16,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #673D3F

#673D3F
(103,61,63)
#744E50
(116,78,80)
#815F61
(129,95,97)
#8E7072
(142,112,114)
#9B8183
(155,129,131)
#A89294
(168,146,148)
#B5A3A5
(181,163,165)
#C2B4B6
(194,180,182)
#CFC5C7
(207,197,199)
#DCD6D8
(220,214,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673D3F; }

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

This text font color is #673D3F.

Background Color

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

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

This div background color is #673D3F.

Border color

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

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

This div border color is #673D3F.

Opacity

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

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

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

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

This text has shadow with #673D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673D3F.

Preview

Color preview on black background

This text has color #673D3F on black background.


Color preview on white background

This text has color #673D3F on white background.


Black color preview on #673D3F background

This text has black color on #673D3F background.


White color preview on #673D3F background

This text has white color on #673D3F background.


Related colors

Complementary color

Complementary color for #hex is #98C2C0.


I love getcolorcode.com

Triadic colors

1 #3F673D and #3D3F67 with #673D3F are triadic colors.

2 #3F3D67 and #3D673F with #673D3F are triadic colors.