COLOR #673F51

HEX: #673F51
RGB: (103,63,81)

Color info

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

RGB color model

#673F51 color RGB value is (103,63,81).

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

RGB channels and saturation

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

103
63
81

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

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 81 = 247 (100%)
R 103 of 247 ~ 41.7%
G 63 of 247 ~ 25.51%
B 81 of 247 ~ 32.79%

%41.7
%25.51
%32.79

CMYK color model

#673F51 color CMYK value is (0,39,21,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,39,21,60)
C0M39Y21K60 
(0%,39%,21%,60%)
(0.00/0.39/0.21/0.60)	

CMYK percentages

%0
%38.83
%21.36
%59.61

Codes

Color #673F51 in popluar color models

673F51
RGB1036381
HSL333°24.10%32.55%
HSB/HSV333°38.83%40.39%
CMYK0.00%38.83%21.36%
59.61%

Color #673F51 in popluar number systems.

HEX673F51
Decimal1036381
Binary11001111111111010001
Octal14777121

Shades and tints

Shades of #673F51

#673F51
(103,63,81)
#5E3A4A
(94,58,74)
#553543
(85,53,67)
#4C303C
(76,48,60)
#432B35
(67,43,53)
#3A262E
(58,38,46)
#312127
(49,33,39)
#281C20
(40,28,32)
#1F1719
(31,23,25)
#161212
(22,18,18)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #673F51

#673F51
(103,63,81)
#745060
(116,80,96)
#81616F
(129,97,111)
#8E727E
(142,114,126)
#9B838D
(155,131,141)
#A8949C
(168,148,156)
#B5A5AB
(181,165,171)
#C2B6BA
(194,182,186)
#CFC7C9
(207,199,201)
#DCD8D8
(220,216,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F51; }

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

This text font color is #673F51.


Background Color

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

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

This div background color is #673F51.


Border color

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

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

This div border color is #673F51.


Opacity

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

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

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

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

This text has shadow with #673F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F51 on black background.


Color preview on white background

This text has color #673F51 on white background.



Black color preview on #673F51 background

This text has black color on #673F51 background.


White color preview on #673F51 background

This text has white color on #673F51 background.