COLOR #673B52

HEX: #673B52 RGB: (103,59,82)

Color info

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

RGB color model

#673B52 color RGB value is (103,59,82).

RGB: (103,59,82) (40%, 23%, 32%)

RGB channels and saturation

R 103 of 255 = 40%
G 59 of 255 = 23%
B 82 of 255 = 32%

103
59
82

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

Portions of RGB colors in percentages

R + G + B = 103 + 59 + 82 = 244 (100%)
R 103 of 244 ~ 42.21%
G 59 of 244 ~ 24.18%
B 82 of 244 ~ 33.61'%

%42.21
%24.18
%33.61

CMYK color model

#673B52 color CMYK value is (0,43,20,60).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 20.39%
  • key color value is 59.61%

CMYK: (0,43,20,60)
C0M43Y20K60 (0%, 43%, 20%, 60%)
(0.00 / 0.43 / 0.20 / 0.60)

CMYK percentages

%0
%42.72
%20.39
%59.61

Codes

Color #673B52 in popluar color models

67 3B 52
RGB 103 59 82
HSL 329° 27.16% 31.76%
HSB/HSV 329° 42.72% 40.39%
CMYK 0.00% 42.72% 20.39%
59.61%

Color #673B52 in popluar number systems.

HEX 67 3B 52
Decimal 103 59 82
Binary 1100111 111011 1010010
Octal 147 73 122

Shades and tints

Shades of #673B52

#673B52
(103,59,82)
#5E364B
(94,54,75)
#553144
(85,49,68)
#4C2C3D
(76,44,61)
#432736
(67,39,54)
#3A222F
(58,34,47)
#311D28
(49,29,40)
#281821
(40,24,33)
#1F131A
(31,19,26)
#160E13
(22,14,19)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #673B52

#673B52
(103,59,82)
#744C61
(116,76,97)
#815D70
(129,93,112)
#8E6E7F
(142,110,127)
#9B7F8E
(155,127,142)
#A8909D
(168,144,157)
#B5A1AC
(181,161,172)
#C2B2BB
(194,178,187)
#CFC3CA
(207,195,202)
#DCD4D9
(220,212,217)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673B52 color. Also use rgb(103,59,82) instead hex code.

Text Font Color

.myTextColor { color: #673B52; }

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

This text font color is #673B52.

Background Color

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

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

This div background color is #673B52.

Border color

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

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

This div border color is #673B52.

Opacity

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

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

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

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

This text has shadow with #673B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673B52.

Preview

Color preview on black background

This text has color #673B52 on black background.


Color preview on white background

This text has color #673B52 on white background.


Black color preview on #673B52 background

This text has black color on #673B52 background.


White color preview on #673B52 background

This text has white color on #673B52 background.


Related colors

Complementary color

Complementary color for #hex is #98C4AD.


I love getcolorcode.com

Triadic colors

1 #52673B and #3B5267 with #673B52 are triadic colors.

2 #523B67 and #3B6752 with #673B52 are triadic colors.