COLOR #673775

HEX: #673775
RGB: (103,55,117)

Color info

#673775 contains mainly red and blue colors. Web safe color of #673775 is #663366 (or #636).

RGB color model

#673775 color RGB value is (103,55,117).

  • red value is 103;
  • green value is 55;
  • blue value is 117.
RGB:
(103,55,117)
(40%,22%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 55 of 255 = 22%
B 117 of 255 = 46%

103
55
117

R + G + B ~ 36%. #673775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 55 + 117 = 275 (100%)
R 103 of 275 ~ 37.45%
G 55 of 275 ~ 20%
B 117 of 275 ~ 42.55%

%37.45
%20
%42.55

CMYK color model

#673775 color CMYK value is (12,53,0,54).

  • cyan value is 11.97%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(12,53,0,54)
C12M53Y0K54 
(12%,53%,0%,54%)
(0.12/0.53/0.00/0.54)	

CMYK percentages

%11.97
%52.99
%0
%54.12

Codes

Color #673775 in popluar color models

673775
RGB10355117
HSL286°36.05%33.73%
HSB/HSV286°52.99%45.88%
CMYK11.97%52.99%0.00%
54.12%

Color #673775 in popluar number systems.

HEX673775
Decimal10355117
Binary11001111101111110101
Octal14767165

Shades and tints

Shades of #673775

#673775
(103,55,117)
#5E326B
(94,50,107)
#552D61
(85,45,97)
#4C2857
(76,40,87)
#43234D
(67,35,77)
#3A1E43
(58,30,67)
#311939
(49,25,57)
#28142F
(40,20,47)
#1F0F25
(31,15,37)
#160A1B
(22,10,27)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #673775

#673775
(103,55,117)
#744981
(116,73,129)
#815B8D
(129,91,141)
#8E6D99
(142,109,153)
#9B7FA5
(155,127,165)
#A891B1
(168,145,177)
#B5A3BD
(181,163,189)
#C2B5C9
(194,181,201)
#CFC7D5
(207,199,213)
#DCD9E1
(220,217,225)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673775 color. Also use rgb(103,55,117) instead hex code.

Text Font Color

.myTextColor { color: #673775; }

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

This text font color is #673775.


Background Color

.myBgColor { background-color: #673775; }

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

This div background color is #673775.


Border color

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

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

This div border color is #673775.


Opacity

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

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

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

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

This text has shadow with #673775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673775 on black background.


Color preview on white background

This text has color #673775 on white background.



Black color preview on #673775 background

This text has black color on #673775 background.


White color preview on #673775 background

This text has white color on #673775 background.