COLOR #673B50

HEX: #673B50
RGB: (103,59,80)

Color info

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

RGB color model

#673B50 color RGB value is (103,59,80).

  • red value is 103;
  • green value is 59;
  • blue value is 80.
RGB:
(103,59,80)
(40%,23%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 80 of 255 = 31%

103
59
80

R + G + B ~ 31%. #673B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 59 + 80 = 242 (100%)
R 103 of 242 ~ 42.56%
G 59 of 242 ~ 24.38%
B 80 of 242 ~ 33.06%

%42.56
%24.38
%33.06

CMYK color model

#673B50 color CMYK value is (0,43,22,60).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,43,22,60)
C0M43Y22K60 
(0%,43%,22%,60%)
(0.00/0.43/0.22/0.60)	

CMYK percentages

%0
%42.72
%22.33
%59.61

Codes

Color #673B50 in popluar color models

673B50
RGB1035980
HSL331°27.16%31.76%
HSB/HSV331°42.72%40.39%
CMYK0.00%42.72%22.33%
59.61%

Color #673B50 in popluar number systems.

HEX673B50
Decimal1035980
Binary11001111110111010000
Octal14773120

Shades and tints

Shades of #673B50

#673B50
(103,59,80)
#5E3649
(94,54,73)
#553142
(85,49,66)
#4C2C3B
(76,44,59)
#432734
(67,39,52)
#3A222D
(58,34,45)
#311D26
(49,29,38)
#28181F
(40,24,31)
#1F1318
(31,19,24)
#160E11
(22,14,17)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #673B50

#673B50
(103,59,80)
#744C5F
(116,76,95)
#815D6E
(129,93,110)
#8E6E7D
(142,110,125)
#9B7F8C
(155,127,140)
#A8909B
(168,144,155)
#B5A1AA
(181,161,170)
#C2B2B9
(194,178,185)
#CFC3C8
(207,195,200)
#DCD4D7
(220,212,215)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673B50; }

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

This text font color is #673B50.


Background Color

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

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

This div background color is #673B50.


Border color

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

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

This div border color is #673B50.


Opacity

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

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

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

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

This text has shadow with #673B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673B50 on black background.


Color preview on white background

This text has color #673B50 on white background.



Black color preview on #673B50 background

This text has black color on #673B50 background.


White color preview on #673B50 background

This text has white color on #673B50 background.