COLOR #673A48

HEX: #673A48
RGB: (103,58,72)

Color info

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

RGB color model

#673A48 color RGB value is (103,58,72).

  • red value is 103;
  • green value is 58;
  • blue value is 72.
RGB:
(103,58,72)
(40%,23%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 72 of 255 = 28%

103
58
72

R + G + B ~ 30%. #673A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 58 + 72 = 233 (100%)
R 103 of 233 ~ 44.21%
G 58 of 233 ~ 24.89%
B 72 of 233 ~ 30.9%

%44.21
%24.89
%30.9

CMYK color model

#673A48 color CMYK value is (0,44,30,60).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 30.10%
  • key color value is 59.61%
CMYK:
(0,44,30,60)
C0M44Y30K60 
(0%,44%,30%,60%)
(0.00/0.44/0.30/0.60)	

CMYK percentages

%0
%43.69
%30.1
%59.61

Codes

Color #673A48 in popluar color models

673A48
RGB1035872
HSL341°27.95%31.57%
HSB/HSV341°43.69%40.39%
CMYK0.00%43.69%30.10%
59.61%

Color #673A48 in popluar number systems.

HEX673A48
Decimal1035872
Binary11001111110101001000
Octal14772110

Shades and tints

Shades of #673A48

#673A48
(103,58,72)
#5E3542
(94,53,66)
#55303C
(85,48,60)
#4C2B36
(76,43,54)
#432630
(67,38,48)
#3A212A
(58,33,42)
#311C24
(49,28,36)
#28171E
(40,23,30)
#1F1218
(31,18,24)
#160D12
(22,13,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #673A48

#673A48
(103,58,72)
#744B58
(116,75,88)
#815C68
(129,92,104)
#8E6D78
(142,109,120)
#9B7E88
(155,126,136)
#A88F98
(168,143,152)
#B5A0A8
(181,160,168)
#C2B1B8
(194,177,184)
#CFC2C8
(207,194,200)
#DCD3D8
(220,211,216)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673A48 color. Also use rgb(103,58,72) instead hex code.

Text Font Color

.myTextColor { color: #673A48; }

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

This text font color is #673A48.


Background Color

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

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

This div background color is #673A48.


Border color

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

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

This div border color is #673A48.


Opacity

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

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

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

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

This text has shadow with #673A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673A48 on black background.


Color preview on white background

This text has color #673A48 on white background.



Black color preview on #673A48 background

This text has black color on #673A48 background.


White color preview on #673A48 background

This text has white color on #673A48 background.