COLOR #673856

HEX: #673856
RGB: (103,56,86)

Color info

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

RGB color model

#673856 color RGB value is (103,56,86).

  • red value is 103;
  • green value is 56;
  • blue value is 86.
RGB:
(103,56,86)
(40%,22%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 56 of 255 = 22%
B 86 of 255 = 34%

103
56
86

R + G + B ~ 32%. #673856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 56 + 86 = 245 (100%)
R 103 of 245 ~ 42.04%
G 56 of 245 ~ 22.86%
B 86 of 245 ~ 35.1%

%42.04
%22.86
%35.1

CMYK color model

#673856 color CMYK value is (0,46,17,60).

  • cyan value is 0.00%
  • magenta value is 45.63%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,46,17,60)
C0M46Y17K60 
(0%,46%,17%,60%)
(0.00/0.46/0.17/0.60)	

CMYK percentages

%0
%45.63
%16.5
%59.61

Codes

Color #673856 in popluar color models

673856
RGB1035686
HSL322°29.56%31.18%
HSB/HSV322°45.63%40.39%
CMYK0.00%45.63%16.50%
59.61%

Color #673856 in popluar number systems.

HEX673856
Decimal1035686
Binary11001111110001010110
Octal14770126

Shades and tints

Shades of #673856

#673856
(103,56,86)
#5E334F
(94,51,79)
#552E48
(85,46,72)
#4C2941
(76,41,65)
#43243A
(67,36,58)
#3A1F33
(58,31,51)
#311A2C
(49,26,44)
#281525
(40,21,37)
#1F101E
(31,16,30)
#160B17
(22,11,23)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #673856

#673856
(103,56,86)
#744A65
(116,74,101)
#815C74
(129,92,116)
#8E6E83
(142,110,131)
#9B8092
(155,128,146)
#A892A1
(168,146,161)
#B5A4B0
(181,164,176)
#C2B6BF
(194,182,191)
#CFC8CE
(207,200,206)
#DCDADD
(220,218,221)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673856 color. Also use rgb(103,56,86) instead hex code.

Text Font Color

.myTextColor { color: #673856; }

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

This text font color is #673856.


Background Color

.myBgColor { background-color: #673856; }

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

This div background color is #673856.


Border color

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

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

This div border color is #673856.


Opacity

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

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

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

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

This text has shadow with #673856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673856 on black background.


Color preview on white background

This text has color #673856 on white background.



Black color preview on #673856 background

This text has black color on #673856 background.


White color preview on #673856 background

This text has white color on #673856 background.