COLOR #673B71

HEX: #673B71
RGB: (103,59,113)

Color info

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

RGB color model

#673B71 color RGB value is (103,59,113).

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

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 113 of 255 = 44%

103
59
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 59 + 113 = 275 (100%)
R 103 of 275 ~ 37.45%
G 59 of 275 ~ 21.45%
B 113 of 275 ~ 41.09%

%37.45
%21.45
%41.09

CMYK color model

#673B71 color CMYK value is (9,48,0,56).

  • cyan value is 8.85%
  • magenta value is 47.79%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,48,0,56)
C9M48Y0K56 
(9%,48%,0%,56%)
(0.09/0.48/0.00/0.56)	

CMYK percentages

%8.85
%47.79
%0
%55.69

Codes

Color #673B71 in popluar color models

673B71
RGB10359113
HSL289°31.40%33.73%
HSB/HSV289°47.79%44.31%
CMYK8.85%47.79%0.00%
55.69%

Color #673B71 in popluar number systems.

HEX673B71
Decimal10359113
Binary11001111110111110001
Octal14773161

Shades and tints

Shades of #673B71

#673B71
(103,59,113)
#5E3667
(94,54,103)
#55315D
(85,49,93)
#4C2C53
(76,44,83)
#432749
(67,39,73)
#3A223F
(58,34,63)
#311D35
(49,29,53)
#28182B
(40,24,43)
#1F1321
(31,19,33)
#160E17
(22,14,23)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #673B71

#673B71
(103,59,113)
#744C7D
(116,76,125)
#815D89
(129,93,137)
#8E6E95
(142,110,149)
#9B7FA1
(155,127,161)
#A890AD
(168,144,173)
#B5A1B9
(181,161,185)
#C2B2C5
(194,178,197)
#CFC3D1
(207,195,209)
#DCD4DD
(220,212,221)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673B71; }

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

This text font color is #673B71.


Background Color

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

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

This div background color is #673B71.


Border color

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

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

This div border color is #673B71.


Opacity

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

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

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

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

This text has shadow with #673B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673B71 on black background.


Color preview on white background

This text has color #673B71 on white background.



Black color preview on #673B71 background

This text has black color on #673B71 background.


White color preview on #673B71 background

This text has white color on #673B71 background.