COLOR #673D40

HEX: #673D40
RGB: (103,61,64)

Color info

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

RGB color model

#673D40 color RGB value is (103,61,64).

  • red value is 103;
  • green value is 61;
  • blue value is 64.
RGB:
(103,61,64)
(40%,24%,25%)

RGB channels and saturation

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

103
61
64

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

Portions of RGB colors in percentages

R + G + B =
103 + 61 + 64 = 228 (100%)
R 103 of 228 ~ 45.18%
G 61 of 228 ~ 26.75%
B 64 of 228 ~ 28.07%

%45.18
%26.75
%28.07

CMYK color model

#673D40 color CMYK value is (0,41,38,60).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK:
(0,41,38,60)
C0M41Y38K60 
(0%,41%,38%,60%)
(0.00/0.41/0.38/0.60)	

CMYK percentages

%0
%40.78
%37.86
%59.61

Codes

Color #673D40 in popluar color models

673D40
RGB1036164
HSL356°25.61%32.16%
HSB/HSV356°40.78%40.39%
CMYK0.00%40.78%37.86%
59.61%

Color #673D40 in popluar number systems.

HEX673D40
Decimal1036164
Binary11001111111011000000
Octal14775100

Shades and tints

Shades of #673D40

#673D40
(103,61,64)
#5E383B
(94,56,59)
#553336
(85,51,54)
#4C2E31
(76,46,49)
#43292C
(67,41,44)
#3A2427
(58,36,39)
#311F22
(49,31,34)
#281A1D
(40,26,29)
#1F1518
(31,21,24)
#161013
(22,16,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #673D40

#673D40
(103,61,64)
#744E51
(116,78,81)
#815F62
(129,95,98)
#8E7073
(142,112,115)
#9B8184
(155,129,132)
#A89295
(168,146,149)
#B5A3A6
(181,163,166)
#C2B4B7
(194,180,183)
#CFC5C8
(207,197,200)
#DCD6D9
(220,214,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673D40; }

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

This text font color is #673D40.


Background Color

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

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

This div background color is #673D40.


Border color

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

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

This div border color is #673D40.


Opacity

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

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

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

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

This text has shadow with #673D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673D40 on black background.


Color preview on white background

This text has color #673D40 on white background.



Black color preview on #673D40 background

This text has black color on #673D40 background.


White color preview on #673D40 background

This text has white color on #673D40 background.