COLOR #673B6F

HEX: #673B6F RGB: (103,59,111)

Color info

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

RGB color model

#673B6F color RGB value is (103,59,111).

RGB: (103,59,111) (40%, 23%, 44%)

RGB channels and saturation

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

103
59
111

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

Portions of RGB colors in percentages

R + G + B = 103 + 59 + 111 = 273 (100%)
R 103 of 273 ~ 37.73%
G 59 of 273 ~ 21.61%
B 111 of 273 ~ 40.66'%

%37.73
%21.61
%40.66

CMYK color model

#673B6F color CMYK value is (7,47,0,56).

  • cyan value is 7.21%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (7,47,0,56)
C7M47Y0K56 (7%, 47%, 0%, 56%)
(0.07 / 0.47 / 0.00 / 0.56)

CMYK percentages

%7.21
%46.85
%0
%56.47

Codes

Color #673B6F in popluar color models

67 3B 6F
RGB 103 59 111
HSL 291° 30.59% 33.33%
HSB/HSV 291° 46.85% 43.53%
CMYK 7.21% 46.85% 0.00%
56.47%

Color #673B6F in popluar number systems.

HEX 67 3B 6F
Decimal 103 59 111
Binary 1100111 111011 1101111
Octal 147 73 157

Shades and tints

Shades of #673B6F

#673B6F
(103,59,111)
#5E3665
(94,54,101)
#55315B
(85,49,91)
#4C2C51
(76,44,81)
#432747
(67,39,71)
#3A223D
(58,34,61)
#311D33
(49,29,51)
#281829
(40,24,41)
#1F131F
(31,19,31)
#160E15
(22,14,21)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #673B6F

#673B6F
(103,59,111)
#744C7C
(116,76,124)
#815D89
(129,93,137)
#8E6E96
(142,110,150)
#9B7FA3
(155,127,163)
#A890B0
(168,144,176)
#B5A1BD
(181,161,189)
#C2B2CA
(194,178,202)
#CFC3D7
(207,195,215)
#DCD4E4
(220,212,228)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673B6F; }

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

This text font color is #673B6F.

Background Color

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

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

This div background color is #673B6F.

Border color

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

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

This div border color is #673B6F.

Opacity

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

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

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

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

This text has shadow with #673B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673B6F.

Preview

Color preview on black background

This text has color #673B6F on black background.


Color preview on white background

This text has color #673B6F on white background.


Black color preview on #673B6F background

This text has black color on #673B6F background.


White color preview on #673B6F background

This text has white color on #673B6F background.


Related colors

Complementary color

Complementary color for #hex is #98C490.


I love getcolorcode.com

Triadic colors

1 #6F673B and #3B6F67 with #673B6F are triadic colors.

2 #6F3B67 and #3B676F with #673B6F are triadic colors.