COLOR #673162

HEX: #673162
RGB: (103,49,98)

Color info

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

RGB color model

#673162 color RGB value is (103,49,98).

  • red value is 103;
  • green value is 49;
  • blue value is 98.
RGB:
(103,49,98)
(40%,19%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 49 of 255 = 19%
B 98 of 255 = 38%

103
49
98

R + G + B ~ 32%. #673162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 49 + 98 = 250 (100%)
R 103 of 250 ~ 41.2%
G 49 of 250 ~ 19.6%
B 98 of 250 ~ 39.2%

%41.2
%19.6
%39.2

CMYK color model

#673162 color CMYK value is (0,52,5,60).

  • cyan value is 0.00%
  • magenta value is 52.43%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(0,52,5,60)
C0M52Y5K60 
(0%,52%,5%,60%)
(0.00/0.52/0.05/0.60)	

CMYK percentages

%0
%52.43
%4.85
%59.61

Codes

Color #673162 in popluar color models

673162
RGB1034998
HSL306°35.53%29.80%
HSB/HSV306°52.43%40.39%
CMYK0.00%52.43%4.85%
59.61%

Color #673162 in popluar number systems.

HEX673162
Decimal1034998
Binary11001111100011100010
Octal14761142

Shades and tints

Shades of #673162

#673162
(103,49,98)
#5E2D5A
(94,45,90)
#552952
(85,41,82)
#4C254A
(76,37,74)
#432142
(67,33,66)
#3A1D3A
(58,29,58)
#311932
(49,25,50)
#28152A
(40,21,42)
#1F1122
(31,17,34)
#160D1A
(22,13,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #673162

#673162
(103,49,98)
#744370
(116,67,112)
#81557E
(129,85,126)
#8E678C
(142,103,140)
#9B799A
(155,121,154)
#A88BA8
(168,139,168)
#B59DB6
(181,157,182)
#C2AFC4
(194,175,196)
#CFC1D2
(207,193,210)
#DCD3E0
(220,211,224)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673162 color. Also use rgb(103,49,98) instead hex code.

Text Font Color

.myTextColor { color: #673162; }

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

This text font color is #673162.


Background Color

.myBgColor { background-color: #673162; }

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

This div background color is #673162.


Border color

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

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

This div border color is #673162.


Opacity

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

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

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

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

This text has shadow with #673162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673162 on black background.


Color preview on white background

This text has color #673162 on white background.



Black color preview on #673162 background

This text has black color on #673162 background.


White color preview on #673162 background

This text has white color on #673162 background.