COLOR #673A68

HEX: #673A68 RGB: (103,58,104)

Color info

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

RGB color model

#673A68 color RGB value is (103,58,104).

RGB: (103,58,104) (40%, 23%, 41%)

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 104 of 255 = 41%

103
58
104

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

Portions of RGB colors in percentages

R + G + B = 103 + 58 + 104 = 265 (100%)
R 103 of 265 ~ 38.87%
G 58 of 265 ~ 21.89%
B 104 of 265 ~ 39.25'%

%38.87
%21.89
%39.25

CMYK color model

#673A68 color CMYK value is (1,44,0,59).

  • cyan value is 0.96%
  • magenta value is 44.23%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (1,44,0,59)
C1M44Y0K59 (1%, 44%, 0%, 59%)
(0.01 / 0.44 / 0.00 / 0.59)

CMYK percentages

%0.96
%44.23
%0
%59.22

Codes

Color #673A68 in popluar color models

67 3A 68
RGB 103 58 104
HSL 299° 28.40% 31.76%
HSB/HSV 299° 44.23% 40.78%
CMYK 0.96% 44.23% 0.00%
59.22%

Color #673A68 in popluar number systems.

HEX 67 3A 68
Decimal 103 58 104
Binary 1100111 111010 1101000
Octal 147 72 150

Shades and tints

Shades of #673A68

#673A68
(103,58,104)
#5E355F
(94,53,95)
#553056
(85,48,86)
#4C2B4D
(76,43,77)
#432644
(67,38,68)
#3A213B
(58,33,59)
#311C32
(49,28,50)
#281729
(40,23,41)
#1F1220
(31,18,32)
#160D17
(22,13,23)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #673A68

#673A68
(103,58,104)
#744B75
(116,75,117)
#815C82
(129,92,130)
#8E6D8F
(142,109,143)
#9B7E9C
(155,126,156)
#A88FA9
(168,143,169)
#B5A0B6
(181,160,182)
#C2B1C3
(194,177,195)
#CFC2D0
(207,194,208)
#DCD3DD
(220,211,221)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673A68 color. Also use rgb(103,58,104) instead hex code.

Text Font Color

.myTextColor { color: #673A68; }

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

This text font color is #673A68.

Background Color

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

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

This div background color is #673A68.

Border color

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

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

This div border color is #673A68.

Opacity

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

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

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

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

This text has shadow with #673A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673A68.

Preview

Color preview on black background

This text has color #673A68 on black background.


Color preview on white background

This text has color #673A68 on white background.


Black color preview on #673A68 background

This text has black color on #673A68 background.


White color preview on #673A68 background

This text has white color on #673A68 background.


Related colors

Complementary color

Complementary color for #hex is #98C597.


I love getcolorcode.com

Triadic colors

1 #68673A and #3A6867 with #673A68 are triadic colors.

2 #683A67 and #3A6768 with #673A68 are triadic colors.