COLOR #673834

HEX: #673834
RGB: (103,56,52)

Color info

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

RGB color model

#673834 color RGB value is (103,56,52).

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

RGB channels and saturation

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

103
56
52

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

Portions of RGB colors in percentages

R + G + B =
103 + 56 + 52 = 211 (100%)
R 103 of 211 ~ 48.82%
G 56 of 211 ~ 26.54%
B 52 of 211 ~ 24.64%

%48.82
%26.54
%24.64

CMYK color model

#673834 color CMYK value is (0,46,50,60).

  • cyan value is 0.00%
  • magenta value is 45.63%
  • yellow value is 49.51%
  • key color value is 59.61%
CMYK:
(0,46,50,60)
C0M46Y50K60 
(0%,46%,50%,60%)
(0.00/0.46/0.50/0.60)	

CMYK percentages

%0
%45.63
%49.51
%59.61

Codes

Color #673834 in popluar color models

673834
RGB1035652
HSL32.90%30.39%
HSB/HSV49.51%40.39%
CMYK0.00%45.63%49.51%
59.61%

Color #673834 in popluar number systems.

HEX673834
Decimal1035652
Binary1100111111000110100
Octal1477064

Shades and tints

Shades of #673834

#673834
(103,56,52)
#5E3330
(94,51,48)
#552E2C
(85,46,44)
#4C2928
(76,41,40)
#432424
(67,36,36)
#3A1F20
(58,31,32)
#311A1C
(49,26,28)
#281518
(40,21,24)
#1F1014
(31,16,20)
#160B10
(22,11,16)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #673834

#673834
(103,56,52)
#744A46
(116,74,70)
#815C58
(129,92,88)
#8E6E6A
(142,110,106)
#9B807C
(155,128,124)
#A8928E
(168,146,142)
#B5A4A0
(181,164,160)
#C2B6B2
(194,182,178)
#CFC8C4
(207,200,196)
#DCDAD6
(220,218,214)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673834; }

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

This text font color is #673834.


Background Color

.myBgColor { background-color: #673834; }

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

This div background color is #673834.


Border color

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

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

This div border color is #673834.


Opacity

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

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

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

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

This text has shadow with #673834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673834 on black background.


Color preview on white background

This text has color #673834 on white background.



Black color preview on #673834 background

This text has black color on #673834 background.


White color preview on #673834 background

This text has white color on #673834 background.