COLOR #673C85

HEX: #673C85
RGB: (103,60,133)

Color info

#673C85 contains mainly red and blue colors. Web safe color of #673C85 is #663399 (or #639).

RGB color model

#673C85 color RGB value is (103,60,133).

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

RGB channels and saturation

R 103 of 255 = 40%
G 60 of 255 = 24%
B 133 of 255 = 52%

103
60
133

R + G + B ~ 39%. #673C85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 60 + 133 = 296 (100%)
R 103 of 296 ~ 34.8%
G 60 of 296 ~ 20.27%
B 133 of 296 ~ 44.93%

%34.8
%20.27
%44.93

CMYK color model

#673C85 color CMYK value is (23,55,0,48).

  • cyan value is 22.56%
  • magenta value is 54.89%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,55,0,48)
C23M55Y0K48 
(23%,55%,0%,48%)
(0.23/0.55/0.00/0.48)	

CMYK percentages

%22.56
%54.89
%0
%47.84

Codes

Color #673C85 in popluar color models

673C85
RGB10360133
HSL275°37.82%37.84%
HSB/HSV275°54.89%52.16%
CMYK22.56%54.89%0.00%
47.84%

Color #673C85 in popluar number systems.

HEX673C85
Decimal10360133
Binary110011111110010000101
Octal14774205

Shades and tints

Shades of #673C85

#673C85
(103,60,133)
#5E3779
(94,55,121)
#55326D
(85,50,109)
#4C2D61
(76,45,97)
#432855
(67,40,85)
#3A2349
(58,35,73)
#311E3D
(49,30,61)
#281931
(40,25,49)
#1F1425
(31,20,37)
#160F19
(22,15,25)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #673C85

#673C85
(103,60,133)
#744D90
(116,77,144)
#815E9B
(129,94,155)
#8E6FA6
(142,111,166)
#9B80B1
(155,128,177)
#A891BC
(168,145,188)
#B5A2C7
(181,162,199)
#C2B3D2
(194,179,210)
#CFC4DD
(207,196,221)
#DCD5E8
(220,213,232)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673C85; }

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

This text font color is #673C85.


Background Color

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

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

This div background color is #673C85.


Border color

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

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

This div border color is #673C85.


Opacity

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

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

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

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

This text has shadow with #673C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C85 on black background.


Color preview on white background

This text has color #673C85 on white background.



Black color preview on #673C85 background

This text has black color on #673C85 background.


White color preview on #673C85 background

This text has white color on #673C85 background.