COLOR #673A6E

HEX: #673A6E
RGB: (103,58,110)

Color info

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

RGB color model

#673A6E color RGB value is (103,58,110).

  • red value is 103;
  • green value is 58;
  • blue value is 110.
RGB:
(103,58,110)
(40%,23%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 110 of 255 = 43%

103
58
110

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

Portions of RGB colors in percentages

R + G + B =
103 + 58 + 110 = 271 (100%)
R 103 of 271 ~ 38.01%
G 58 of 271 ~ 21.4%
B 110 of 271 ~ 40.59%

%38.01
%21.4
%40.59

CMYK color model

#673A6E color CMYK value is (6,47,0,57).

  • cyan value is 6.36%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(6,47,0,57)
C6M47Y0K57 
(6%,47%,0%,57%)
(0.06/0.47/0.00/0.57)	

CMYK percentages

%6.36
%47.27
%0
%56.86

Codes

Color #673A6E in popluar color models

673A6E
RGB10358110
HSL292°30.95%32.94%
HSB/HSV292°47.27%43.14%
CMYK6.36%47.27%0.00%
56.86%

Color #673A6E in popluar number systems.

HEX673A6E
Decimal10358110
Binary11001111110101101110
Octal14772156

Shades and tints

Shades of #673A6E

#673A6E
(103,58,110)
#5E3564
(94,53,100)
#55305A
(85,48,90)
#4C2B50
(76,43,80)
#432646
(67,38,70)
#3A213C
(58,33,60)
#311C32
(49,28,50)
#281728
(40,23,40)
#1F121E
(31,18,30)
#160D14
(22,13,20)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #673A6E

#673A6E
(103,58,110)
#744B7B
(116,75,123)
#815C88
(129,92,136)
#8E6D95
(142,109,149)
#9B7EA2
(155,126,162)
#A88FAF
(168,143,175)
#B5A0BC
(181,160,188)
#C2B1C9
(194,177,201)
#CFC2D6
(207,194,214)
#DCD3E3
(220,211,227)
#E9E4F0
(233,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673A6E; }

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

This text font color is #673A6E.


Background Color

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

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

This div background color is #673A6E.


Border color

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

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

This div border color is #673A6E.


Opacity

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

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

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

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

This text has shadow with #673A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673A6E on black background.


Color preview on white background

This text has color #673A6E on white background.



Black color preview on #673A6E background

This text has black color on #673A6E background.


White color preview on #673A6E background

This text has white color on #673A6E background.