COLOR #673E4B

HEX: #673E4B
RGB: (103,62,75)

Color info

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

RGB color model

#673E4B color RGB value is (103,62,75).

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

RGB channels and saturation

R 103 of 255 = 40%
G 62 of 255 = 24%
B 75 of 255 = 29%

103
62
75

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

Portions of RGB colors in percentages

R + G + B =
103 + 62 + 75 = 240 (100%)
R 103 of 240 ~ 42.92%
G 62 of 240 ~ 25.83%
B 75 of 240 ~ 31.25%

%42.92
%25.83
%31.25

CMYK color model

#673E4B color CMYK value is (0,40,27,60).

  • cyan value is 0.00%
  • magenta value is 39.81%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(0,40,27,60)
C0M40Y27K60 
(0%,40%,27%,60%)
(0.00/0.40/0.27/0.60)	

CMYK percentages

%0
%39.81
%27.18
%59.61

Codes

Color #673E4B in popluar color models

673E4B
RGB1036275
HSL341°24.85%32.35%
HSB/HSV341°39.81%40.39%
CMYK0.00%39.81%27.18%
59.61%

Color #673E4B in popluar number systems.

HEX673E4B
Decimal1036275
Binary11001111111101001011
Octal14776113

Shades and tints

Shades of #673E4B

#673E4B
(103,62,75)
#5E3945
(94,57,69)
#55343F
(85,52,63)
#4C2F39
(76,47,57)
#432A33
(67,42,51)
#3A252D
(58,37,45)
#312027
(49,32,39)
#281B21
(40,27,33)
#1F161B
(31,22,27)
#161115
(22,17,21)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #673E4B

#673E4B
(103,62,75)
#744F5B
(116,79,91)
#81606B
(129,96,107)
#8E717B
(142,113,123)
#9B828B
(155,130,139)
#A8939B
(168,147,155)
#B5A4AB
(181,164,171)
#C2B5BB
(194,181,187)
#CFC6CB
(207,198,203)
#DCD7DB
(220,215,219)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673E4B; }

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

This text font color is #673E4B.


Background Color

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

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

This div background color is #673E4B.


Border color

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

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

This div border color is #673E4B.


Opacity

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

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

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

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

This text has shadow with #673E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673E4B on black background.


Color preview on white background

This text has color #673E4B on white background.



Black color preview on #673E4B background

This text has black color on #673E4B background.


White color preview on #673E4B background

This text has white color on #673E4B background.