COLOR #673B5E

HEX: #673B5E RGB: (103,59,94)

Color info

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

RGB color model

#673B5E color RGB value is (103,59,94).

RGB: (103,59,94) (40%, 23%, 37%)

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 94 of 255 = 37%

103
59
94

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

Portions of RGB colors in percentages

R + G + B = 103 + 59 + 94 = 256 (100%)
R 103 of 256 ~ 40.23%
G 59 of 256 ~ 23.05%
B 94 of 256 ~ 36.72'%

%40.23
%23.05
%36.72

CMYK color model

#673B5E color CMYK value is (0,43,9,60).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 8.74%
  • key color value is 59.61%

CMYK: (0,43,9,60)
C0M43Y9K60 (0%, 43%, 9%, 60%)
(0.00 / 0.43 / 0.09 / 0.60)

CMYK percentages

%0
%42.72
%8.74
%59.61

Codes

Color #673B5E in popluar color models

67 3B 5E
RGB 103 59 94
HSL 312° 27.16% 31.76%
HSB/HSV 312° 42.72% 40.39%
CMYK 0.00% 42.72% 8.74%
59.61%

Color #673B5E in popluar number systems.

HEX 67 3B 5E
Decimal 103 59 94
Binary 1100111 111011 1011110
Octal 147 73 136

Shades and tints

Shades of #673B5E

#673B5E
(103,59,94)
#5E3656
(94,54,86)
#55314E
(85,49,78)
#4C2C46
(76,44,70)
#43273E
(67,39,62)
#3A2236
(58,34,54)
#311D2E
(49,29,46)
#281826
(40,24,38)
#1F131E
(31,19,30)
#160E16
(22,14,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #673B5E

#673B5E
(103,59,94)
#744C6C
(116,76,108)
#815D7A
(129,93,122)
#8E6E88
(142,110,136)
#9B7F96
(155,127,150)
#A890A4
(168,144,164)
#B5A1B2
(181,161,178)
#C2B2C0
(194,178,192)
#CFC3CE
(207,195,206)
#DCD4DC
(220,212,220)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673B5E; }

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

This text font color is #673B5E.

Background Color

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

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

This div background color is #673B5E.

Border color

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

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

This div border color is #673B5E.

Opacity

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

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

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

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

This text has shadow with #673B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673B5E.

Preview

Color preview on black background

This text has color #673B5E on black background.


Color preview on white background

This text has color #673B5E on white background.


Black color preview on #673B5E background

This text has black color on #673B5E background.


White color preview on #673B5E background

This text has white color on #673B5E background.


Related colors

Complementary color

Complementary color for #hex is #98C4A1.


I love getcolorcode.com

Triadic colors

1 #5E673B and #3B5E67 with #673B5E are triadic colors.

2 #5E3B67 and #3B675E with #673B5E are triadic colors.