COLOR #673F52

HEX: #673F52
RGB: (103,63,82)

Color info

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

RGB color model

#673F52 color RGB value is (103,63,82).

  • red value is 103;
  • green value is 63;
  • blue value is 82.
RGB:
(103,63,82)
(40%,25%,32%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 82 of 255 = 32%

103
63
82

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

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 82 = 248 (100%)
R 103 of 248 ~ 41.53%
G 63 of 248 ~ 25.4%
B 82 of 248 ~ 33.06%

%41.53
%25.4
%33.06

CMYK color model

#673F52 color CMYK value is (0,39,20,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(0,39,20,60)
C0M39Y20K60 
(0%,39%,20%,60%)
(0.00/0.39/0.20/0.60)	

CMYK percentages

%0
%38.83
%20.39
%59.61

Codes

Color #673F52 in popluar color models

673F52
RGB1036382
HSL332°24.10%32.55%
HSB/HSV332°38.83%40.39%
CMYK0.00%38.83%20.39%
59.61%

Color #673F52 in popluar number systems.

HEX673F52
Decimal1036382
Binary11001111111111010010
Octal14777122

Shades and tints

Shades of #673F52

#673F52
(103,63,82)
#5E3A4B
(94,58,75)
#553544
(85,53,68)
#4C303D
(76,48,61)
#432B36
(67,43,54)
#3A262F
(58,38,47)
#312128
(49,33,40)
#281C21
(40,28,33)
#1F171A
(31,23,26)
#161213
(22,18,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #673F52

#673F52
(103,63,82)
#745061
(116,80,97)
#816170
(129,97,112)
#8E727F
(142,114,127)
#9B838E
(155,131,142)
#A8949D
(168,148,157)
#B5A5AC
(181,165,172)
#C2B6BB
(194,182,187)
#CFC7CA
(207,199,202)
#DCD8D9
(220,216,217)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F52; }

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

This text font color is #673F52.


Background Color

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

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

This div background color is #673F52.


Border color

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

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

This div border color is #673F52.


Opacity

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

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

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

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

This text has shadow with #673F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F52 on black background.


Color preview on white background

This text has color #673F52 on white background.



Black color preview on #673F52 background

This text has black color on #673F52 background.


White color preview on #673F52 background

This text has white color on #673F52 background.