COLOR #673F4E

HEX: #673F4E
RGB: (103,63,78)

Color info

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

RGB color model

#673F4E color RGB value is (103,63,78).

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

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 78 of 255 = 31%

103
63
78

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

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 78 = 244 (100%)
R 103 of 244 ~ 42.21%
G 63 of 244 ~ 25.82%
B 78 of 244 ~ 31.97%

%42.21
%25.82
%31.97

CMYK color model

#673F4E color CMYK value is (0,39,24,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 24.27%
  • key color value is 59.61%
CMYK:
(0,39,24,60)
C0M39Y24K60 
(0%,39%,24%,60%)
(0.00/0.39/0.24/0.60)	

CMYK percentages

%0
%38.83
%24.27
%59.61

Codes

Color #673F4E in popluar color models

673F4E
RGB1036378
HSL338°24.10%32.55%
HSB/HSV338°38.83%40.39%
CMYK0.00%38.83%24.27%
59.61%

Color #673F4E in popluar number systems.

HEX673F4E
Decimal1036378
Binary11001111111111001110
Octal14777116

Shades and tints

Shades of #673F4E

#673F4E
(103,63,78)
#5E3A47
(94,58,71)
#553540
(85,53,64)
#4C3039
(76,48,57)
#432B32
(67,43,50)
#3A262B
(58,38,43)
#312124
(49,33,36)
#281C1D
(40,28,29)
#1F1716
(31,23,22)
#16120F
(22,18,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #673F4E

#673F4E
(103,63,78)
#74505E
(116,80,94)
#81616E
(129,97,110)
#8E727E
(142,114,126)
#9B838E
(155,131,142)
#A8949E
(168,148,158)
#B5A5AE
(181,165,174)
#C2B6BE
(194,182,190)
#CFC7CE
(207,199,206)
#DCD8DE
(220,216,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F4E; }

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

This text font color is #673F4E.


Background Color

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

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

This div background color is #673F4E.


Border color

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

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

This div border color is #673F4E.


Opacity

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

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

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

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

This text has shadow with #673F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F4E on black background.


Color preview on white background

This text has color #673F4E on white background.



Black color preview on #673F4E background

This text has black color on #673F4E background.


White color preview on #673F4E background

This text has white color on #673F4E background.