COLOR #673C60

HEX: #673C60
RGB: (103,60,96)

Color info

#673C60 contains red, green and blue colors in about the same proportion. Web safe color of #673C60 is #663366 (or #636).

RGB color model

#673C60 color RGB value is (103,60,96).

  • red value is 103;
  • green value is 60;
  • blue value is 96.
RGB:
(103,60,96)
(40%,24%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 60 of 255 = 24%
B 96 of 255 = 38%

103
60
96

R + G + B ~ 34%. #673C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 60 + 96 = 259 (100%)
R 103 of 259 ~ 39.77%
G 60 of 259 ~ 23.17%
B 96 of 259 ~ 37.07%

%39.77
%23.17
%37.07

CMYK color model

#673C60 color CMYK value is (0,42,7,60).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 6.80%
  • key color value is 59.61%
CMYK:
(0,42,7,60)
C0M42Y7K60 
(0%,42%,7%,60%)
(0.00/0.42/0.07/0.60)	

CMYK percentages

%0
%41.75
%6.8
%59.61

Codes

Color #673C60 in popluar color models

673C60
RGB1036096
HSL310°26.38%31.96%
HSB/HSV310°41.75%40.39%
CMYK0.00%41.75%6.80%
59.61%

Color #673C60 in popluar number systems.

HEX673C60
Decimal1036096
Binary11001111111001100000
Octal14774140

Shades and tints

Shades of #673C60

#673C60
(103,60,96)
#5E3758
(94,55,88)
#553250
(85,50,80)
#4C2D48
(76,45,72)
#432840
(67,40,64)
#3A2338
(58,35,56)
#311E30
(49,30,48)
#281928
(40,25,40)
#1F1420
(31,20,32)
#160F18
(22,15,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #673C60

#673C60
(103,60,96)
#744D6E
(116,77,110)
#815E7C
(129,94,124)
#8E6F8A
(142,111,138)
#9B8098
(155,128,152)
#A891A6
(168,145,166)
#B5A2B4
(181,162,180)
#C2B3C2
(194,179,194)
#CFC4D0
(207,196,208)
#DCD5DE
(220,213,222)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673C60; }

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

This text font color is #673C60.


Background Color

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

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

This div background color is #673C60.


Border color

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

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

This div border color is #673C60.


Opacity

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

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

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

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

This text has shadow with #673C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C60 on black background.


Color preview on white background

This text has color #673C60 on white background.



Black color preview on #673C60 background

This text has black color on #673C60 background.


White color preview on #673C60 background

This text has white color on #673C60 background.