COLOR #673F6C

HEX: #673F6C
RGB: (103,63,108)

Color info

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

RGB color model

#673F6C color RGB value is (103,63,108).

  • red value is 103;
  • green value is 63;
  • blue value is 108.
RGB:
(103,63,108)
(40%,25%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 108 of 255 = 42%

103
63
108

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

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 108 = 274 (100%)
R 103 of 274 ~ 37.59%
G 63 of 274 ~ 22.99%
B 108 of 274 ~ 39.42%

%37.59
%22.99
%39.42

CMYK color model

#673F6C color CMYK value is (5,42,0,58).

  • cyan value is 4.63%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(5,42,0,58)
C5M42Y0K58 
(5%,42%,0%,58%)
(0.05/0.42/0.00/0.58)	

CMYK percentages

%4.63
%41.67
%0
%57.65

Codes

Color #673F6C in popluar color models

673F6C
RGB10363108
HSL293°26.32%33.53%
HSB/HSV293°41.67%42.35%
CMYK4.63%41.67%0.00%
57.65%

Color #673F6C in popluar number systems.

HEX673F6C
Decimal10363108
Binary11001111111111101100
Octal14777154

Shades and tints

Shades of #673F6C

#673F6C
(103,63,108)
#5E3A63
(94,58,99)
#55355A
(85,53,90)
#4C3051
(76,48,81)
#432B48
(67,43,72)
#3A263F
(58,38,63)
#312136
(49,33,54)
#281C2D
(40,28,45)
#1F1724
(31,23,36)
#16121B
(22,18,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #673F6C

#673F6C
(103,63,108)
#745079
(116,80,121)
#816186
(129,97,134)
#8E7293
(142,114,147)
#9B83A0
(155,131,160)
#A894AD
(168,148,173)
#B5A5BA
(181,165,186)
#C2B6C7
(194,182,199)
#CFC7D4
(207,199,212)
#DCD8E1
(220,216,225)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673F6C color. Also use rgb(103,63,108) instead hex code.

Text Font Color

.myTextColor { color: #673F6C; }

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

This text font color is #673F6C.


Background Color

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

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

This div background color is #673F6C.


Border color

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

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

This div border color is #673F6C.


Opacity

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

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

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

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

This text has shadow with #673F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F6C on black background.


Color preview on white background

This text has color #673F6C on white background.



Black color preview on #673F6C background

This text has black color on #673F6C background.


White color preview on #673F6C background

This text has white color on #673F6C background.