COLOR #673170

HEX: #673170
RGB: (103,49,112)

Color info

#673170 contains mainly red and blue colors. Web safe color of #673170 is #663366 (or #636).

RGB color model

#673170 color RGB value is (103,49,112).

  • red value is 103;
  • green value is 49;
  • blue value is 112.
RGB:
(103,49,112)
(40%,19%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 49 of 255 = 19%
B 112 of 255 = 44%

103
49
112

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

Portions of RGB colors in percentages

R + G + B =
103 + 49 + 112 = 264 (100%)
R 103 of 264 ~ 39.02%
G 49 of 264 ~ 18.56%
B 112 of 264 ~ 42.42%

%39.02
%18.56
%42.42

CMYK color model

#673170 color CMYK value is (8,56,0,56).

  • cyan value is 8.04%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(8,56,0,56)
C8M56Y0K56 
(8%,56%,0%,56%)
(0.08/0.56/0.00/0.56)	

CMYK percentages

%8.04
%56.25
%0
%56.08

Codes

Color #673170 in popluar color models

673170
RGB10349112
HSL291°39.13%31.57%
HSB/HSV291°56.25%43.92%
CMYK8.04%56.25%0.00%
56.08%

Color #673170 in popluar number systems.

HEX673170
Decimal10349112
Binary11001111100011110000
Octal14761160

Shades and tints

Shades of #673170

#673170
(103,49,112)
#5E2D66
(94,45,102)
#55295C
(85,41,92)
#4C2552
(76,37,82)
#432148
(67,33,72)
#3A1D3E
(58,29,62)
#311934
(49,25,52)
#28152A
(40,21,42)
#1F1120
(31,17,32)
#160D16
(22,13,22)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #673170

#673170
(103,49,112)
#74437D
(116,67,125)
#81558A
(129,85,138)
#8E6797
(142,103,151)
#9B79A4
(155,121,164)
#A88BB1
(168,139,177)
#B59DBE
(181,157,190)
#C2AFCB
(194,175,203)
#CFC1D8
(207,193,216)
#DCD3E5
(220,211,229)
#E9E5F2
(233,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673170 color. Also use rgb(103,49,112) instead hex code.

Text Font Color

.myTextColor { color: #673170; }

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

This text font color is #673170.


Background Color

.myBgColor { background-color: #673170; }

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

This div background color is #673170.


Border color

.myBorderColor { border: 1px solid #673170; }

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

This div border color is #673170.


Opacity

.myOpacity80 { color: #673170; opacity: 0.8; }

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

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

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

This text has shadow with #673170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673170 on black background.


Color preview on white background

This text has color #673170 on white background.



Black color preview on #673170 background

This text has black color on #673170 background.


White color preview on #673170 background

This text has white color on #673170 background.