COLOR #673F34

HEX: #673F34
RGB: (103,63,52)

Color info

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

RGB color model

#673F34 color RGB value is (103,63,52).

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

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 52 of 255 = 20%

103
63
52

R + G + B ~ 28%. #673F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 52 = 218 (100%)
R 103 of 218 ~ 47.25%
G 63 of 218 ~ 28.9%
B 52 of 218 ~ 23.85%

%47.25
%28.9
%23.85

CMYK color model

#673F34 color CMYK value is (0,39,50,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 49.51%
  • key color value is 59.61%
CMYK:
(0,39,50,60)
C0M39Y50K60 
(0%,39%,50%,60%)
(0.00/0.39/0.50/0.60)	

CMYK percentages

%0
%38.83
%49.51
%59.61

Codes

Color #673F34 in popluar color models

673F34
RGB1036352
HSL13°32.90%30.39%
HSB/HSV13°49.51%40.39%
CMYK0.00%38.83%49.51%
59.61%

Color #673F34 in popluar number systems.

HEX673F34
Decimal1036352
Binary1100111111111110100
Octal1477764

Shades and tints

Shades of #673F34

#673F34
(103,63,52)
#5E3A30
(94,58,48)
#55352C
(85,53,44)
#4C3028
(76,48,40)
#432B24
(67,43,36)
#3A2620
(58,38,32)
#31211C
(49,33,28)
#281C18
(40,28,24)
#1F1714
(31,23,20)
#161210
(22,18,16)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #673F34

#673F34
(103,63,52)
#745046
(116,80,70)
#816158
(129,97,88)
#8E726A
(142,114,106)
#9B837C
(155,131,124)
#A8948E
(168,148,142)
#B5A5A0
(181,165,160)
#C2B6B2
(194,182,178)
#CFC7C4
(207,199,196)
#DCD8D6
(220,216,214)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673F34; }

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

This text font color is #673F34.


Background Color

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

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

This div background color is #673F34.


Border color

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

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

This div border color is #673F34.


Opacity

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

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

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

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

This text has shadow with #673F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F34 on black background.


Color preview on white background

This text has color #673F34 on white background.



Black color preview on #673F34 background

This text has black color on #673F34 background.


White color preview on #673F34 background

This text has white color on #673F34 background.