COLOR #673E68

HEX: #673E68
RGB: (103,62,104)

Color info

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

RGB color model

#673E68 color RGB value is (103,62,104).

  • red value is 103;
  • green value is 62;
  • blue value is 104.
RGB:
(103,62,104)
(40%,24%,41%)

RGB channels and saturation

R 103 of 255 = 40%
G 62 of 255 = 24%
B 104 of 255 = 41%

103
62
104

R + G + B ~ 35%. #673E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 62 + 104 = 269 (100%)
R 103 of 269 ~ 38.29%
G 62 of 269 ~ 23.05%
B 104 of 269 ~ 38.66%

%38.29
%23.05
%38.66

CMYK color model

#673E68 color CMYK value is (1,40,0,59).

  • cyan value is 0.96%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(1,40,0,59)
C1M40Y0K59 
(1%,40%,0%,59%)
(0.01/0.40/0.00/0.59)	

CMYK percentages

%0.96
%40.38
%0
%59.22

Codes

Color #673E68 in popluar color models

673E68
RGB10362104
HSL299°25.30%32.55%
HSB/HSV299°40.38%40.78%
CMYK0.96%40.38%0.00%
59.22%

Color #673E68 in popluar number systems.

HEX673E68
Decimal10362104
Binary11001111111101101000
Octal14776150

Shades and tints

Shades of #673E68

#673E68
(103,62,104)
#5E395F
(94,57,95)
#553456
(85,52,86)
#4C2F4D
(76,47,77)
#432A44
(67,42,68)
#3A253B
(58,37,59)
#312032
(49,32,50)
#281B29
(40,27,41)
#1F1620
(31,22,32)
#161117
(22,17,23)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #673E68

#673E68
(103,62,104)
#744F75
(116,79,117)
#816082
(129,96,130)
#8E718F
(142,113,143)
#9B829C
(155,130,156)
#A893A9
(168,147,169)
#B5A4B6
(181,164,182)
#C2B5C3
(194,181,195)
#CFC6D0
(207,198,208)
#DCD7DD
(220,215,221)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673E68 color. Also use rgb(103,62,104) instead hex code.

Text Font Color

.myTextColor { color: #673E68; }

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

This text font color is #673E68.


Background Color

.myBgColor { background-color: #673E68; }

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

This div background color is #673E68.


Border color

.myBorderColor { border: 1px solid #673E68; }

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

This div border color is #673E68.


Opacity

.myOpacity80 { color: #673E68; opacity: 0.8; }

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

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

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

This text has shadow with #673E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673E68 on black background.


Color preview on white background

This text has color #673E68 on white background.



Black color preview on #673E68 background

This text has black color on #673E68 background.


White color preview on #673E68 background

This text has white color on #673E68 background.