COLOR #673279

HEX: #673279
RGB: (103,50,121)

Color info

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

RGB color model

#673279 color RGB value is (103,50,121).

  • red value is 103;
  • green value is 50;
  • blue value is 121.
RGB:
(103,50,121)
(40%,20%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 50 of 255 = 20%
B 121 of 255 = 47%

103
50
121

R + G + B ~ 36%. #673279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 50 + 121 = 274 (100%)
R 103 of 274 ~ 37.59%
G 50 of 274 ~ 18.25%
B 121 of 274 ~ 44.16%

%37.59
%18.25
%44.16

CMYK color model

#673279 color CMYK value is (15,59,0,53).

  • cyan value is 14.88%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(15,59,0,53)
C15M59Y0K53 
(15%,59%,0%,53%)
(0.15/0.59/0.00/0.53)	

CMYK percentages

%14.88
%58.68
%0
%52.55

Codes

Color #673279 in popluar color models

673279
RGB10350121
HSL285°41.52%33.53%
HSB/HSV285°58.68%47.45%
CMYK14.88%58.68%0.00%
52.55%

Color #673279 in popluar number systems.

HEX673279
Decimal10350121
Binary11001111100101111001
Octal14762171

Shades and tints

Shades of #673279

#673279
(103,50,121)
#5E2E6E
(94,46,110)
#552A63
(85,42,99)
#4C2658
(76,38,88)
#43224D
(67,34,77)
#3A1E42
(58,30,66)
#311A37
(49,26,55)
#28162C
(40,22,44)
#1F1221
(31,18,33)
#160E16
(22,14,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #673279

#673279
(103,50,121)
#744485
(116,68,133)
#815691
(129,86,145)
#8E689D
(142,104,157)
#9B7AA9
(155,122,169)
#A88CB5
(168,140,181)
#B59EC1
(181,158,193)
#C2B0CD
(194,176,205)
#CFC2D9
(207,194,217)
#DCD4E5
(220,212,229)
#E9E6F1
(233,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673279 color. Also use rgb(103,50,121) instead hex code.

Text Font Color

.myTextColor { color: #673279; }

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

This text font color is #673279.


Background Color

.myBgColor { background-color: #673279; }

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

This div background color is #673279.


Border color

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

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

This div border color is #673279.


Opacity

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

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

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

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

This text has shadow with #673279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673279 on black background.


Color preview on white background

This text has color #673279 on white background.



Black color preview on #673279 background

This text has black color on #673279 background.


White color preview on #673279 background

This text has white color on #673279 background.