COLOR #673C5E

HEX: #673C5E
RGB: (103,60,94)

Color info

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

RGB color model

#673C5E color RGB value is (103,60,94).

  • red value is 103;
  • green value is 60;
  • blue value is 94.
RGB:
(103,60,94)
(40%,24%,37%)

RGB channels and saturation

R 103 of 255 = 40%
G 60 of 255 = 24%
B 94 of 255 = 37%

103
60
94

R + G + B ~ 34%. #673C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 60 + 94 = 257 (100%)
R 103 of 257 ~ 40.08%
G 60 of 257 ~ 23.35%
B 94 of 257 ~ 36.58%

%40.08
%23.35
%36.58

CMYK color model

#673C5E color CMYK value is (0,42,9,60).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK:
(0,42,9,60)
C0M42Y9K60 
(0%,42%,9%,60%)
(0.00/0.42/0.09/0.60)	

CMYK percentages

%0
%41.75
%8.74
%59.61

Codes

Color #673C5E in popluar color models

673C5E
RGB1036094
HSL313°26.38%31.96%
HSB/HSV313°41.75%40.39%
CMYK0.00%41.75%8.74%
59.61%

Color #673C5E in popluar number systems.

HEX673C5E
Decimal1036094
Binary11001111111001011110
Octal14774136

Shades and tints

Shades of #673C5E

#673C5E
(103,60,94)
#5E3756
(94,55,86)
#55324E
(85,50,78)
#4C2D46
(76,45,70)
#43283E
(67,40,62)
#3A2336
(58,35,54)
#311E2E
(49,30,46)
#281926
(40,25,38)
#1F141E
(31,20,30)
#160F16
(22,15,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #673C5E

#673C5E
(103,60,94)
#744D6C
(116,77,108)
#815E7A
(129,94,122)
#8E6F88
(142,111,136)
#9B8096
(155,128,150)
#A891A4
(168,145,164)
#B5A2B2
(181,162,178)
#C2B3C0
(194,179,192)
#CFC4CE
(207,196,206)
#DCD5DC
(220,213,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673C5E color. Also use rgb(103,60,94) instead hex code.

Text Font Color

.myTextColor { color: #673C5E; }

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

This text font color is #673C5E.


Background Color

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

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

This div background color is #673C5E.


Border color

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

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

This div border color is #673C5E.


Opacity

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

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

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

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

This text has shadow with #673C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C5E on black background.


Color preview on white background

This text has color #673C5E on white background.



Black color preview on #673C5E background

This text has black color on #673C5E background.


White color preview on #673C5E background

This text has white color on #673C5E background.