COLOR #673F4B

HEX: #673F4B
RGB: (103,63,75)

Color info

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

RGB color model

#673F4B color RGB value is (103,63,75).

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

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 75 of 255 = 29%

103
63
75

R + G + B ~ 31%. #673F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 75 = 241 (100%)
R 103 of 241 ~ 42.74%
G 63 of 241 ~ 26.14%
B 75 of 241 ~ 31.12%

%42.74
%26.14
%31.12

CMYK color model

#673F4B color CMYK value is (0,39,27,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(0,39,27,60)
C0M39Y27K60 
(0%,39%,27%,60%)
(0.00/0.39/0.27/0.60)	

CMYK percentages

%0
%38.83
%27.18
%59.61

Codes

Color #673F4B in popluar color models

673F4B
RGB1036375
HSL342°24.10%32.55%
HSB/HSV342°38.83%40.39%
CMYK0.00%38.83%27.18%
59.61%

Color #673F4B in popluar number systems.

HEX673F4B
Decimal1036375
Binary11001111111111001011
Octal14777113

Shades and tints

Shades of #673F4B

#673F4B
(103,63,75)
#5E3A45
(94,58,69)
#55353F
(85,53,63)
#4C3039
(76,48,57)
#432B33
(67,43,51)
#3A262D
(58,38,45)
#312127
(49,33,39)
#281C21
(40,28,33)
#1F171B
(31,23,27)
#161215
(22,18,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #673F4B

#673F4B
(103,63,75)
#74505B
(116,80,91)
#81616B
(129,97,107)
#8E727B
(142,114,123)
#9B838B
(155,131,139)
#A8949B
(168,148,155)
#B5A5AB
(181,165,171)
#C2B6BB
(194,182,187)
#CFC7CB
(207,199,203)
#DCD8DB
(220,216,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F4B; }

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

This text font color is #673F4B.


Background Color

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

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

This div background color is #673F4B.


Border color

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

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

This div border color is #673F4B.


Opacity

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

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

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

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

This text has shadow with #673F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F4B on black background.


Color preview on white background

This text has color #673F4B on white background.



Black color preview on #673F4B background

This text has black color on #673F4B background.


White color preview on #673F4B background

This text has white color on #673F4B background.