COLOR #673F4D

HEX: #673F4D
RGB: (103,63,77)

Color info

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

RGB color model

#673F4D color RGB value is (103,63,77).

  • red value is 103;
  • green value is 63;
  • blue value is 77.
RGB:
(103,63,77)
(40%,25%,30%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 77 of 255 = 30%

103
63
77

R + G + B ~ 32%. #673F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 77 = 243 (100%)
R 103 of 243 ~ 42.39%
G 63 of 243 ~ 25.93%
B 77 of 243 ~ 31.69%

%42.39
%25.93
%31.69

CMYK color model

#673F4D color CMYK value is (0,39,25,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 25.24%
  • key color value is 59.61%
CMYK:
(0,39,25,60)
C0M39Y25K60 
(0%,39%,25%,60%)
(0.00/0.39/0.25/0.60)	

CMYK percentages

%0
%38.83
%25.24
%59.61

Codes

Color #673F4D in popluar color models

673F4D
RGB1036377
HSL339°24.10%32.55%
HSB/HSV339°38.83%40.39%
CMYK0.00%38.83%25.24%
59.61%

Color #673F4D in popluar number systems.

HEX673F4D
Decimal1036377
Binary11001111111111001101
Octal14777115

Shades and tints

Shades of #673F4D

#673F4D
(103,63,77)
#5E3A46
(94,58,70)
#55353F
(85,53,63)
#4C3038
(76,48,56)
#432B31
(67,43,49)
#3A262A
(58,38,42)
#312123
(49,33,35)
#281C1C
(40,28,28)
#1F1715
(31,23,21)
#16120E
(22,18,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #673F4D

#673F4D
(103,63,77)
#74505D
(116,80,93)
#81616D
(129,97,109)
#8E727D
(142,114,125)
#9B838D
(155,131,141)
#A8949D
(168,148,157)
#B5A5AD
(181,165,173)
#C2B6BD
(194,182,189)
#CFC7CD
(207,199,205)
#DCD8DD
(220,216,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F4D; }

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

This text font color is #673F4D.


Background Color

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

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

This div background color is #673F4D.


Border color

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

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

This div border color is #673F4D.


Opacity

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

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

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

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

This text has shadow with #673F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F4D on black background.


Color preview on white background

This text has color #673F4D on white background.



Black color preview on #673F4D background

This text has black color on #673F4D background.


White color preview on #673F4D background

This text has white color on #673F4D background.