COLOR #673646

HEX: #673646
RGB: (103,54,70)

Color info

#673646 contains red, green and blue colors in about the same proportion. Web safe color of #673646 is #663333 (or #633).

RGB color model

#673646 color RGB value is (103,54,70).

  • red value is 103;
  • green value is 54;
  • blue value is 70.
RGB:
(103,54,70)
(40%,21%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 54 of 255 = 21%
B 70 of 255 = 27%

103
54
70

R + G + B ~ 29%. #673646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 54 + 70 = 227 (100%)
R 103 of 227 ~ 45.37%
G 54 of 227 ~ 23.79%
B 70 of 227 ~ 30.84%

%45.37
%23.79
%30.84

CMYK color model

#673646 color CMYK value is (0,48,32,60).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(0,48,32,60)
C0M48Y32K60 
(0%,48%,32%,60%)
(0.00/0.48/0.32/0.60)	

CMYK percentages

%0
%47.57
%32.04
%59.61

Codes

Color #673646 in popluar color models

673646
RGB1035470
HSL340°31.21%30.78%
HSB/HSV340°47.57%40.39%
CMYK0.00%47.57%32.04%
59.61%

Color #673646 in popluar number systems.

HEX673646
Decimal1035470
Binary11001111101101000110
Octal14766106

Shades and tints

Shades of #673646

#673646
(103,54,70)
#5E3240
(94,50,64)
#552E3A
(85,46,58)
#4C2A34
(76,42,52)
#43262E
(67,38,46)
#3A2228
(58,34,40)
#311E22
(49,30,34)
#281A1C
(40,26,28)
#1F1616
(31,22,22)
#161210
(22,18,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #673646

#673646
(103,54,70)
#744856
(116,72,86)
#815A66
(129,90,102)
#8E6C76
(142,108,118)
#9B7E86
(155,126,134)
#A89096
(168,144,150)
#B5A2A6
(181,162,166)
#C2B4B6
(194,180,182)
#CFC6C6
(207,198,198)
#DCD8D6
(220,216,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673646 color. Also use rgb(103,54,70) instead hex code.

Text Font Color

.myTextColor { color: #673646; }

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

This text font color is #673646.


Background Color

.myBgColor { background-color: #673646; }

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

This div background color is #673646.


Border color

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

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

This div border color is #673646.


Opacity

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

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

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

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

This text has shadow with #673646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673646 on black background.


Color preview on white background

This text has color #673646 on white background.



Black color preview on #673646 background

This text has black color on #673646 background.


White color preview on #673646 background

This text has white color on #673646 background.