COLOR #673C5F

HEX: #673C5F
RGB: (103,60,95)

Color info

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

RGB color model

#673C5F color RGB value is (103,60,95).

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

RGB channels and saturation

R 103 of 255 = 40%
G 60 of 255 = 24%
B 95 of 255 = 37%

103
60
95

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

Portions of RGB colors in percentages

R + G + B =
103 + 60 + 95 = 258 (100%)
R 103 of 258 ~ 39.92%
G 60 of 258 ~ 23.26%
B 95 of 258 ~ 36.82%

%39.92
%23.26
%36.82

CMYK color model

#673C5F color CMYK value is (0,42,8,60).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 7.77%
  • key color value is 59.61%
CMYK:
(0,42,8,60)
C0M42Y8K60 
(0%,42%,8%,60%)
(0.00/0.42/0.08/0.60)	

CMYK percentages

%0
%41.75
%7.77
%59.61

Codes

Color #673C5F in popluar color models

673C5F
RGB1036095
HSL311°26.38%31.96%
HSB/HSV311°41.75%40.39%
CMYK0.00%41.75%7.77%
59.61%

Color #673C5F in popluar number systems.

HEX673C5F
Decimal1036095
Binary11001111111001011111
Octal14774137

Shades and tints

Shades of #673C5F

#673C5F
(103,60,95)
#5E3757
(94,55,87)
#55324F
(85,50,79)
#4C2D47
(76,45,71)
#43283F
(67,40,63)
#3A2337
(58,35,55)
#311E2F
(49,30,47)
#281927
(40,25,39)
#1F141F
(31,20,31)
#160F17
(22,15,23)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #673C5F

#673C5F
(103,60,95)
#744D6D
(116,77,109)
#815E7B
(129,94,123)
#8E6F89
(142,111,137)
#9B8097
(155,128,151)
#A891A5
(168,145,165)
#B5A2B3
(181,162,179)
#C2B3C1
(194,179,193)
#CFC4CF
(207,196,207)
#DCD5DD
(220,213,221)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673C5F; }

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

This text font color is #673C5F.


Background Color

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

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

This div background color is #673C5F.


Border color

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

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

This div border color is #673C5F.


Opacity

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

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

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

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

This text has shadow with #673C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C5F on black background.


Color preview on white background

This text has color #673C5F on white background.



Black color preview on #673C5F background

This text has black color on #673C5F background.


White color preview on #673C5F background

This text has white color on #673C5F background.