COLOR #673661

HEX: #673661
RGB: (103,54,97)

Color info

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

RGB color model

#673661 color RGB value is (103,54,97).

  • red value is 103;
  • green value is 54;
  • blue value is 97.
RGB:
(103,54,97)
(40%,21%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 54 of 255 = 21%
B 97 of 255 = 38%

103
54
97

R + G + B ~ 33%. #673661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 54 + 97 = 254 (100%)
R 103 of 254 ~ 40.55%
G 54 of 254 ~ 21.26%
B 97 of 254 ~ 38.19%

%40.55
%21.26
%38.19

CMYK color model

#673661 color CMYK value is (0,48,6,60).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(0,48,6,60)
C0M48Y6K60 
(0%,48%,6%,60%)
(0.00/0.48/0.06/0.60)	

CMYK percentages

%0
%47.57
%5.83
%59.61

Codes

Color #673661 in popluar color models

673661
RGB1035497
HSL307°31.21%30.78%
HSB/HSV307°47.57%40.39%
CMYK0.00%47.57%5.83%
59.61%

Color #673661 in popluar number systems.

HEX673661
Decimal1035497
Binary11001111101101100001
Octal14766141

Shades and tints

Shades of #673661

#673661
(103,54,97)
#5E3259
(94,50,89)
#552E51
(85,46,81)
#4C2A49
(76,42,73)
#432641
(67,38,65)
#3A2239
(58,34,57)
#311E31
(49,30,49)
#281A29
(40,26,41)
#1F1621
(31,22,33)
#161219
(22,18,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #673661

#673661
(103,54,97)
#74486F
(116,72,111)
#815A7D
(129,90,125)
#8E6C8B
(142,108,139)
#9B7E99
(155,126,153)
#A890A7
(168,144,167)
#B5A2B5
(181,162,181)
#C2B4C3
(194,180,195)
#CFC6D1
(207,198,209)
#DCD8DF
(220,216,223)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673661 color. Also use rgb(103,54,97) instead hex code.

Text Font Color

.myTextColor { color: #673661; }

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

This text font color is #673661.


Background Color

.myBgColor { background-color: #673661; }

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

This div background color is #673661.


Border color

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

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

This div border color is #673661.


Opacity

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

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

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

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

This text has shadow with #673661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673661 on black background.


Color preview on white background

This text has color #673661 on white background.



Black color preview on #673661 background

This text has black color on #673661 background.


White color preview on #673661 background

This text has white color on #673661 background.