COLOR #83723A

HEX: #83723A
RGB: (131,114,58)

Color info

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

RGB color model

#83723A color RGB value is (131,114,58).

  • red value is 131;
  • green value is 114;
  • blue value is 58.
RGB:
(131,114,58)
(51%,45%,23%)

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 58 of 255 = 23%

131
114
58

R + G + B ~ 40%. #83723A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 58 = 303 (100%)
R 131 of 303 ~ 43.23%
G 114 of 303 ~ 37.62%
B 58 of 303 ~ 19.14%

%43.23
%37.62
%19.14

CMYK color model

#83723A color CMYK value is (0,13,56,49).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 55.73%
  • key color value is 48.63%
CMYK:
(0,13,56,49)
C0M13Y56K49 
(0%,13%,56%,49%)
(0.00/0.13/0.56/0.49)	

CMYK percentages

%0
%12.98
%55.73
%48.63

Codes

Color #83723A in popluar color models

83723A
RGB13111458
HSL46°38.62%37.06%
HSB/HSV46°55.73%51.37%
CMYK0.00%12.98%55.73%
48.63%

Color #83723A in popluar number systems.

HEX83723A
Decimal13111458
Binary100000111110010111010
Octal20316272

Shades and tints

Shades of #83723A

#83723A
(131,114,58)
#786835
(120,104,53)
#6D5E30
(109,94,48)
#62542B
(98,84,43)
#574A26
(87,74,38)
#4C4021
(76,64,33)
#41361C
(65,54,28)
#362C17
(54,44,23)
#2B2212
(43,34,18)
#20180D
(32,24,13)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #83723A

#83723A
(131,114,58)
#8E7E4B
(142,126,75)
#998A5C
(153,138,92)
#A4966D
(164,150,109)
#AFA27E
(175,162,126)
#BAAE8F
(186,174,143)
#C5BAA0
(197,186,160)
#D0C6B1
(208,198,177)
#DBD2C2
(219,210,194)
#E6DED3
(230,222,211)
#F1EAE4
(241,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83723A color. Also use rgb(131,114,58) instead hex code.

Text Font Color

.myTextColor { color: #83723A; }

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

This text font color is #83723A.


Background Color

.myBgColor { background-color: #83723A; }

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

This div background color is #83723A.


Border color

.myBorderColor { border: 1px solid #83723A; }

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

This div border color is #83723A.


Opacity

.myOpacity80 { color: #83723A; opacity: 0.8; }

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

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

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

This text has shadow with #83723A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83723A on black background.


Color preview on white background

This text has color #83723A on white background.



Black color preview on #83723A background

This text has black color on #83723A background.


White color preview on #83723A background

This text has white color on #83723A background.