COLOR #83594C

HEX: #83594C
RGB: (131,89,76)

Color info

#83594C contains red, green and blue colors in about the same proportion. Web safe color of #83594C is #996633 (or #963).

RGB color model

#83594C color RGB value is (131,89,76).

  • red value is 131;
  • green value is 89;
  • blue value is 76.
RGB:
(131,89,76)
(51%,35%,30%)

RGB channels and saturation

R 131 of 255 = 51%
G 89 of 255 = 35%
B 76 of 255 = 30%

131
89
76

R + G + B ~ 39%. #83594C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 89 + 76 = 296 (100%)
R 131 of 296 ~ 44.26%
G 89 of 296 ~ 30.07%
B 76 of 296 ~ 25.68%

%44.26
%30.07
%25.68

CMYK color model

#83594C color CMYK value is (0,32,42,49).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 41.98%
  • key color value is 48.63%
CMYK:
(0,32,42,49)
C0M32Y42K49 
(0%,32%,42%,49%)
(0.00/0.32/0.42/0.49)	

CMYK percentages

%0
%32.06
%41.98
%48.63

Codes

Color #83594C in popluar color models

83594C
RGB1318976
HSL14°26.57%40.59%
HSB/HSV14°41.98%51.37%
CMYK0.00%32.06%41.98%
48.63%

Color #83594C in popluar number systems.

HEX83594C
Decimal1318976
Binary1000001110110011001100
Octal203131114

Shades and tints

Shades of #83594C

#83594C
(131,89,76)
#785146
(120,81,70)
#6D4940
(109,73,64)
#62413A
(98,65,58)
#573934
(87,57,52)
#4C312E
(76,49,46)
#412928
(65,41,40)
#362122
(54,33,34)
#2B191C
(43,25,28)
#201116
(32,17,22)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #83594C

#83594C
(131,89,76)
#8E685C
(142,104,92)
#99776C
(153,119,108)
#A4867C
(164,134,124)
#AF958C
(175,149,140)
#BAA49C
(186,164,156)
#C5B3AC
(197,179,172)
#D0C2BC
(208,194,188)
#DBD1CC
(219,209,204)
#E6E0DC
(230,224,220)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83594C color. Also use rgb(131,89,76) instead hex code.

Text Font Color

.myTextColor { color: #83594C; }

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

This text font color is #83594C.


Background Color

.myBgColor { background-color: #83594C; }

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

This div background color is #83594C.


Border color

.myBorderColor { border: 1px solid #83594C; }

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

This div border color is #83594C.


Opacity

.myOpacity80 { color: #83594C; opacity: 0.8; }

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

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

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

This text has shadow with #83594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83594C on black background.


Color preview on white background

This text has color #83594C on white background.



Black color preview on #83594C background

This text has black color on #83594C background.


White color preview on #83594C background

This text has white color on #83594C background.