COLOR #673F54

HEX: #673F54
RGB: (103,63,84)

Color info

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

RGB color model

#673F54 color RGB value is (103,63,84).

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

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 84 of 255 = 33%

103
63
84

R + G + B ~ 33%. #673F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 84 = 250 (100%)
R 103 of 250 ~ 41.2%
G 63 of 250 ~ 25.2%
B 84 of 250 ~ 33.6%

%41.2
%25.2
%33.6

CMYK color model

#673F54 color CMYK value is (0,39,18,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 18.45%
  • key color value is 59.61%
CMYK:
(0,39,18,60)
C0M39Y18K60 
(0%,39%,18%,60%)
(0.00/0.39/0.18/0.60)	

CMYK percentages

%0
%38.83
%18.45
%59.61

Codes

Color #673F54 in popluar color models

673F54
RGB1036384
HSL329°24.10%32.55%
HSB/HSV329°38.83%40.39%
CMYK0.00%38.83%18.45%
59.61%

Color #673F54 in popluar number systems.

HEX673F54
Decimal1036384
Binary11001111111111010100
Octal14777124

Shades and tints

Shades of #673F54

#673F54
(103,63,84)
#5E3A4D
(94,58,77)
#553546
(85,53,70)
#4C303F
(76,48,63)
#432B38
(67,43,56)
#3A2631
(58,38,49)
#31212A
(49,33,42)
#281C23
(40,28,35)
#1F171C
(31,23,28)
#161215
(22,18,21)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #673F54

#673F54
(103,63,84)
#745063
(116,80,99)
#816172
(129,97,114)
#8E7281
(142,114,129)
#9B8390
(155,131,144)
#A8949F
(168,148,159)
#B5A5AE
(181,165,174)
#C2B6BD
(194,182,189)
#CFC7CC
(207,199,204)
#DCD8DB
(220,216,219)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F54; }

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

This text font color is #673F54.


Background Color

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

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

This div background color is #673F54.


Border color

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

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

This div border color is #673F54.


Opacity

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

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

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

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

This text has shadow with #673F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F54 on black background.


Color preview on white background

This text has color #673F54 on white background.



Black color preview on #673F54 background

This text has black color on #673F54 background.


White color preview on #673F54 background

This text has white color on #673F54 background.