COLOR #673371

HEX: #673371
RGB: (103,51,113)

Color info

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

RGB color model

#673371 color RGB value is (103,51,113).

  • red value is 103;
  • green value is 51;
  • blue value is 113.
RGB:
(103,51,113)
(40%,20%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 51 of 255 = 20%
B 113 of 255 = 44%

103
51
113

R + G + B ~ 35%. #673371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 51 + 113 = 267 (100%)
R 103 of 267 ~ 38.58%
G 51 of 267 ~ 19.1%
B 113 of 267 ~ 42.32%

%38.58
%19.1
%42.32

CMYK color model

#673371 color CMYK value is (9,55,0,56).

  • cyan value is 8.85%
  • magenta value is 54.87%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,55,0,56)
C9M55Y0K56 
(9%,55%,0%,56%)
(0.09/0.55/0.00/0.56)	

CMYK percentages

%8.85
%54.87
%0
%55.69

Codes

Color #673371 in popluar color models

673371
RGB10351113
HSL290°37.80%32.16%
HSB/HSV290°54.87%44.31%
CMYK8.85%54.87%0.00%
55.69%

Color #673371 in popluar number systems.

HEX673371
Decimal10351113
Binary11001111100111110001
Octal14763161

Shades and tints

Shades of #673371

#673371
(103,51,113)
#5E2F67
(94,47,103)
#552B5D
(85,43,93)
#4C2753
(76,39,83)
#432349
(67,35,73)
#3A1F3F
(58,31,63)
#311B35
(49,27,53)
#28172B
(40,23,43)
#1F1321
(31,19,33)
#160F17
(22,15,23)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #673371

#673371
(103,51,113)
#74457D
(116,69,125)
#815789
(129,87,137)
#8E6995
(142,105,149)
#9B7BA1
(155,123,161)
#A88DAD
(168,141,173)
#B59FB9
(181,159,185)
#C2B1C5
(194,177,197)
#CFC3D1
(207,195,209)
#DCD5DD
(220,213,221)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673371 color. Also use rgb(103,51,113) instead hex code.

Text Font Color

.myTextColor { color: #673371; }

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

This text font color is #673371.


Background Color

.myBgColor { background-color: #673371; }

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

This div background color is #673371.


Border color

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

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

This div border color is #673371.


Opacity

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

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

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

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

This text has shadow with #673371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673371 on black background.


Color preview on white background

This text has color #673371 on white background.



Black color preview on #673371 background

This text has black color on #673371 background.


White color preview on #673371 background

This text has white color on #673371 background.