COLOR #83673B

HEX: #83673B
RGB: (131,103,59)

Color info

#83673B contains mainly red and green colors. Web safe color of #83673B is #996633 (or #963).

RGB color model

#83673B color RGB value is (131,103,59).

  • red value is 131;
  • green value is 103;
  • blue value is 59.
RGB:
(131,103,59)
(51%,40%,23%)

RGB channels and saturation

R 131 of 255 = 51%
G 103 of 255 = 40%
B 59 of 255 = 23%

131
103
59

R + G + B ~ 38%. #83673B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 103 + 59 = 293 (100%)
R 131 of 293 ~ 44.71%
G 103 of 293 ~ 35.15%
B 59 of 293 ~ 20.14%

%44.71
%35.15
%20.14

CMYK color model

#83673B color CMYK value is (0,21,55,49).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 54.96%
  • key color value is 48.63%
CMYK:
(0,21,55,49)
C0M21Y55K49 
(0%,21%,55%,49%)
(0.00/0.21/0.55/0.49)	

CMYK percentages

%0
%21.37
%54.96
%48.63

Codes

Color #83673B in popluar color models

83673B
RGB13110359
HSL37°37.89%37.25%
HSB/HSV37°54.96%51.37%
CMYK0.00%21.37%54.96%
48.63%

Color #83673B in popluar number systems.

HEX83673B
Decimal13110359
Binary100000111100111111011
Octal20314773

Shades and tints

Shades of #83673B

#83673B
(131,103,59)
#785E36
(120,94,54)
#6D5531
(109,85,49)
#624C2C
(98,76,44)
#574327
(87,67,39)
#4C3A22
(76,58,34)
#41311D
(65,49,29)
#362818
(54,40,24)
#2B1F13
(43,31,19)
#20160E
(32,22,14)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #83673B

#83673B
(131,103,59)
#8E744C
(142,116,76)
#99815D
(153,129,93)
#A48E6E
(164,142,110)
#AF9B7F
(175,155,127)
#BAA890
(186,168,144)
#C5B5A1
(197,181,161)
#D0C2B2
(208,194,178)
#DBCFC3
(219,207,195)
#E6DCD4
(230,220,212)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83673B color. Also use rgb(131,103,59) instead hex code.

Text Font Color

.myTextColor { color: #83673B; }

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

This text font color is #83673B.


Background Color

.myBgColor { background-color: #83673B; }

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

This div background color is #83673B.


Border color

.myBorderColor { border: 1px solid #83673B; }

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

This div border color is #83673B.


Opacity

.myOpacity80 { color: #83673B; opacity: 0.8; }

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

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

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

This text has shadow with #83673B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83673B on black background.


Color preview on white background

This text has color #83673B on white background.



Black color preview on #83673B background

This text has black color on #83673B background.


White color preview on #83673B background

This text has white color on #83673B background.