COLOR #673264

HEX: #673264
RGB: (103,50,100)

Color info

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

RGB color model

#673264 color RGB value is (103,50,100).

  • red value is 103;
  • green value is 50;
  • blue value is 100.
RGB:
(103,50,100)
(40%,20%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 50 of 255 = 20%
B 100 of 255 = 39%

103
50
100

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

Portions of RGB colors in percentages

R + G + B =
103 + 50 + 100 = 253 (100%)
R 103 of 253 ~ 40.71%
G 50 of 253 ~ 19.76%
B 100 of 253 ~ 39.53%

%40.71
%19.76
%39.53

CMYK color model

#673264 color CMYK value is (0,51,3,60).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(0,51,3,60)
C0M51Y3K60 
(0%,51%,3%,60%)
(0.00/0.51/0.03/0.60)	

CMYK percentages

%0
%51.46
%2.91
%59.61

Codes

Color #673264 in popluar color models

673264
RGB10350100
HSL303°34.64%30.00%
HSB/HSV303°51.46%40.39%
CMYK0.00%51.46%2.91%
59.61%

Color #673264 in popluar number systems.

HEX673264
Decimal10350100
Binary11001111100101100100
Octal14762144

Shades and tints

Shades of #673264

#673264
(103,50,100)
#5E2E5B
(94,46,91)
#552A52
(85,42,82)
#4C2649
(76,38,73)
#432240
(67,34,64)
#3A1E37
(58,30,55)
#311A2E
(49,26,46)
#281625
(40,22,37)
#1F121C
(31,18,28)
#160E13
(22,14,19)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #673264

#673264
(103,50,100)
#744472
(116,68,114)
#815680
(129,86,128)
#8E688E
(142,104,142)
#9B7A9C
(155,122,156)
#A88CAA
(168,140,170)
#B59EB8
(181,158,184)
#C2B0C6
(194,176,198)
#CFC2D4
(207,194,212)
#DCD4E2
(220,212,226)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673264 color. Also use rgb(103,50,100) instead hex code.

Text Font Color

.myTextColor { color: #673264; }

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

This text font color is #673264.


Background Color

.myBgColor { background-color: #673264; }

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

This div background color is #673264.


Border color

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

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

This div border color is #673264.


Opacity

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

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

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

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

This text has shadow with #673264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673264 on black background.


Color preview on white background

This text has color #673264 on white background.



Black color preview on #673264 background

This text has black color on #673264 background.


White color preview on #673264 background

This text has white color on #673264 background.