COLOR #673934

HEX: #673934
RGB: (103,57,52)

Color info

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

RGB color model

#673934 color RGB value is (103,57,52).

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

RGB channels and saturation

R 103 of 255 = 40%
G 57 of 255 = 22%
B 52 of 255 = 20%

103
57
52

R + G + B ~ 27%. #673934 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 57 + 52 = 212 (100%)
R 103 of 212 ~ 48.58%
G 57 of 212 ~ 26.89%
B 52 of 212 ~ 24.53%

%48.58
%26.89
%24.53

CMYK color model

#673934 color CMYK value is (0,45,50,60).

  • cyan value is 0.00%
  • magenta value is 44.66%
  • yellow value is 49.51%
  • key color value is 59.61%
CMYK:
(0,45,50,60)
C0M45Y50K60 
(0%,45%,50%,60%)
(0.00/0.45/0.50/0.60)	

CMYK percentages

%0
%44.66
%49.51
%59.61

Codes

Color #673934 in popluar color models

673934
RGB1035752
HSL32.90%30.39%
HSB/HSV49.51%40.39%
CMYK0.00%44.66%49.51%
59.61%

Color #673934 in popluar number systems.

HEX673934
Decimal1035752
Binary1100111111001110100
Octal1477164

Shades and tints

Shades of #673934

#673934
(103,57,52)
#5E3430
(94,52,48)
#552F2C
(85,47,44)
#4C2A28
(76,42,40)
#432524
(67,37,36)
#3A2020
(58,32,32)
#311B1C
(49,27,28)
#281618
(40,22,24)
#1F1114
(31,17,20)
#160C10
(22,12,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #673934

#673934
(103,57,52)
#744B46
(116,75,70)
#815D58
(129,93,88)
#8E6F6A
(142,111,106)
#9B817C
(155,129,124)
#A8938E
(168,147,142)
#B5A5A0
(181,165,160)
#C2B7B2
(194,183,178)
#CFC9C4
(207,201,196)
#DCDBD6
(220,219,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673934; }

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

This text font color is #673934.


Background Color

.myBgColor { background-color: #673934; }

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

This div background color is #673934.


Border color

.myBorderColor { border: 1px solid #673934; }

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

This div border color is #673934.


Opacity

.myOpacity80 { color: #673934; opacity: 0.8; }

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

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

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

This text has shadow with #673934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673934 on black background.


Color preview on white background

This text has color #673934 on white background.



Black color preview on #673934 background

This text has black color on #673934 background.


White color preview on #673934 background

This text has white color on #673934 background.