COLOR #673669

HEX: #673669
RGB: (103,54,105)

Color info

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

RGB color model

#673669 color RGB value is (103,54,105).

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

RGB channels and saturation

R 103 of 255 = 40%
G 54 of 255 = 21%
B 105 of 255 = 41%

103
54
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 54 + 105 = 262 (100%)
R 103 of 262 ~ 39.31%
G 54 of 262 ~ 20.61%
B 105 of 262 ~ 40.08%

%39.31
%20.61
%40.08

CMYK color model

#673669 color CMYK value is (2,49,0,59).

  • cyan value is 1.90%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(2,49,0,59)
C2M49Y0K59 
(2%,49%,0%,59%)
(0.02/0.49/0.00/0.59)	

CMYK percentages

%1.9
%48.57
%0
%58.82

Codes

Color #673669 in popluar color models

673669
RGB10354105
HSL298°32.08%31.18%
HSB/HSV298°48.57%41.18%
CMYK1.90%48.57%0.00%
58.82%

Color #673669 in popluar number systems.

HEX673669
Decimal10354105
Binary11001111101101101001
Octal14766151

Shades and tints

Shades of #673669

#673669
(103,54,105)
#5E3260
(94,50,96)
#552E57
(85,46,87)
#4C2A4E
(76,42,78)
#432645
(67,38,69)
#3A223C
(58,34,60)
#311E33
(49,30,51)
#281A2A
(40,26,42)
#1F1621
(31,22,33)
#161218
(22,18,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #673669

#673669
(103,54,105)
#744876
(116,72,118)
#815A83
(129,90,131)
#8E6C90
(142,108,144)
#9B7E9D
(155,126,157)
#A890AA
(168,144,170)
#B5A2B7
(181,162,183)
#C2B4C4
(194,180,196)
#CFC6D1
(207,198,209)
#DCD8DE
(220,216,222)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673669; }

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

This text font color is #673669.


Background Color

.myBgColor { background-color: #673669; }

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

This div background color is #673669.


Border color

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

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

This div border color is #673669.


Opacity

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

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

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

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

This text has shadow with #673669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673669 on black background.


Color preview on white background

This text has color #673669 on white background.



Black color preview on #673669 background

This text has black color on #673669 background.


White color preview on #673669 background

This text has white color on #673669 background.