COLOR #83573E

HEX: #83573E
RGB: (131,87,62)

Color info

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

RGB color model

#83573E color RGB value is (131,87,62).

  • red value is 131;
  • green value is 87;
  • blue value is 62.
RGB:
(131,87,62)
(51%,34%,24%)

RGB channels and saturation

R 131 of 255 = 51%
G 87 of 255 = 34%
B 62 of 255 = 24%

131
87
62

R + G + B ~ 36%. #83573E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 87 + 62 = 280 (100%)
R 131 of 280 ~ 46.79%
G 87 of 280 ~ 31.07%
B 62 of 280 ~ 22.14%

%46.79
%31.07
%22.14

CMYK color model

#83573E color CMYK value is (0,34,53,49).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 52.67%
  • key color value is 48.63%
CMYK:
(0,34,53,49)
C0M34Y53K49 
(0%,34%,53%,49%)
(0.00/0.34/0.53/0.49)	

CMYK percentages

%0
%33.59
%52.67
%48.63

Codes

Color #83573E in popluar color models

83573E
RGB1318762
HSL22°35.75%37.84%
HSB/HSV22°52.67%51.37%
CMYK0.00%33.59%52.67%
48.63%

Color #83573E in popluar number systems.

HEX83573E
Decimal1318762
Binary100000111010111111110
Octal20312776

Shades and tints

Shades of #83573E

#83573E
(131,87,62)
#785039
(120,80,57)
#6D4934
(109,73,52)
#62422F
(98,66,47)
#573B2A
(87,59,42)
#4C3425
(76,52,37)
#412D20
(65,45,32)
#36261B
(54,38,27)
#2B1F16
(43,31,22)
#201811
(32,24,17)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #83573E

#83573E
(131,87,62)
#8E664F
(142,102,79)
#997560
(153,117,96)
#A48471
(164,132,113)
#AF9382
(175,147,130)
#BAA293
(186,162,147)
#C5B1A4
(197,177,164)
#D0C0B5
(208,192,181)
#DBCFC6
(219,207,198)
#E6DED7
(230,222,215)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83573E color. Also use rgb(131,87,62) instead hex code.

Text Font Color

.myTextColor { color: #83573E; }

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

This text font color is #83573E.


Background Color

.myBgColor { background-color: #83573E; }

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

This div background color is #83573E.


Border color

.myBorderColor { border: 1px solid #83573E; }

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

This div border color is #83573E.


Opacity

.myOpacity80 { color: #83573E; opacity: 0.8; }

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

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

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

This text has shadow with #83573E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83573E on black background.


Color preview on white background

This text has color #83573E on white background.



Black color preview on #83573E background

This text has black color on #83573E background.


White color preview on #83573E background

This text has white color on #83573E background.