COLOR #673358

HEX: #673358
RGB: (103,51,88)

Color info

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

RGB color model

#673358 color RGB value is (103,51,88).

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

RGB channels and saturation

R 103 of 255 = 40%
G 51 of 255 = 20%
B 88 of 255 = 35%

103
51
88

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

Portions of RGB colors in percentages

R + G + B =
103 + 51 + 88 = 242 (100%)
R 103 of 242 ~ 42.56%
G 51 of 242 ~ 21.07%
B 88 of 242 ~ 36.36%

%42.56
%21.07
%36.36

CMYK color model

#673358 color CMYK value is (0,50,15,60).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 14.56%
  • key color value is 59.61%
CMYK:
(0,50,15,60)
C0M50Y15K60 
(0%,50%,15%,60%)
(0.00/0.50/0.15/0.60)	

CMYK percentages

%0
%50.49
%14.56
%59.61

Codes

Color #673358 in popluar color models

673358
RGB1035188
HSL317°33.77%30.20%
HSB/HSV317°50.49%40.39%
CMYK0.00%50.49%14.56%
59.61%

Color #673358 in popluar number systems.

HEX673358
Decimal1035188
Binary11001111100111011000
Octal14763130

Shades and tints

Shades of #673358

#673358
(103,51,88)
#5E2F50
(94,47,80)
#552B48
(85,43,72)
#4C2740
(76,39,64)
#432338
(67,35,56)
#3A1F30
(58,31,48)
#311B28
(49,27,40)
#281720
(40,23,32)
#1F1318
(31,19,24)
#160F10
(22,15,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #673358

#673358
(103,51,88)
#744567
(116,69,103)
#815776
(129,87,118)
#8E6985
(142,105,133)
#9B7B94
(155,123,148)
#A88DA3
(168,141,163)
#B59FB2
(181,159,178)
#C2B1C1
(194,177,193)
#CFC3D0
(207,195,208)
#DCD5DF
(220,213,223)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673358; }

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

This text font color is #673358.


Background Color

.myBgColor { background-color: #673358; }

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

This div background color is #673358.


Border color

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

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

This div border color is #673358.


Opacity

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

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

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

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

This text has shadow with #673358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673358 on black background.


Color preview on white background

This text has color #673358 on white background.



Black color preview on #673358 background

This text has black color on #673358 background.


White color preview on #673358 background

This text has white color on #673358 background.