COLOR #673350

HEX: #673350
RGB: (103,51,80)

Color info

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

RGB color model

#673350 color RGB value is (103,51,80).

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

RGB channels and saturation

R 103 of 255 = 40%
G 51 of 255 = 20%
B 80 of 255 = 31%

103
51
80

R + G + B ~ 30%. #673350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 51 + 80 = 234 (100%)
R 103 of 234 ~ 44.02%
G 51 of 234 ~ 21.79%
B 80 of 234 ~ 34.19%

%44.02
%21.79
%34.19

CMYK color model

#673350 color CMYK value is (0,50,22,60).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,50,22,60)
C0M50Y22K60 
(0%,50%,22%,60%)
(0.00/0.50/0.22/0.60)	

CMYK percentages

%0
%50.49
%22.33
%59.61

Codes

Color #673350 in popluar color models

673350
RGB1035180
HSL327°33.77%30.20%
HSB/HSV327°50.49%40.39%
CMYK0.00%50.49%22.33%
59.61%

Color #673350 in popluar number systems.

HEX673350
Decimal1035180
Binary11001111100111010000
Octal14763120

Shades and tints

Shades of #673350

#673350
(103,51,80)
#5E2F49
(94,47,73)
#552B42
(85,43,66)
#4C273B
(76,39,59)
#432334
(67,35,52)
#3A1F2D
(58,31,45)
#311B26
(49,27,38)
#28171F
(40,23,31)
#1F1318
(31,19,24)
#160F11
(22,15,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #673350

#673350
(103,51,80)
#74455F
(116,69,95)
#81576E
(129,87,110)
#8E697D
(142,105,125)
#9B7B8C
(155,123,140)
#A88D9B
(168,141,155)
#B59FAA
(181,159,170)
#C2B1B9
(194,177,185)
#CFC3C8
(207,195,200)
#DCD5D7
(220,213,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673350; }

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

This text font color is #673350.


Background Color

.myBgColor { background-color: #673350; }

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

This div background color is #673350.


Border color

.myBorderColor { border: 1px solid #673350; }

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

This div border color is #673350.


Opacity

.myOpacity80 { color: #673350; opacity: 0.8; }

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

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

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

This text has shadow with #673350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673350 on black background.


Color preview on white background

This text has color #673350 on white background.



Black color preview on #673350 background

This text has black color on #673350 background.


White color preview on #673350 background

This text has white color on #673350 background.